Uses of Interface
com.mxgraph.util.mxEventSource.mxIEventListener
-
Packages that use mxEventSource.mxIEventListener Package Description com.mxgraph.model This package contains the classes that define a graph model.com.mxgraph.swing This package contains the main component for JFC/Swing, namely the graph component and the outline component.com.mxgraph.swing.handler This package contains all classes required for mouse event handling in JFC/Swing.com.mxgraph.util This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history.com.mxgraph.view 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.mxIEventListener Modifier and Type Method Description voidmxIGraphModel. addListener(java.lang.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, java.lang.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.mxIEventListener Modifier and Type Field Description protected 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.mxIEventListener Modifier and Type Method Description voidmxGraphComponent. addListener(java.lang.String eventName, mxEventSource.mxIEventListener listener)voidmxGraphComponent. removeListener(mxEventSource.mxIEventListener listener)voidmxGraphComponent. removeListener(mxEventSource.mxIEventListener listener, java.lang.String eventName) -
Uses of mxEventSource.mxIEventListener in com.mxgraph.swing.handler
Fields in com.mxgraph.swing.handler declared as mxEventSource.mxIEventListener Modifier and Type Field Description protected mxEventSource.mxIEventListenermxSelectionCellsHandler. refreshHandlerprotected mxEventSource.mxIEventListenermxConnectionHandler. resetHandlerMethods in com.mxgraph.swing.handler with parameters of type mxEventSource.mxIEventListener Modifier and Type Method Description voidmxCellMarker. addListener(java.lang.String eventName, mxEventSource.mxIEventListener listener)Adds the given event listener.voidmxConnectionHandler. addListener(java.lang.String eventName, mxEventSource.mxIEventListener listener)Adds the given event listener.voidmxInsertHandler. addListener(java.lang.String eventName, mxEventSource.mxIEventListener listener)voidmxCellMarker. removeListener(mxEventSource.mxIEventListener listener)Removes the given event listener.voidmxCellMarker. removeListener(mxEventSource.mxIEventListener listener, java.lang.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, java.lang.String eventName)Removes the given event listener for the specified event name.voidmxInsertHandler. removeListener(mxEventSource.mxIEventListener listener)voidmxInsertHandler. removeListener(mxEventSource.mxIEventListener listener, java.lang.String eventName) -
Uses of mxEventSource.mxIEventListener in com.mxgraph.util
Methods in com.mxgraph.util with parameters of type mxEventSource.mxIEventListener Modifier and Type Method Description voidmxEventSource. addListener(java.lang.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, java.lang.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.mxIEventListener Modifier and Type Field Description protected 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.mxIEventListenermxSwimlaneManager. resizeHandlerprotected mxEventSource.mxIEventListenermxLayoutManager. undoHandlerprotected mxEventSource.mxIEventListenermxGraph. updateOriginHandlerFires repaint events for full repaints.
-