Package com.biglybt.ui.swt.views
Class PrivacyView.I2PStackItem
- java.lang.Object
-
- com.biglybt.ui.swt.views.PrivacyView.I2PStackItem
-
- Enclosing class:
- PrivacyView
private class PrivacyView.I2PStackItem extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
current_hash
private org.eclipse.swt.widgets.Composite
i2p_group
private org.eclipse.swt.widgets.Button
i2p_install_button
private org.eclipse.swt.widgets.Button
i2p_lookup_button
private org.eclipse.swt.widgets.Composite
i2p_lookup_comp
private org.eclipse.swt.widgets.Label
i2p_options_link
private org.eclipse.swt.widgets.Text
i2p_result_list
private BufferedLabel
i2p_result_summary
private long
last_used
private boolean
lookup_active
private boolean
lookup_performed
-
Constructor Summary
Constructors Constructor Description I2PStackItem(org.eclipse.swt.widgets.Composite parent, byte[] hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private org.eclipse.swt.widgets.Composite
getComposite()
private void
reset(byte[] hash)
private void
setLookupActive(boolean active)
private void
updateState()
-
-
-
Field Detail
-
i2p_group
private org.eclipse.swt.widgets.Composite i2p_group
-
i2p_lookup_comp
private org.eclipse.swt.widgets.Composite i2p_lookup_comp
-
i2p_install_button
private org.eclipse.swt.widgets.Button i2p_install_button
-
i2p_lookup_button
private org.eclipse.swt.widgets.Button i2p_lookup_button
-
i2p_options_link
private org.eclipse.swt.widgets.Label i2p_options_link
-
i2p_result_summary
private BufferedLabel i2p_result_summary
-
i2p_result_list
private org.eclipse.swt.widgets.Text i2p_result_list
-
current_hash
private byte[] current_hash
-
lookup_performed
private boolean lookup_performed
-
lookup_active
private boolean lookup_active
-
last_used
private long last_used
-
-