Uses of Interface
se.conciliate.extensions.store.MTRemoteChangeHandler
Packages that use MTRemoteChangeHandler
Package
Description
Package containing various support interfaces for data transfers such as
drag and drop.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
Provides a means to handle events originating from the modeling editor.
-
Uses of MTRemoteChangeHandler in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer with parameters of type MTRemoteChangeHandlerModifier and TypeMethodDescriptionDropImport.importData(Object data, DataFlavor flavor, MTCompleteEdge edge, Point dropLocation, MTRemoteChangeHandler defaultErrorHandler) Imports the data, that is, attaches the data to the edge in some meaningful way.DropImport.importData(Object data, DataFlavor flavor, MTCompleteModel model, Point dropLocation, MTRemoteChangeHandler defaultErrorHandler) Imports the data, that is, attaches the data to the model in some meaningful way.DropImport.importData(Object data, DataFlavor flavor, MTCompleteSymbol symbol, Point dropLocation, MTRemoteChangeHandler defaultErrorHandler) Imports the data, that is, attaches the data to the symbol in some meaningful way.DropImport.importData(Object data, DataFlavor flavor, MTCompleteVertex vertex, Point dropLocation, MTRemoteChangeHandler defaultErrorHandler) Imports the data, that is, attaches the data to the vertex in some meaningful way. -
Uses of MTRemoteChangeHandler in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store with parameters of type MTRemoteChangeHandlerModifier and TypeMethodDescriptiondefault MTEditMTEdge.prepareSave(MTRemoteChangeHandler errorHandler) Prepares this edge for saving.default MTEditMTVertex.prepareSave(MTRemoteChangeHandler errorHandler) Prepares this vertex for saving.voidMTCompleteEdge.queueRemove(MTRemoteChangeHandler exceptionHandler) Puts this edge up for removal at some future point in time, making this call safe to do from the event dispatch thread.voidMTCompleteVertex.queueRemove(MTRemoteChangeHandler exceptionHandler) Puts this vertex up for removal at some future point in time, making this call safe to do from the event dispatch thread.voidMTEdge.queueSave(MTRemoteChangeHandler errorHandler) Puts this edge on a save queue, making this call safe to do from the event dispatch thread.voidMTSymbol.queueSave(MTRemoteChangeHandler exceptionHandler) Puts this symbol on a save queue, making this call safe to do from the event dispatch thread.voidMTVertex.queueSave(MTRemoteChangeHandler exceptionHandler) Puts this vertex on a save queue, making this call safe to do from the event dispatch thread.voidMTEdit.setExceptionHandler(MTRemoteChangeHandler exceptionHandler) -
Uses of MTRemoteChangeHandler in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query with parameters of type MTRemoteChangeHandlerModifier and TypeMethodDescriptionvoidMTQueryActionProvider.QueryAction.performAction(Component invoker, Point p, MTRemoteChangeHandler errorHandler) -
Uses of MTRemoteChangeHandler in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type MTRemoteChangeHandlerModifier and TypeMethodDescriptionbooleanPage.setRemoteChangeHandler(MTRemoteChangeHandler handler) Tries to set a custom remote change handler on a page. -
Uses of MTRemoteChangeHandler in se.conciliate.extensions.ui.modeling
Methods in se.conciliate.extensions.ui.modeling with parameters of type MTRemoteChangeHandlerModifier and TypeMethodDescriptionvoidModelListener.modelChanged(MTCompleteModel model, boolean valueAdjusting, MTRemoteChangeHandler errorHandler) Deprecated.This method is deprecated since this interface will be replaced in later versions with listener methods that allow more fine-grained control of the changes made to the model.