Interface JWizardComponents
- All Superinterfaces:
JWizard
- All Known Implementing Classes:
DefaultJWizardComponents
Title: JWizardComponents.java
Project: JWizardComponent
Copyright (C) 2003 William Ready
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the
implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
To receive a copy of the GNU Lesser General Public License
write to: The Free Software Foundation, Inc.,
59 Temple Place, Suite 330
Boston, MA 02111-1307 USA
- Version:
- 1.1 Property Change Listening implemented by Piotr KamiƱski.
- Author:
- William Ready
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddWizardPanel(int index, JWizardPanel panel) voidaddWizardPanel(JWizardPanel panel) voidaddWizardPanelAfter(JWizardPanel panelToBePlacedAfter, JWizardPanel panel) voidvoidaddWizardPanelBefore(JWizardPanel panelToBePlacedBefore, JWizardPanel panel) intintgetIndexOfPanel(JWizardPanel panel) getWizardPanel(int index) booleanvoidremoveWizardPanel(int index) removeWizardPanel(JWizardPanel panel) voidsetBackButton(JButton aBackButton) voidsetCancelAction(CancelAction aCancelAction) voidsetCancelButton(JButton aCancelButton) voidsetCurrentIndex(int aCurrentIndex) voidsetFinishAction(FinishAction aFinishAction) voidsetFinishButton(JButton button) voidsetNextButton(JButton aNextButton) voidsetWizardPanelList(List<JWizardPanel> panelList) voidsetWizardPanelsContainer(JPanel aWizardPanelsContainer) void
-
Field Details
-
CURRENT_PANEL_PROPERTY
- See Also:
-
-
Method Details
-
addWizardPanel
- Specified by:
addWizardPanelin interfaceJWizard
-
addWizardPanel
- Specified by:
addWizardPanelin interfaceJWizard
-
addWizardPanelAfter
-
addWizardPanelBefore
-
addWizardPanelAfterCurrent
-
removeWizardPanel
- Specified by:
removeWizardPanelin interfaceJWizard
-
removeWizardPanel
- Specified by:
removeWizardPanelin interfaceJWizard
-
removeWizardPanelAfter
-
removeWizardPanelBefore
-
getWizardPanel
- Specified by:
getWizardPanelin interfaceJWizard
-
getIndexOfPanel
-
updateComponents
void updateComponents() -
getCurrentPanel
- Throws:
Exception
-
getFinishAction
FinishAction getFinishAction() -
setFinishAction
-
getCancelAction
CancelAction getCancelAction() -
setCancelAction
-
getCurrentIndex
int getCurrentIndex() -
setCurrentIndex
void setCurrentIndex(int aCurrentIndex) -
getWizardPanelsContainer
JPanel getWizardPanelsContainer() -
setWizardPanelsContainer
-
getBackButton
JButton getBackButton() -
setBackButton
-
getNextButton
JButton getNextButton() -
setNextButton
-
getCancelButton
JButton getCancelButton() -
setCancelButton
-
getFinishButton
JButton getFinishButton() -
setFinishButton
-
getWizardPanelList
List<JWizardPanel> getWizardPanelList()- Specified by:
getWizardPanelListin interfaceJWizard
-
setWizardPanelList
- Specified by:
setWizardPanelListin interfaceJWizard
-
onLastPanel
boolean onLastPanel() -
addPropertyChangeListener
-
removePropertyChangeListener
-