|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
All panels to be part of the application have to implement this interface. Else, Installer's addPanel() will through a InstallerException.
| Method Summary | |
java.lang.String |
getDescription()
The optional description to display. |
javax.swing.Icon |
getIcon()
An optional image to display for this panel. |
java.lang.String |
getName()
A name identifies this panel. |
java.lang.String |
getNextDisplay()
The next panel to display. |
java.lang.String |
getPreviousDisplay()
The previous panel to display. |
java.lang.String |
getTitle()
The optional title to display. |
boolean |
isLastDisplay()
Set whether this is the final display |
void |
setNextDisplay(java.lang.String str)
Set what the next display to this panel should be. |
void |
setPreviousDisplay(java.lang.String str)
Set what the previous display to this panel should be. |
| Method Detail |
public java.lang.String getName()
public java.lang.String getNextDisplay()
public void setNextDisplay(java.lang.String str)
public java.lang.String getPreviousDisplay()
public void setPreviousDisplay(java.lang.String str)
public boolean isLastDisplay()
public java.lang.String getTitle()
public java.lang.String getDescription()
public javax.swing.Icon getIcon()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||