JGraph X 1.2.0.8


Uses of Interface
com.mxgraph.util.mxEventSource.mxIEventListener

Packages that use mxEventSource.mxIEventListener
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
 void mxIGraphModel.addListener(String eventName, mxEventSource.mxIEventListener listener)
          Binds the specified function to the given event name.
 void mxIGraphModel.removeListener(mxEventSource.mxIEventListener listener)
          Function: removeListener Removes the given listener from the list of listeners.
 void mxIGraphModel.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.mxIEventListener
protected  mxEventSource.mxIEventListener mxGraphOutline.repaintHandler
           
protected  mxEventSource.mxIEventListener mxGraphComponent.repaintHandler
           
protected  mxEventSource.mxIEventListener mxGraphComponent.scaleHandler
          Resets the zoom policy if the scale is changed manually.
protected  mxEventSource.mxIEventListener mxGraphComponent.updateHandler
          Updates the heavyweight component structure after any changes.
 

Methods in com.mxgraph.swing with parameters of type mxEventSource.mxIEventListener
 void mxGraphComponent.addListener(String eventName, mxEventSource.mxIEventListener listener)
           
 void mxGraphComponent.removeListener(mxEventSource.mxIEventListener listener)
           
 void mxGraphComponent.removeListener(mxEventSource.mxIEventListener listener, String eventName)
           
 

Uses of mxEventSource.mxIEventListener in com.mxgraph.swing.handler
 

Fields in com.mxgraph.swing.handler declared as mxEventSource.mxIEventListener
protected  mxEventSource.mxIEventListener mxSubHandler.refreshHandler
           
protected  mxEventSource.mxIEventListener mxConnectionHandler.resetHandler
           
 

Methods in com.mxgraph.swing.handler with parameters of type mxEventSource.mxIEventListener
 void mxCellMarker.addListener(String eventName, mxEventSource.mxIEventListener listener)
          Adds the given event listener.
 void mxCellMarker.removeListener(mxEventSource.mxIEventListener listener)
          Removes the given event listener.
 void mxCellMarker.removeListener(mxEventSource.mxIEventListener listener, String eventName)
          Removes the given event listener for the specified event name.
 

Uses of mxEventSource.mxIEventListener in com.mxgraph.util
 

Methods in com.mxgraph.util with parameters of type mxEventSource.mxIEventListener
 void mxEventSource.addListener(String eventName, mxEventSource.mxIEventListener listener)
          Binds the specified function to the given event name.
 void mxEventSource.removeListener(mxEventSource.mxIEventListener listener)
          Function: removeListener Removes all occurances of the given listener from the list of listeners.
 void mxEventSource.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.mxIEventListener
protected  mxEventSource.mxIEventListener mxSwimlaneManager.addHandler
           
protected  mxEventSource.mxIEventListener mxGraph.fullRepaintHandler
          Fires repaint events for full repaints.
protected  mxEventSource.mxIEventListener mxGraph.graphModelChangeHandler
          Fires repaint events for model changes.
protected  mxEventSource.mxIEventListener mxGraph.invalidateAndRepaintHandler
          Fires repaint events for full repaints.
protected  mxEventSource.mxIEventListener mxLayoutManager.moveHandler
           
protected  mxEventSource.mxIEventListener mxSpaceManager.resizeHandler
           
protected  mxEventSource.mxIEventListener mxSwimlaneManager.resizeHandler
           
protected  mxEventSource.mxIEventListener mxLayoutManager.undoHandler
           
 


JGraph X 1.2.0.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.