JGraph
v5.1


Uses of Package
org.jgraph.graph

Packages that use org.jgraph.graph
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 - the jgraph.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. 
 

Classes in org.jgraph.graph used by org.jgraph
AttributeMap
           
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.
AttributeMap
           
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.
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.
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.
 


JGraph
v5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.