org.geotools.swing.process
Class ProcessSelectionPage
Object
JPage
ProcessSelectionPage
public class ProcessSelectionPage
- extends JPage
This page is responsible for making a process selection widget that moves onto to the selected
process page.
- Since:
- 8.0
- Author:
- gdavis (Refractions)
Methods inherited from class JPage |
createPanel, dispose, getJWizard, getModel, getPageIdentifier, getPanel, isValid, postDisplayPanel, preClosePanel, preDisplayPanel, setBackPageIdentifier, setNextPageIdentifier, setPageIdentifier |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessSelectionPage
public ProcessSelectionPage()
ProcessSelectionPage
public ProcessSelectionPage(Map<String,Object> input)
getBackPageIdentifier
public String getBackPageIdentifier()
- Description copied from class:
JPage
- Identifier of the panel to use Back.
- Overrides:
getBackPageIdentifier
in class JPage
- Returns:
- Return id of the next JProcessPage or null if next should be disabled.
getNextPageIdentifier
public String getNextPageIdentifier()
- Description copied from class:
JPage
- Identifier of the panel to use Next.
- Overrides:
getNextPageIdentifier
in 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.
aboutToDisplayPanel
public void aboutToDisplayPanel()
Copyright © 1996-2014 Geotools. All Rights Reserved.