|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.limegroup.gnutella.gui.options.panes.AbstractPaneItem
com.limegroup.gnutella.gui.options.panes.PartialFileSharingPaneItem
Allows the user to change whether or not partial files are shared.
| Field Summary |
| Fields inherited from class com.limegroup.gnutella.gui.options.panes.AbstractPaneItem |
MEDIATOR |
| Constructor Summary | |
PartialFileSharingPaneItem(java.lang.String key)
The constructor constructs all of the elements of this AbstractPaneItem. |
|
| Method Summary | |
void |
applyOptions()
Implements the PaneItem interface. |
void |
initOptions()
Implements the PaneItem interface. |
| Methods inherited from class com.limegroup.gnutella.gui.options.panes.AbstractPaneItem |
add, getContainer, getHorizontalSeparator, getVerticalSeparator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PartialFileSharingPaneItem(java.lang.String key)
key - the key for this AbstractPaneItem that the
superclass uses to generate locale-specific keys| Method Detail |
public void initOptions()
AbstractPaneItemSets the options for the fields in this PaneItem when the window is shown. Subclasses must define this method to set their initial options when the options window is shown.
initOptions in interface PaneIteminitOptions in class AbstractPaneItem
public void applyOptions()
throws java.io.IOException
AbstractPaneItemApplies the options currently set in this PaneItem.
Subclasses must define this method to apply their specific options.
applyOptions in interface PaneItemapplyOptions in class AbstractPaneItemjava.io.IOException - if the options could not be fully applied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||