Uses of Class
com.mxgraph.util.mxEventSource
Packages that use mxEventSource
Package
Description
This package contains the classes that define a graph model.
This package contains all classes required for concurrent diagram editing
by multiple clients.
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 contains all utility classes that require JFC/Swing, namely for
mouse event handling, drag and drop, actions and overlays.
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 in com.mxgraph.model
Subclasses of mxEventSource in com.mxgraph.modelModifier and TypeClassDescriptionclassExtends mxEventSource to implement a graph model. -
Uses of mxEventSource in com.mxgraph.sharing
Subclasses of mxEventSource in com.mxgraph.sharingModifier and TypeClassDescriptionclassImplements a diagram that may be shared among multiple sessions.classImplements a diagram that may be shared among multiple sessions. -
Uses of mxEventSource in com.mxgraph.swing
Fields in com.mxgraph.swing declared as mxEventSource -
Uses of mxEventSource in com.mxgraph.swing.handler
Subclasses of mxEventSource in com.mxgraph.swing.handlerModifier and TypeClassDescriptionclassConnection handler creates new connections between cells.classConnection handler creates new connections between cells.Fields in com.mxgraph.swing.handler declared as mxEventSourceModifier and TypeFieldDescriptionprotected mxEventSourcemxCellMarker.eventSourceHolds the event source.protected mxEventSourcemxConnectionHandler.eventSourceHolds the event source.protected mxEventSourcemxInsertHandler.eventSource -
Uses of mxEventSource in com.mxgraph.swing.util
Subclasses of mxEventSource in com.mxgraph.swing.utilModifier and TypeClassDescriptionclassBaseclass for all timer-based animations.classProvides animation effects. -
Uses of mxEventSource in com.mxgraph.util
Subclasses of mxEventSource in com.mxgraph.util -
Uses of mxEventSource in com.mxgraph.view
Subclasses of mxEventSource in com.mxgraph.viewModifier and TypeClassDescriptionclassImplements a graph object that allows to create diagrams from a graph model and stylesheet.classImplements the selection model for a graph.classImplements a view for the graph.classImplements a layout manager that updates the layout for a given transaction.classclassManager for swimlanes and nested swimlanes that sets the size of newly added swimlanes to that of their siblings, and propagates changes to the size of a swimlane to its siblings, if siblings is true, and its ancestors, if bubbling is true.