JGraph
v3.3

A B C D E F G H I J K L M N O P R S T U V X Y _

C

cachedBounds - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
cachedBounds - Variable in class org.jgraph.graph.EdgeView
 
cachedBounds - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
cachedLabelBounds - Variable in class org.jgraph.graph.EdgeView
 
cancelCellEditing() - Method in class org.jgraph.graph.DefaultGraphCellEditor
Messages cancelCellEditing to the realEditor and removes it from this instance.
cancelEditing() - Method in class org.jgraph.JGraph
Cancels the current editing session.
cancelEditing(JGraph) - Method in class org.jgraph.plaf.GraphUI
Cancels the current editing session.
cancelEditing(JGraph) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Cancels all current editing sessions.
canEdit - Variable in class org.jgraph.graph.DefaultGraphCellEditor
Should isCellEditable return true? This is set in configure...
canEditImmediately(EventObject) - Method in class org.jgraph.graph.DefaultGraphCellEditor
Returns true if event is null, or it is a MouseEvent with a click count > 2 and inHitRegion returns true.
canImport(JComponent, DataFlavor[]) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
canRedo(Object) - Method in class org.jgraph.graph.GraphUndoManager
Overridden to preserve usual semantics: returns true if a redo operation would be successful now for the given view, false otherwise
canUndo(Object) - Method in class org.jgraph.graph.GraphUndoManager
Overridden to preserve usual semantics: returns true if an undo operation would be successful now for the given view, false otherwise
cell - Variable in class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
 
cell - Variable in class org.jgraph.graph.AbstractCellView
Reference to the cell for this view
cell - Variable in class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler
 
cellCount - Variable in class org.jgraph.graph.GraphContext
Number of all descendants without ports.
cellEditor - Static variable in class org.jgraph.graph.AbstractCellView
Editor for the cell.
cellEditor - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Current editor for the graph.
cellEditorListener - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Listens for CellEditor events.
CellHandle - interface org.jgraph.graph.CellHandle.
Defines the requirements for objects that may be used as handles.
CellMapper - interface org.jgraph.graph.CellMapper.
Defines the requirements for objects that may be used as a cell mapper.
cells - Variable in class org.jgraph.graph.GraphTransferable
Selected cells.
cells - Variable in class org.jgraph.graph.GraphContext
Reference to the cells.
cells - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewEdit
 
cells - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewLayerEdit
 
cells - Variable in class org.jgraph.event.GraphSelectionEvent
Cells this event represents.
cellSet - Variable in class org.jgraph.graph.GraphContext
Set of all cells including all descendants.
cellStates - Variable in class org.jgraph.graph.DefaultGraphSelectionModel
Maps the cells to their selection state.
CellView - interface org.jgraph.graph.CellView.
Defines the requirements for an object that represents a view for a model cell.
CellViewFactory - interface org.jgraph.graph.CellViewFactory.
Defines the requirements for objects that may be used as a cell view factory.
CellViewRenderer - interface org.jgraph.graph.CellViewRenderer.
Defines the requirements for objects that may be used as a cell view renderer.
cellViews - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
center - Static variable in class org.jgraph.graph.DefaultEdge
 
change - Variable in class org.jgraph.event.GraphModelEvent
The object that consistutes the change.
changeAttributes(Map) - Method in class org.jgraph.graph.DefaultGraphCell
Apply change to the cell and sync userObject.
changeAttributes(Map) - Method in class org.jgraph.graph.DefaultEdge
Override parent method to ensure non-null points.
changeAttributes(Map) - Method in interface org.jgraph.graph.GraphCell
Changes the attributes of the cell.
changeChildCount(Map, Object, int) - Method in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
changed - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
changedNodes - Variable in class org.jgraph.graph.ParentMap
Set of changed changedNodes for the parent map.
changeSource - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewLayerEdit
 
changeSupport - Variable in class org.jgraph.graph.DefaultGraphSelectionModel
Used to message registered listeners.
child - Variable in class org.jgraph.graph.ParentMap.Entry
Child and parent of the relation this entry describes.
childCount - Variable in class org.jgraph.graph.ParentMap
Maps parents to integers with the future number of childs.
childrenSelectable - Variable in class org.jgraph.graph.DefaultGraphSelectionModel
Boolean that indicates if the model allows stepping-into groups.
childrenSelected - Variable in class org.jgraph.graph.VertexRenderer
Cached hasFocus and selected value.
childUpdated() - Method in class org.jgraph.graph.VertexView
 
