Uses of Interface
com.vividsolutions.jump.workbench.ui.ErrorHandler
-
Packages that use ErrorHandler Package Description com.vividsolutions.jump.workbench com.vividsolutions.jump.workbench.driver com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.com.vividsolutions.jump.workbench.ui com.vividsolutions.jump.workbench.ui.plugin.datastore com.vividsolutions.jump.workbench.ui.style com.vividsolutions.jump.workbench.ui.task com.vividsolutions.jump.workbench.ui.wizard A simple package for implementing a wizard GUI framework.de.fho.jump.pirol.utilities.plugIns org.openjump.core.ui.enablecheck org.openjump.core.ui.plugin.datastore.transaction org.openjump.core.ui.plugin.file.open org.openjump.core.ui.swing -
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return ErrorHandler Modifier and Type Method Description ErrorHandler
JUMPWorkbenchContext. getErrorHandler()
abstract ErrorHandler
WorkbenchContext. getErrorHandler()
Constructors in com.vividsolutions.jump.workbench with parameters of type ErrorHandler Constructor Description WorkbenchPropertiesFile(File file, ErrorHandler errorHandler)
WorkbenchPropertiesFile(List<File> files, ErrorHandler errorHandler)
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench.driver
Fields in com.vividsolutions.jump.workbench.driver declared as ErrorHandler Modifier and Type Field Description protected ErrorHandler
AbstractDriver. errorHandler
Deprecated.Methods in com.vividsolutions.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 com.vividsolutions.jump.workbench.driver with parameters of type ErrorHandler Constructor Description DriverManager(ErrorHandler errorHandler)
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return ErrorHandler Modifier and Type Method Description ErrorHandler
PlugInContext. getErrorHandler()
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench.ui
Subinterfaces of ErrorHandler in com.vividsolutions.jump.workbench.ui Modifier and Type Interface Description interface
LayerViewPanelContext
Classes in com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.plugin.datastore
Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ErrorHandler Constructor Description ConnectionManagerPanel(ConnectionManager connectionManager, Registry registry, ErrorHandler errorHandler, WorkbenchContext context)
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench.ui.style
Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type ErrorHandler Constructor Description LabelStylePanel(Layer layer, LayerViewPanel layerViewPanel, JDialog parent, ErrorHandler errorHandler)
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench.ui.task
Constructors in com.vividsolutions.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 com.vividsolutions.jump.workbench.ui.wizard
Constructors in com.vividsolutions.jump.workbench.ui.wizard with parameters of type ErrorHandler Constructor Description WizardDialog(Frame frame, String title, ErrorHandler errorHandler)
-
Uses of ErrorHandler in de.fho.jump.pirol.utilities.plugIns
Classes in de.fho.jump.pirol.utilities.plugIns that implement ErrorHandler Modifier and Type Class Description class
StandardPirolPlugIn
Overrides most of the abstract methods of the AbstractPlugIn to implement a default behavior, that fits the needs for a plugIn in the PIROL context. -
Uses of ErrorHandler in org.openjump.core.ui.enablecheck
Constructors in org.openjump.core.ui.enablecheck with parameters of type ErrorHandler Constructor Description PropertyEnableCheck(Object object, String checkMethodName, Object expectedValue, boolean invert, ErrorHandler errorHandler)
PropertyEnableCheck(Object object, String checkMethodName, Object expectedValue, ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.openjump.core.ui.plugin.datastore.transaction
Constructors in org.openjump.core.ui.plugin.datastore.transaction with parameters of type ErrorHandler Constructor Description TransactionManagerPanel(DataStoreTransactionManager transactionManager, ErrorHandler errorHandler, WorkbenchContext context)
-
Uses of ErrorHandler in org.openjump.core.ui.plugin.file.open
Constructors in org.openjump.core.ui.plugin.file.open with parameters of type ErrorHandler Constructor Description OpenFileWizardState(ErrorHandler errorHandler)
-
Uses of ErrorHandler in org.openjump.core.ui.swing
Constructors in org.openjump.core.ui.swing with parameters of type ErrorHandler Constructor Description CheckBoxComponentPanel(String descriptionLabel, ErrorHandler errorHandler)
ComboBoxComponentPanel(String descriptionLabel, Object[] items, ErrorHandler errorHandler)
-