Uses of Class
org.geotools.swing.wizard.JPage
-
Packages that use JPage Package Description org.geotools.swing.data Dialog and wizard classes to get user input for data storesorg.geotools.swing.process GUI components for running GeoTools processes.org.geotools.swing.wizard Classes to construct wizards for user input -
-
Uses of JPage in org.geotools.swing.data
Subclasses of JPage in org.geotools.swing.data Modifier and Type Class Description classJDataChoosePageA wizard page that will allow the user to choose a format (ie DataAccess factory).classJDataStorePageA wizard page that will prompt the user for a file of the supplied format ask for any additional information.classJParameterListPageA wizard page that will prompt the user for a file of the supplied format ask for any additional information. -
Uses of JPage in org.geotools.swing.process
Subclasses of JPage in org.geotools.swing.process Modifier and Type Class Description classProcessParameterPageThis page is responsible making a user interface based on the provided ProcessFactory.classProcessRunPageThis page is responsible for actually executing the process with the given parameters and then displaying the result.classProcessSelectionPageThis page is responsible for making a process selection widget that moves onto to the selected process page. -
Uses of JPage in org.geotools.swing.wizard
Methods in org.geotools.swing.wizard that return types with arguments of type JPage Modifier and Type Method Description Map<String,JPage>JPage. getModel()Methods in org.geotools.swing.wizard with parameters of type JPage Modifier and Type Method Description voidJWizard. registerWizardPanel(JPage page)Registers the page with this JWizard.
-