Uses of Package
org.jgraph.graph

Packages that use org.jgraph.graph
org.jgraph   
org.jgraph.event   
org.jgraph.graph   
org.jgraph.plaf   
org.jgraph.plaf.basic   
 

Classes in org.jgraph.graph used by org.jgraph
BasicMarqueeHandler
          A simple implementation of a marquee handler for JGraph.
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.
DefaultGraphSelectionModel
          Default implementation of GraphSelectionModel.
Edge
          Defines the requirements for an object that represents an Edge in a GraphModel.
EdgeView
          The default implementation of an edge view.
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.
Port
          Defines the requirements for an object that represents a port in a graph model.
PortView
          The default implementation of a port view.
VertexView
          The default implementation of a vertex view.
 

Classes in org.jgraph.graph used by org.jgraph.event
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
AbstractCellView
          The abstract base class for all cell views.
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.
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 and supports the following attributes: GraphConstants.POINTS GraphConstants.FONT GraphConstants.OPAQUE GraphConstants.BORDER GraphConstants.BORDERCOLOR GraphConstants.LINECOLOR GraphConstants.LINEWIDTH GraphConstants.FOREGROUND GraphConstants.BACKGROUND GraphConstants.DASHPATTERN GraphConstants.LINESTYLE GraphConstants.START GraphConstants.END GraphConstants.STARTSIZE GraphConstants.ENDSIZE
EdgeView
          The default implementation of an edge view.
GraphCell
          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.GraphViewEdit
          An implementation of GraphViewChange.
GraphLayoutCache.GraphViewLayerEdit
          An implementation of GraphViewChange.
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.
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.ABSOLUTE
PortView
          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
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
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.
GraphTransferable
          An object that represents the clipboard contents for a graph selection.
ParentMap
          An object that describes relations between childs and parents.