Package org.geotools.swing.process
Class ProcessSelectionPage
This page is responsible for making a process selection widget that moves onto to the selected process page.
- Since:
- 8.0
- Author:
- gdavis (Refractions)
-
Field Summary
Fields inherited from class JPage
backPageIdentifier, DEFAULT, FINISH, NEXT, nextPageIdentifier, pageIdentifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Identifier of the panel to use Back.Identifier of the panel to use Next.Methods inherited from class JPage
createPanel, dispose, getJWizard, getModel, getPageIdentifier, getPanel, isValid, postDisplayPanel, preClosePanel, preDisplayPanel, setBackPageIdentifier, setNextPageIdentifier, setPageIdentifier
-
Constructor Details
-
ProcessSelectionPage
public ProcessSelectionPage() -
ProcessSelectionPage
-
-
Method Details
-
getBackPageIdentifier
Description copied from class:JPage
Identifier of the panel to use Back.- Overrides:
getBackPageIdentifier
in classJPage
- Returns:
- Return id of the next JProcessPage or null if next should be disabled.
-
getNextPageIdentifier
Description copied from class:JPage
Identifier of the panel to use Next.- Overrides:
getNextPageIdentifier
in classJPage
- Returns:
- Return id of the next JProcessPage or null if next should be disabled. You can use FINISH to indicate the wizard is complete and may be closed.
-
aboutToDisplayPanel
public void aboutToDisplayPanel()
-