|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.init.SetupManager
This class manages the setup wizard. It constructs all of the primary classes and acts as the mediator between the various objects in the setup windows.
Constructor Summary | |
SetupManager()
The constructor creates the main JDialog instance and creates all of the setup window classes, buttons, etc. |
Method Summary | |
void |
cancelSetup()
Cancels the setup. |
void |
finishSetup()
Completes the setup. |
java.lang.String[] |
getScannedPaths()
Returns the array of potential directory paths to share based on the hard drive scan. |
void |
goToCancelButtons()
Mediator method for changing the buttons in the setup button class to show the cancel button. |
void |
goToFinishButtons()
Mediator method for changing the buttons in the setup button class to show the finish button. |
void |
goToStandardButtons()
Mediator method for changing the buttons in the setup button class to show its standard buttons |
void |
next()
Displays the next window in the setup sequence. |
void |
previous()
Displays the previous window in the setup sequence. |
void |
scan()
Sets the array of scanned path names. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetupManager()
Method Detail |
public void next()
public void previous()
public void scan()
public java.lang.String[] getScannedPaths()
public void cancelSetup()
public void finishSetup()
public void goToFinishButtons()
public void goToCancelButtons()
public void goToStandardButtons()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |