|
||||||||||
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.SharedDirPaneItem
This class defines the panel in the options window that allows the user to change the directory that are shared.
Field Summary |
Fields inherited from class com.limegroup.gnutella.gui.options.panes.AbstractPaneItem |
MEDIATOR |
Constructor Summary | |
SharedDirPaneItem(java.lang.String key)
The constructor constructs all of the elements of this AbstractPaneItem. |
Method Summary | |
void |
applyOptions()
Defines the abstract method in AbstractPaneItem. |
void |
initOptions()
Defines the abstract method in AbstractPaneItem. |
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 SharedDirPaneItem(java.lang.String key)
key
- the key for this AbstractPaneItem that the
superclass uses to generate stringsMethod Detail |
public void initOptions()
Sets the options for the fields in this PaneItem when the window is shown.
initOptions
in interface PaneItem
initOptions
in class AbstractPaneItem
public void applyOptions() throws java.io.IOException
Applies the options currently set in this window, displaying an error message to the user if a setting could not be applied.
applyOptions
in interface PaneItem
applyOptions
in class AbstractPaneItem
IOException
- if the options could not be applied
for some reason
java.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 |