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 SummaryFields inherited from class JPagebackPageIdentifier, DEFAULT, FINISH, NEXT, nextPageIdentifier, pageIdentifier
- 
Constructor SummaryConstructorsConstructorDescriptionProcessRunPage(ProcessFactory factory) ProcessRunPage(ProcessFactory factory, Map<String, Object> params) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidIdentifier of the panel to use Back.Identifier of the panel to use Next.Methods inherited from class JPagecreatePanel, dispose, getJWizard, getModel, getPageIdentifier, getPanel, isValid, postDisplayPanel, preClosePanel, preDisplayPanel, setBackPageIdentifier, setNextPageIdentifier, setPageIdentifier
- 
Constructor Details- 
ProcessRunPage
- 
ProcessRunPage
 
- 
- 
Method Details- 
getBackPageIdentifierDescription copied from class:JPageIdentifier of the panel to use Back.- Overrides:
- getBackPageIdentifierin class- JPage
- Returns:
- Return id of the next JProcessPage or null if next should be disabled.
 
- 
getNextPageIdentifierDescription copied from class:JPageIdentifier of the panel to use Next.- Overrides:
- getNextPageIdentifierin class- JPage
- 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.
 
- 
aboutToDisplayPanelpublic void aboutToDisplayPanel()
 
-