Uses of Interface
org.locationtech.jts.jump.workbench.ui.ErrorHandler
-
Packages that use ErrorHandler Package Description org.locationtech.jts.jump.demo.layerviewpanel org.locationtech.jts.jump.workbench org.locationtech.jts.jump.workbench.driver org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.style org.locationtech.jts.jump.workbench.ui.task org.locationtech.jts.jump.workbench.ui.wizard A simple package for implementing a wizard GUI framework. -
-
Uses of ErrorHandler in org.locationtech.jts.jump.demo.layerviewpanel
Classes in org.locationtech.jts.jump.demo.layerviewpanel that implement ErrorHandler Modifier and Type Class Description class
LayerViewPanelDemoFrame
To use this app, set the "jump-demo-data-directory" system property to the directory containing tenures-extract.xml and ownership-extract.xml.class
MapTab
To use this panel, set the "jump-demo-data-directory" system property to the directory containing tenures-extract.xml and ownership-extract.xml.Constructors in org.locationtech.jts.jump.demo.layerviewpanel with parameters of type ErrorHandler Constructor Description MapTab(ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench
Methods in org.locationtech.jts.jump.workbench that return ErrorHandler Modifier and Type Method Description ErrorHandler
JUMPWorkbenchContext. getErrorHandler()
ErrorHandler
WorkbenchContext. getErrorHandler()
Constructors in org.locationtech.jts.jump.workbench with parameters of type ErrorHandler Constructor Description WorkbenchPropertiesFile(File file, ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench.driver
Fields in org.locationtech.jts.jump.workbench.driver declared as ErrorHandler Modifier and Type Field Description protected ErrorHandler
AbstractDriver. errorHandler
Deprecated.Methods in org.locationtech.jts.jump.workbench.driver with parameters of type ErrorHandler Modifier and Type Method Description void
AbstractDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.void
AbstractInputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.void
AbstractOutputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
Deprecated.void
FMEFileInputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
GMLFileInputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
GMLFileOutputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
JMLFileInputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
ShapeFileInputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
void
WKTFileInputDriver. initialize(DriverManager driverManager, ErrorHandler errorHandler)
Constructors in org.locationtech.jts.jump.workbench.driver with parameters of type ErrorHandler Constructor Description DriverManager(ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench.plugin
Methods in org.locationtech.jts.jump.workbench.plugin that return ErrorHandler Modifier and Type Method Description ErrorHandler
PlugInContext. getErrorHandler()
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench.ui
Subinterfaces of ErrorHandler in org.locationtech.jts.jump.workbench.ui Modifier and Type Interface Description interface
LayerViewPanelContext
Classes in org.locationtech.jts.jump.workbench.ui that implement ErrorHandler Modifier and Type Class Description class
WorkbenchFrame
This class is responsible for the main window of the JUMP application.Constructors in org.locationtech.jts.jump.workbench.ui with parameters of type ErrorHandler Constructor Description BasicFileDriverPanel(ErrorHandler errorHandler)
FileNamePanel(ErrorHandler errorHandler)
FMEFileDriverPanel(ErrorHandler errorHandler)
GMLFileDriverPanel(ErrorHandler errorHandler)
JMLFileDriverPanel(ErrorHandler errorHandler)
TextFrame(boolean showingButtons, ErrorHandler errorHandler)
TextFrame(ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench.ui.style
Constructors in org.locationtech.jts.jump.workbench.ui.style with parameters of type ErrorHandler Constructor Description LabelStylePanel(Layer layer, LayerViewPanel layerViewPanel, JDialog parent, ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench.ui.task
Constructors in org.locationtech.jts.jump.workbench.ui.task with parameters of type ErrorHandler Constructor Description TaskMonitorDialog(Frame frame, ErrorHandler errorHandler)
TaskMonitorDialog(Frame frame, ErrorHandler errorHandler, boolean modal)
-
Uses of ErrorHandler in org.locationtech.jts.jump.workbench.ui.wizard
Constructors in org.locationtech.jts.jump.workbench.ui.wizard with parameters of type ErrorHandler Constructor Description WizardDialog(Frame frame, String title, ErrorHandler errorHandler)
-