Package org.geotools.swing.process
Class ProcessRunPage
This page is responsible for actually executing the process with the given parameters and then displaying the result.
- Since:
- 8.0
- Author:
- gdavis
-
Field Summary
Fields inherited from class JPage
backPageIdentifier, DEFAULT, FINISH, NEXT, nextPageIdentifier, pageIdentifier -
Constructor Summary
ConstructorsConstructorDescriptionProcessRunPage(ProcessFactory factory) ProcessRunPage(ProcessFactory factory, Map<String, Object> params) -
Method Summary
Modifier and TypeMethodDescriptionvoidIdentifier 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
-
ProcessRunPage
-
ProcessRunPage
-
-
Method Details
-
getBackPageIdentifier
Description copied from class:JPageIdentifier of the panel to use Back.- Overrides:
getBackPageIdentifierin classJPage- Returns:
- Return id of the next JProcessPage or null if next should be disabled.
-
getNextPageIdentifier
Description copied from class:JPageIdentifier of the panel to use Next.- Overrides:
getNextPageIdentifierin 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()
-