|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.panel.AbstractPanels<IzPanelView,IzPanel>
com.izforge.izpack.installer.gui.IzPanels
public class IzPanels
Implementation of AbstractPanels for IzPanel.
| Constructor Summary | |
|---|---|
IzPanels(List<IzPanelView> panels,
Container container,
GUIInstallData installData)
Constructs a IzPanels. |
|
| Method Summary | |
|---|---|
void |
initialise()
Initialises the IzPanel instances. |
boolean |
isBack()
Determines if the current panel switch is navigating backwards or forwards. |
void |
setListener(IzPanelsListener listener)
Sets the listener to notify of events. |
protected boolean |
switchPanel(IzPanelView newPanel,
IzPanelView 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 IzPanels(List<IzPanelView> panels,
Container container,
GUIInstallData installData)
IzPanels.
panels - the panelscontainer - the container to register IzPanels withinstallData - the installation data| Method Detail |
|---|
public void initialise()
IzPanel instances.
public void setListener(IzPanelsListener listener)
listener - the listener. May be nullpublic boolean isBack()
true if the current panel switch is navigating backwards, false if navigating forwards
or no panel switch is in progress
protected boolean switchPanel(IzPanelView newPanel,
IzPanelView oldPanel)
switchPanel in class AbstractPanels<IzPanelView,IzPanel>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 | |||||||||