|
|||||||||
| Home >> All >> jgift >> ui >> [ preferences overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jgift.ui.preferences
Class MainPreferencePanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
jgift.ui.preferences.AbstractPreferencePanel
jgift.ui.preferences.MainPreferencePanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class MainPreferencePanel
- extends AbstractPreferencePanel
User interface for modifying the main giFT configuration settings.
- Version:
- $Revision: 1.2 $
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JRadioButton |
allHostsRadio
|
private java.util.ResourceBundle |
bundle
|
private javax.swing.JTextField |
clientPortField
|
private javax.swing.JLabel |
clientPortLabel
|
private javax.swing.JCheckBox |
fastTrackCheck
|
private javax.swing.JCheckBox |
gnutellaCheck
|
private javax.swing.ButtonGroup |
hostsGroup
|
private javax.swing.JPanel |
hostsPanel
|
private javax.swing.JRadioButton |
localHostsRadio
|
private javax.swing.JCheckBox |
openFTCheck
|
private javax.swing.JTextField |
otherHostsField
|
private javax.swing.JRadioButton |
otherHostsRadio
|
private javax.swing.JPanel |
pluginPanel
|
private javax.swing.JCheckBox |
symlinksCheck
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
MainPreferencePanel()
Creates a new instance of MainPreferencePanel. |
|
| Method Summary | |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
void |
populate(java.util.Properties properties)
Populate the fields of this form using the specified property set. |
void |
update(java.util.Properties properties)
Update the specified property set with the values of the fields of this form. |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
hostsPanel
private javax.swing.JPanel hostsPanel
localHostsRadio
private javax.swing.JRadioButton localHostsRadio
allHostsRadio
private javax.swing.JRadioButton allHostsRadio
otherHostsRadio
private javax.swing.JRadioButton otherHostsRadio
otherHostsField
private javax.swing.JTextField otherHostsField
hostsGroup
private javax.swing.ButtonGroup hostsGroup
clientPortLabel
private javax.swing.JLabel clientPortLabel
clientPortField
private javax.swing.JTextField clientPortField
symlinksCheck
private javax.swing.JCheckBox symlinksCheck
pluginPanel
private javax.swing.JPanel pluginPanel
openFTCheck
private javax.swing.JCheckBox openFTCheck
gnutellaCheck
private javax.swing.JCheckBox gnutellaCheck
fastTrackCheck
private javax.swing.JCheckBox fastTrackCheck
bundle
private java.util.ResourceBundle bundle
| Constructor Detail |
MainPreferencePanel
public MainPreferencePanel()
- Creates a new instance of MainPreferencePanel.
| Method Detail |
populate
public void populate(java.util.Properties properties)
- Populate the fields of this form using the specified property set.
- Specified by:
populatein classAbstractPreferencePanel
update
public void update(java.util.Properties properties) throws java.lang.IllegalStateException
- Update the specified property set with the values of the fields of this
form.
- Specified by:
updatein classAbstractPreferencePanel
initComponents
private void initComponents()
- This method is called from within the constructor to initialize the form.
|
|||||||||
| Home >> All >> jgift >> ui >> [ preferences overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC