|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.panel.AbstractPanels<ConsolePanelView,ConsolePanel>
com.izforge.izpack.installer.console.ConsolePanels
public class ConsolePanels
Implementation of Panels for ConsolePanelView.
| Constructor Summary | |
|---|---|
ConsolePanels(List<ConsolePanelView> panels,
Container container,
InstallData installData)
Constructs a ConsolePanels. |
|
| Method Summary | |
|---|---|
void |
initialise()
Initialises the ConsolePanelView instances. |
void |
setAction(ConsoleAction action)
Sets the action to invoke when switching panels. |
protected boolean |
switchPanel(ConsolePanelView newPanel,
ConsolePanelView oldPanel)
Switches panels. |
| Methods inherited from class com.izforge.izpack.installer.panel.AbstractPanels |
|---|
executeValidationActions, getIndex, getNext, getNext, getPanel, getPanels, getPanelView, getPanelViews, getPrevious, getPrevious, getView, getVisible, getVisibleIndex, hasNext, hasPrevious, isValid, next, next, previous, previous, switchPanel, writeInstallationRecord |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsolePanels(List<ConsolePanelView> panels,
Container container,
InstallData installData)
ConsolePanels.
panels - the panelscontainer - the container to get instances frominstallData - install data| Method Detail |
|---|
public void initialise()
ConsolePanelView instances.
public void setAction(ConsoleAction action)
action - the action
protected boolean switchPanel(ConsolePanelView newPanel,
ConsolePanelView oldPanel)
switchPanel in class AbstractPanels<ConsolePanelView,ConsolePanel>newPanel - the panel to switch tooldPanel - the panel to switch from, or null if there was no prior panel
true if the switch was successful
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||