Uses of Interface
com.vividsolutions.jump.workbench.ui.ErrorHandler
Packages that use ErrorHandler
Package
Description
The API for "plug-ins", which are code modules that can be assigned to
buttons and menu items.
A simple package for implementing a wizard GUI framework.
-
Uses of ErrorHandler in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return ErrorHandlerModifier and TypeMethodDescriptionJUMPWorkbenchContext.getErrorHandler()abstract ErrorHandlerWorkbenchContext.getErrorHandler()Constructors in com.vividsolutions.jump.workbench with parameters of type ErrorHandlerModifierConstructorDescriptionWorkbenchPropertiesFile(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 ErrorHandlerMethods in com.vividsolutions.jump.workbench.driver with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) Deprecated.voidAbstractInputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) Deprecated.voidAbstractOutputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) Deprecated.voidFMEFileInputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) voidGMLFileInputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) voidGMLFileOutputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) voidJMLFileInputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) voidShapeFileInputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) voidWKTFileInputDriver.initialize(DriverManager driverManager, ErrorHandler errorHandler) Constructors in com.vividsolutions.jump.workbench.driver with parameters of type ErrorHandler -
Uses of ErrorHandler in com.vividsolutions.jump.workbench.plugin
Methods in com.vividsolutions.jump.workbench.plugin that return ErrorHandler -
Uses of ErrorHandler in com.vividsolutions.jump.workbench.ui
Subinterfaces of ErrorHandler in com.vividsolutions.jump.workbench.uiClasses in com.vividsolutions.jump.workbench.ui that implement ErrorHandlerModifier and TypeClassDescriptionclassThis class is responsible for the main window of the JUMP application.Constructors in com.vividsolutions.jump.workbench.ui with parameters of type ErrorHandlerModifierConstructorDescriptionBasicFileDriverPanel(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 ErrorHandlerModifierConstructorDescriptionConnectionManagerPanel(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 ErrorHandlerModifierConstructorDescriptionLabelStylePanel(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 ErrorHandlerModifierConstructorDescriptionTaskMonitorDialog(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 -
Uses of ErrorHandler in de.fho.jump.pirol.utilities.plugIns
Classes in de.fho.jump.pirol.utilities.plugIns that implement ErrorHandlerModifier and TypeClassDescriptionclassOverrides 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 ErrorHandlerModifierConstructorDescriptionPropertyEnableCheck(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 ErrorHandlerModifierConstructorDescriptionTransactionManagerPanel(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 -
Uses of ErrorHandler in org.openjump.core.ui.swing
Constructors in org.openjump.core.ui.swing with parameters of type ErrorHandlerModifierConstructorDescriptionCheckBoxComponentPanel(String descriptionLabel, ErrorHandler errorHandler) ComboBoxComponentPanel(String descriptionLabel, Object[] items, ErrorHandler errorHandler)