public class ProgressWizard extends Object implements OptionPanel
Constructor and Description |
---|
ProgressWizard(DefaultMakeSymbolPackageWizard wizard,
PackageInfo packageInfo,
JOutputPanel outputPanel) |
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 ProgressWizard(DefaultMakeSymbolPackageWizard wizard, PackageInfo packageInfo, JOutputPanel outputPanel)
public JPanel getJPanel()
OptionPanel
getJPanel
in interface OptionPanel
public String getPanelTitle()
OptionPanel
getPanelTitle
in interface OptionPanel
public void lastPanel()
OptionPanel
lastPanel
in interface OptionPanel
public void nextPanel()
OptionPanel
nextPanel
in interface OptionPanel
public void updatePanel()
OptionPanel
updatePanel
in interface OptionPanel