Uses of Interface
com.mxgraph.util.mxEventSource.mxIEventListener
Packages that use mxEventSource.mxIEventListener
Package
Description
This package contains the classes that define a graph model.
This package contains the main component for JFC/Swing, namely the graph
component and the outline component.
This package contains all classes required for mouse event handling in
JFC/Swing.
This package provides utility classes such as mxConstants, mxUtils, mxPoint
and mxRectangle as well as all classes for custom events and the undo
history.
This package implements the graph component, represented by the mxGraph
class.
-
Uses of mxEventSource.mxIEventListener in com.mxgraph.model
Methods in com.mxgraph.model with parameters of type mxEventSource.mxIEventListenerModifier and TypeMethodDescriptionvoidmxIGraphModel.addListener(String eventName, mxEventSource.mxIEventListener listener) Binds the specified function to the given event name.voidmxIGraphModel.removeListener(mxEventSource.mxIEventListener listener) Function: removeListener Removes the given listener from the list of listeners.voidmxIGraphModel.removeListener(mxEventSource.mxIEventListener listener, String eventName) Function: removeListener Removes the given listener from the list of listeners. -
Uses of mxEventSource.mxIEventListener in com.mxgraph.swing
Fields in com.mxgraph.swing declared as mxEventSource.mxIEventListenerModifier and TypeFieldDescriptionprotected mxEventSource.mxIEventListenermxGraphComponent.repaintHandlerprotected mxEventSource.mxIEventListenermxGraphOutline.repaintHandlerprotected mxEventSource.mxIEventListenermxGraphComponent.scaleHandlerResets the zoom policy if the scale is changed manually.protected mxEventSource.mxIEventListenermxGraphComponent.updateHandlerUpdates the heavyweight component structure after any changes.Methods in com.mxgraph.swing with parameters of type mxEventSource.mxIEventListenerModifier and TypeMethodDescriptionvoidmxGraphComponent.addListener(String eventName, mxEventSource.mxIEventListener listener) voidmxGraphComponent.removeListener(mxEventSource.mxIEventListener listener) voidmxGraphComponent.removeListener(mxEventSource.mxIEventListener listener, String eventName) -
Uses of mxEventSource.mxIEventListener in com.mxgraph.swing.handler
Fields in com.mxgraph.swing.handler declared as mxEventSource.mxIEventListenerModifier and TypeFieldDescriptionprotected mxEventSource.mxIEventListenermxSelectionCellsHandler.refreshHandlerprotected mxEventSource.mxIEventListenermxConnectionHandler.resetHandlerMethods in com.mxgraph.swing.handler with parameters of type mxEventSource.mxIEventListenerModifier and TypeMethodDescriptionvoidmxCellMarker.addListener(String eventName, mxEventSource.mxIEventListener listener) Adds the given event listener.voidmxConnectionHandler.addListener(String eventName, mxEventSource.mxIEventListener listener) Adds the given event listener.voidmxInsertHandler.addListener(String eventName, mxEventSource.mxIEventListener listener) voidmxCellMarker.removeListener(mxEventSource.mxIEventListener listener) Removes the given event listener.voidmxCellMarker.removeListener(mxEventSource.mxIEventListener listener, String eventName) Removes the given event listener for the specified event name.voidmxConnectionHandler.removeListener(mxEventSource.mxIEventListener listener) Removes the given event listener.voidmxConnectionHandler.removeListener(mxEventSource.mxIEventListener listener, String eventName) Removes the given event listener for the specified event name.voidmxInsertHandler.removeListener(mxEventSource.mxIEventListener listener) voidmxInsertHandler.removeListener(mxEventSource.mxIEventListener listener, String eventName) -
Uses of mxEventSource.mxIEventListener in com.mxgraph.util
Methods in com.mxgraph.util with parameters of type mxEventSource.mxIEventListenerModifier and TypeMethodDescriptionvoidmxEventSource.addListener(String eventName, mxEventSource.mxIEventListener listener) Binds the specified function to the given event name.voidmxEventSource.removeListener(mxEventSource.mxIEventListener listener) Function: removeListener Removes all occurances of the given listener from the list of listeners.voidmxEventSource.removeListener(mxEventSource.mxIEventListener listener, String eventName) Function: removeListener Removes all occurances of the given listener from the list of listeners. -
Uses of mxEventSource.mxIEventListener in com.mxgraph.view
Fields in com.mxgraph.view declared as mxEventSource.mxIEventListenerModifier and TypeFieldDescriptionprotected mxEventSource.mxIEventListenermxSwimlaneManager.addHandlerprotected mxEventSource.mxIEventListenermxGraph.fullRepaintHandlerFires repaint events for full repaints.protected mxEventSource.mxIEventListenermxGraph.graphModelChangeHandlerFires repaint events for model changes.protected mxEventSource.mxIEventListenermxLayoutManager.moveHandlerprotected mxEventSource.mxIEventListenermxSpaceManager.resizeHandlerprotected mxEventSource.mxIEventListenermxSwimlaneManager.resizeHandlerprotected mxEventSource.mxIEventListenermxLayoutManager.undoHandlerprotected mxEventSource.mxIEventListenermxGraph.updateOriginHandlerFires repaint events for full repaints.