Uses of Package
org.jgraph.graph
-
Packages that use org.jgraph.graph Package Description org.jgraph JGraph's topmost package which contains the JGraph class.org.jgraph.event Contains event classes and listener interfaces that are used to react to events fired by JGraph.org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graph
package.org.jgraph.plaf Contains the GraphUI class which extends the Swing ComponentUI class.org.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation.org.jgraph.util -
Classes in org.jgraph.graph used by org.jgraph Class Description AttributeMap A map specifically for the storage of attributes of graph cells.BasicMarqueeHandler A simple implementation of a marquee handler for JGraph.CellView Defines the requirements for an object that represents a view for a model cell.DefaultGraphSelectionModel Default implementation of GraphSelectionModel.GraphLayoutCache An object that defines the view of a graphmodel.GraphModel The interface that defines a suitable data model for a JGraph.GraphSelectionModel This interface represents the current state of the selection for the graph component.PortView The default implementation of a port view. -
Classes in org.jgraph.graph used by org.jgraph.event Class Description CellView Defines the requirements for an object that represents a view for a model cell.ConnectionSet An object that represents a set of connections.GraphLayoutCache An object that defines the view of a graphmodel.ParentMap An object that describes relations between childs and parents. -
Classes in org.jgraph.graph used by org.jgraph.graph Class Description AbstractCellView The abstract base class for all cell views.AttributeMap A map specifically for the storage of attributes of graph cells.CellHandle Defines the requirements for objects that may be used as handles.CellMapper Defines the requirements for objects that may be used as a cell mapper.CellView Defines the requirements for an object that represents a view for a model cell.CellViewFactory Defines the requirements for objects that may be used as a cell view factory.CellViewRenderer Defines the requirements for objects that may be used as a cell view renderer.ConnectionSet An object that represents a set of connections.ConnectionSet.Connection Object that represents the connection between an edge and a port.DefaultEdge.LoopRouting DefaultGraphCell The default implementation for the GraphCell interface.DefaultGraphModel.GraphModelEdit An implementation of GraphModelChange that can be added to the model event.DefaultGraphModel.GraphModelLayerEdit An implementation of GraphViewChange.Edge Defines the requirements for an object that represents an Edge in a GraphModel.Edge.Routing EdgeRenderer This renderer displays entries that implement the CellView interface.EdgeView The default implementation of an edge view.ExecutableChange The interface executable changes must adhere toGraphCell Defines the requirements for objects that appear as GraphCells.GraphCellEditor Adds to CellEditor the extensions necessary to configure an editor in a graph.GraphContext GraphLayoutCache An object that defines the view of a graphmodel.GraphLayoutCache.GraphLayoutCacheEdit An implementation of GraphLayoutCacheChange.GraphModel The interface that defines a suitable data model for a JGraph.GraphSelectionModel This interface represents the current state of the selection for the graph component.GraphTransferable An object that represents the clipboard contents for a graph selection.ParentMap An object that describes relations between childs and parents.Port Defines the requirements for an object that represents a port in a graph model.PortRenderer This renderer displays entries that implement the CellView interface and supports the following attributes: GraphConstants.OFFSET GraphConstants.ABSOLUTEPortView The default implementation of a port view.VertexRenderer This renderer displays entries that implement the CellView interface and supports the following attributes.VertexView The default implementation of a vertex view. -
Classes in org.jgraph.graph used by org.jgraph.plaf Class Description CellHandle Defines the requirements for objects that may be used as handles.CellView Defines the requirements for an object that represents a view for a model cell. -
Classes in org.jgraph.graph used by org.jgraph.plaf.basic Class Description BasicMarqueeHandler A simple implementation of a marquee handler for JGraph.CellHandle Defines the requirements for objects that may be used as handles.CellView Defines the requirements for an object that represents a view for a model cell.ConnectionSet An object that represents a set of connections.GraphCellEditor Adds to CellEditor the extensions necessary to configure an editor in a graph.GraphContext GraphLayoutCache An object that defines the view of a graphmodel.GraphModel The interface that defines a suitable data model for a JGraph.GraphSelectionModel This interface represents the current state of the selection for the graph component. -
Classes in org.jgraph.graph used by org.jgraph.util Class Description CellView Defines the requirements for an object that represents a view for a model cell.DefaultEdge.LoopRouting Edge.Routing EdgeView The default implementation of an edge view.GraphLayoutCache An object that defines the view of a graphmodel.