|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PanelViews<T extends AbstractPanelView<V>,V>
Manages navigation between panels, providing access to the view of each panel.
| Method Summary | |
|---|---|
T |
getPanelView()
Returns the current panel view. |
List<T> |
getPanelViews()
Returns the panel views. |
V |
getView()
Returns the current view. |
int |
getVisibleIndex(T panel)
Returns the index of a visible panel, relative to other visible panels. |
void |
writeInstallationRecord(File file,
UninstallData uninstallData)
Writes an XML tree to a file. |
| Methods inherited from interface com.izforge.izpack.installer.panel.Panels |
|---|
getIndex, getNext, getNext, getPanel, getPanels, getPrevious, getPrevious, getVisible, hasNext, hasPrevious, isValid, next, next, previous, previous |
| Method Detail |
|---|
List<T> getPanelViews()
V getView()
null if there is noneT getPanelView()
null if there is noneint getVisibleIndex(T panel)
panel - the panel
-1 if the panel is not visible
void writeInstallationRecord(File file,
UninstallData uninstallData)
throws Exception
file - file of where the auto-install will be placeduninstallData - used to ensure that the file will be removed by the uninstaller
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||