public class SelectSymbolsFolderInstallWizard extends Object implements OptionPanel
| Constructor and Description |
|---|
SelectSymbolsFolderInstallWizard(DefaultMakeSymbolPackageWizard defaultMakeSymbolPackageWizard,
PackageInfo packageInfo) |
| Modifier and Type | Method and Description |
|---|---|
JPanel |
getJPanel()
Return the panel to display.
|
String |
getPanelTitle()
Returns a title for the panel.
|
void |
lastPanel()
This method is called when the last button is clicked
|
void |
nextPanel()
This method is called when the next button is clicked
|
void |
updatePanel()
This method is called when the panel is displayed
|
public SelectSymbolsFolderInstallWizard(DefaultMakeSymbolPackageWizard defaultMakeSymbolPackageWizard, PackageInfo packageInfo)
defaultMakeSymbolPackageWizard - packageInfo - public JPanel getJPanel()
OptionPanelgetJPanel in interface OptionPanelpublic void lastPanel()
OptionPanellastPanel in interface OptionPanelpublic void nextPanel()
throws NotContinueWizardException
OptionPanelnextPanel in interface OptionPanelNotContinueWizardExceptionpublic void updatePanel()
OptionPanelupdatePanel in interface OptionPanelpublic String getPanelTitle()
OptionPanelgetPanelTitle in interface OptionPanel