public class ProcessParameterPage extends JPage
backPageIdentifier, DEFAULT, FINISH, NEXT, nextPageIdentifier, pageIdentifier| Constructor and Description |
|---|
ProcessParameterPage(ProcessFactory factory) |
ProcessParameterPage(ProcessFactory factory,
Map<String,Object> input) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackPageIdentifier()
Identifier of the panel to use Back.
|
String |
getNextPageIdentifier()
Identifier of the panel to use Next.
|
ProcessFactory |
getProcessFactory() |
void |
preDisplayPanel()
Called just before the panel is to be displayed.
|
void |
setProcessFactory(ProcessFactory factory) |
createPanel, dispose, getJWizard, getModel, getPageIdentifier, getPanel, isValid, postDisplayPanel, preClosePanel, setBackPageIdentifier, setNextPageIdentifier, setPageIdentifierpublic ProcessParameterPage(ProcessFactory factory)
public ProcessParameterPage(ProcessFactory factory, Map<String,Object> input)
public void setProcessFactory(ProcessFactory factory)
public ProcessFactory getProcessFactory()
public String getBackPageIdentifier()
JPagegetBackPageIdentifier in class JPagepublic String getNextPageIdentifier()
JPagegetNextPageIdentifier in class JPagepublic void preDisplayPanel()
JPageThis is a good time to populate your fields with values; hook up any listeners and gernally muck about.
preDisplayPanel in class JPageCopyright © 1996–2019 Geotools. All rights reserved.