childUpdated() - Method in class org.jgraph.graph.AbstractCellView
 
childUpdated() - Method in interface org.jgraph.graph.CellView
 
childViews - Variable in class org.jgraph.graph.AbstractCellView
Cached child views.
clearSelection() - Method in class org.jgraph.JGraph
Clears the selection.
clearSelection() - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Empties the current selection.
clearSelection() - Method in interface org.jgraph.graph.GraphSelectionModel
Empties the current selection.
clone() - Method in class org.jgraph.graph.DefaultPort
Create a clone of the cell.
clone() - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Returns a clone of this object with the same selection.
clone() - Method in class org.jgraph.graph.DefaultGraphCell
Create a clone of the cell.
clone() - Method in interface org.jgraph.graph.DefaultGraphCell.ValueChangeHandler
Invoked to clone the user object.
clone() - Method in class org.jgraph.graph.DefaultEdge
Create a clone of the cell.
clone(Map) - Method in class org.jgraph.graph.ParentMap
Creates a new parent map based on this parent map, where the child and parents are mapped using map.
clone(Map) - Method in class org.jgraph.graph.ConnectionSet
Creates a new connection set based on this connection set, where the edges, and ports are mapped using map.
cloneable - Variable in class org.jgraph.JGraph
True if the graph allows "ctrl-drag" operations.
cloneCells(Object[]) - Method in class org.jgraph.JGraph
Returns a map of (cell, clone)-pairs for all cells and their children.
cloneCells(Object[]) - Method in class org.jgraph.graph.DefaultGraphModel
Returns a map of (cell, clone)-pairs for all cells and their children.
cloneCells(Object[]) - Method in interface org.jgraph.graph.GraphModel
Returns a map of (cell, clone)-pairs for all cells and their children.
cloneMap(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns a clone of map, from keys to values.
clonePoints(List) - Static method in class org.jgraph.graph.GraphConstants
Returns a list where all instances of PortView are replaced by their correspnding Point instance.
cloneUserObject() - Method in class org.jgraph.graph.DefaultGraphCell
Create a clone of the user object.
cloneWithSource(Object) - Method in class org.jgraph.event.GraphSelectionEvent
Returns a copy of the receiver, but with the source being newSource.
completeEditing() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Messages to stop the editing session.
completeEditing(boolean, boolean, boolean) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Stops the editing session.
completeUIInstall() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Invoked from installUI after all the defaults/listeners have been installed.
completeUIUninstall() - Method in class org.jgraph.plaf.basic.BasicGraphUI
 
componentListener - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Listens for Component events.
componentMoved(ComponentEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler
 
computeBounds(MouseEvent) - Method in class org.jgraph.graph.VertexView.SizeHandle
 
connect(ConnectionSet, Object, Object, boolean, boolean) - Static method in class org.jgraph.graph.ConnectionSet
Connect or disconnect edge from source and target in cs based on disconnect.
connect(Object, Object, boolean) - Method in class org.jgraph.graph.ConnectionSet
Connect edge to port.
connect(Object, Object, boolean, boolean) - Method in class org.jgraph.graph.DefaultGraphModel
Connects or disconnects the edge and port in this model based on remove.
connect(Object, Object, Object) - Method in class org.jgraph.graph.ConnectionSet
Connect edge to source and target in the connection set.
connectable - Variable in class org.jgraph.JGraph
True if the graph allows new connections to be established.
CONNECTABLE - Static variable in class org.jgraph.graph.GraphConstants
Key for the moveable attribute.
connections - Variable in class org.jgraph.graph.ConnectionSet
Contents of the connection set.
connections() - Method in class org.jgraph.graph.ConnectionSet
Returns an Iterator for the connections in this set.
connectionSet - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
ConnectionSet - class org.jgraph.graph.ConnectionSet.
An object that represents a set of connections.
ConnectionSet.Connection - class org.jgraph.graph.ConnectionSet.Connection.
Object that represents the connection between an edge and a port.
ConnectionSet.Connection() - Constructor for class org.jgraph.graph.ConnectionSet.Connection
 
ConnectionSet.Connection(Object, Object, boolean) - Constructor for class org.jgraph.graph.ConnectionSet.Connection
Constructs a new source or target connection between edge and port based on the value of source
ConnectionSet() - Constructor for class org.jgraph.graph.ConnectionSet
Constructs an empty ConnectionSet.
ConnectionSet(Edge, Port, boolean) - Constructor for class org.jgraph.graph.ConnectionSet
Constructs a ConnectionSet with one Connection.
ConnectionSet(Edge, Port, Port) - Constructor for class org.jgraph.graph.ConnectionSet
Constructs a ConnectionSet with two Connections (to the source and target port of the edge).
contains(Object) - Method in class org.jgraph.graph.DefaultGraphModel
Returns true if node or one of its ancestors is in the model.
contains(Object) - Method in class org.jgraph.graph.GraphContext
Returns true if node or one of its ancestors is contained in this object.
contains(Object) - Method in interface org.jgraph.graph.GraphModel
Returns true if node or one of its ancestors is in the model.
context - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
context - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
context - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewEdit
 
context - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
contextViews - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
contextViews - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
convertValueToString(Object) - Method in class org.jgraph.JGraph
Converts the specified value to string.
create(GraphModel, Object[], boolean) - Static method in class org.jgraph.graph.ConnectionSet
Returns a connection set that represents the connection or disconnection of cells in model based on disconnect.
create(GraphModel, Object[], boolean, boolean) - Static method in class org.jgraph.graph.ParentMap
Returns a parent map that represents the insertion or removal of cells in model based on remove.
create(JGraph, Object[], Map, Rectangle2D, ConnectionSet, ParentMap) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
createAttributes(Object[], CellMapper) - Static method in class org.jgraph.graph.GraphConstants
Returns a new map, from cells to property maps.
createAttributes(Object[], Object[], Object[]) - Static method in class org.jgraph.graph.GraphConstants
Returns a new (nested) map, from cells to attribute maps.
createAttributes(Object[], Object, Object) - Static method in class org.jgraph.graph.GraphConstants
 
createAttributes(Object, Object, Object) - Static method in class org.jgraph.graph.GraphConstants
 
createAttributesFromModel(Object[], GraphModel) - Static method in class org.jgraph.graph.GraphConstants
 
createBounds(int, int, Color) - Static method in class org.jgraph.JGraph
Returns an attributeMap for the specified position and color.
createCellEdit(Map, ConnectionSet, ParentMap, UndoableEdit[]) - Method in class org.jgraph.graph.DefaultGraphModel
Returns an edit that represents a change.
createCellEditorListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates a listener to handle events from the current editor.
createCellRendererPane() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returns the renderer pane that renderer components are placed in.
createComponentListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates and returns a new ComponentHandler.
createConnectionSet(EdgeView, Object, boolean) - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
createContainer() - Method in class org.jgraph.graph.DefaultGraphCellEditor
Creates the container to manage placement of editingComponent.
createContext(JGraph, Object[]) - Method in class org.jgraph.plaf.basic.BasicGraphUI
 
createDefaultGraphView(JGraph) - Static method in class org.jgraph.JGraph
Creates and returns a default GraphLayoutCache.
createEdgeView(JGraph, CellMapper, Edge) - Method in class org.jgraph.JGraph
Deprecated. replaced by #createEdgeView(Object,CellMapper)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)
createEdgeView(JGraph, CellMapper, Object) - Method in class org.jgraph.JGraph
Constructs an EdgeView view for the specified object.
createEdit(Object[], Object[], Map, ConnectionSet, ParentMap) - Method in class org.jgraph.graph.DefaultGraphModel
 
createGraphCellEditor() - Method in class org.jgraph.graph.DefaultGraphCellEditor
This is invoked if a TreeCellEditor is not supplied in the constructor.
createGraphModelListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returns a listener that can update the graph when the model changes.
createGraphSelectionListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates the listener that updates the display based on selection change methods.
createGraphViewObserver() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returns a listener that can update the graph when the view changes.
createHandle(GraphContext) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Constructs the "root handle" for context.
createInsertEdit(Object[], Map, ConnectionSet, ParentMap, UndoableEdit[]) - Method in class org.jgraph.graph.DefaultGraphModel
Returns an edit that represents an insert.
createKeyListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates the listener reponsible for getting key events from the graph.
createLayerEdit(Object[], int) - Method in class org.jgraph.graph.DefaultGraphModel
 
createLineEnd(int, int, Point2D, Point2D) - Method in class org.jgraph.graph.EdgeRenderer
Paint the current view's direction.
createLocalEdit(Map, Object[], Object[]) - Method in class org.jgraph.graph.GraphLayoutCache
Creates a local edit for the specified change.
createMap() - Static method in class org.jgraph.graph.GraphConstants
Creates an empty map.
createMapping(Object) - Method in class org.jgraph.graph.GraphContext
 
createMouseListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates the listener responsible for calling the correct handlers based on mouse events, and to select invidual cells.
createPoint() - Static method in class org.jgraph.graph.GraphConstants
 
createPoint(double, double) - Static method in class org.jgraph.graph.GraphConstants
 
createPoint(Point2D) - Static method in class org.jgraph.graph.GraphConstants
 
createPortView(JGraph, CellMapper, Object) - Method in class org.jgraph.JGraph
Constructs a PortView view for the specified object.
createPortView(JGraph, CellMapper, Port) - Method in class org.jgraph.JGraph
Deprecated. replaced by #createPortView(Object,CellMapper)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)
createPropertyChangeListener() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates a listener that is responsible to update the UI based on how the graph's bounds properties change.
createRect() - Static method in class org.jgraph.graph.GraphConstants
 
createRect(double, double, double, double) - Static method in class org.jgraph.graph.GraphConstants
 
createRect(double, double, double, double, double, double) - Static method in class org.jgraph.graph.GraphConstants
 
createRect(Point2D) - Static method in class org.jgraph.graph.GraphConstants
 
createRect(Point2D, double) - Static method in class org.jgraph.graph.GraphConstants
 
createRect(Rectangle2D) - Static method in class org.jgraph.graph.GraphConstants
 
createRect(Rectangle2D, double, double) - Static method in class org.jgraph.graph.GraphConstants
 
createRemoveEdit(Object[]) - Method in class org.jgraph.graph.DefaultGraphModel
Returns an edit that represents a remove.
createShape() - Method in class org.jgraph.graph.EdgeRenderer
Returns the shape that represents the current edge in the context of the current graph.
createTemporaryCellViews() - Method in class org.jgraph.graph.GraphContext
Returns an new consistent array of views for cells.
createTemporaryContextViews() - Method in class org.jgraph.graph.GraphContext
Returns an new consistent array of views for the edges that are connected to and not contained in cells.
createTemporaryContextViews(Set) - Method in class org.jgraph.graph.GraphContext
Returns an new consistent array of views for the edges that are connected to and not contained in cellSet.
createTemporaryPortViews() - Method in class org.jgraph.graph.GraphContext
Returns an new consistent array of views for the ports.
createTransferable() - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
createTransferable(JComponent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
createTransferHandler() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Creates an instance of TransferHandler.
createUI(JComponent) - Static method in class org.jgraph.plaf.basic.BasicGraphUI
 
createVertexView(JGraph, CellMapper, Object) - Method in class org.jgraph.JGraph
Constructs a VertexView view for the specified object.
createView(JGraph, CellMapper, Object) - Method in class org.jgraph.JGraph
Constructs a view for the specified cell and associates it with the specified object using the specified CellMapper.
createView(JGraph, CellMapper, Object) - Method in interface org.jgraph.graph.CellViewFactory
Constructs a view for the specified cell and associates it with the specified object using the specified CellMapper.
CROSS_GRID_MODE - Static variable in class org.jgraph.JGraph
 
cs - Variable in class org.jgraph.graph.GraphTransferable
Object that describes the connection between cells.
currentPoint - Variable in class org.jgraph.graph.EdgeView.EdgeHandle
 
currentPoint - Variable in class org.jgraph.graph.BasicMarqueeHandler
 
cursors - Variable in class org.jgraph.graph.VertexView.SizeHandle
Array that holds the cursors for the different control points.

JGraph
v3.3

A B C D E F G H I J K L M N O P R S T U V X Y _
Copyright (C) 2001-2004 JGraph.org. All rights reserved.