Package org.geotools.swing.process
Class ProcessParameterPage
-
public class ProcessParameterPage extends JPage
This page is responsible making a user interface based on the provided ProcessFactory.- Since:
- 8.0
- Author:
- Jody, gdavis
-
-
Field Summary
-
Fields inherited from class JPage
backPageIdentifier, DEFAULT, FINISH, NEXT, nextPageIdentifier, pageIdentifier
-
-
Constructor Summary
Constructors Constructor Description ProcessParameterPage(ProcessFactory factory)ProcessParameterPage(ProcessFactory factory, Map<String,Object> input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackPageIdentifier()Identifier of the panel to use Back.StringgetNextPageIdentifier()Identifier of the panel to use Next.ProcessFactorygetProcessFactory()voidpreDisplayPanel()Called just before the panel is to be displayed.voidsetProcessFactory(ProcessFactory factory)-
Methods inherited from class JPage
createPanel, dispose, getJWizard, getModel, getPageIdentifier, getPanel, isValid, postDisplayPanel, preClosePanel, setBackPageIdentifier, setNextPageIdentifier, setPageIdentifier
-
-
-
-
Constructor Detail
-
ProcessParameterPage
public ProcessParameterPage(ProcessFactory factory)
-
ProcessParameterPage
public ProcessParameterPage(ProcessFactory factory, Map<String,Object> input)
-
-
Method Detail
-
setProcessFactory
public void setProcessFactory(ProcessFactory factory)
-
getProcessFactory
public ProcessFactory getProcessFactory()
-
getBackPageIdentifier
public String 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
public String 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.
-
preDisplayPanel
public void preDisplayPanel()
Description copied from class:JPageCalled just before the panel is to be displayed.This is a good time to populate your fields with values; hook up any listeners and gernally muck about.
- Overrides:
preDisplayPanelin classJPage
-
-