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 _

R

r - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
r - Variable in class org.jgraph.graph.EdgeView.EdgeHandle
 
realEditor - Variable in class org.jgraph.graph.DefaultGraphCellEditor
Editor handling the editing.
redo() - Method in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
Redoes a change.
redo() - Method in class org.jgraph.graph.GraphLayoutCache.GraphViewEdit
Redoes a change.
redo() - Method in class org.jgraph.graph.GraphLayoutCache.GraphViewLayerEdit
Redoes a change.
redo(Object) - Method in class org.jgraph.graph.GraphUndoManager
If this UndoManager is inProgress, redoes the last significant UndoableEdit with respect to source or after, and all insignificant edits up to it.
refresh(boolean) - Method in class org.jgraph.graph.EdgeView
Overrides the parent method to udpate the cached points, source and target port.
refresh(boolean) - Method in class org.jgraph.graph.AbstractCellView
Create child views and reload properties.
refresh(boolean) - Method in interface org.jgraph.graph.CellView
Refresh this view based on the model cell.
refresh(CellView[], boolean) - Method in class org.jgraph.graph.GraphLayoutCache
 
refresh(CellView, boolean) - Method in class org.jgraph.graph.GraphLayoutCache
 
relevantEdge - Variable in class org.jgraph.graph.EdgeView.EdgeHandle
 
reload() - Method in class org.jgraph.graph.GraphLayoutCache
 
reloadPoints(EdgeView) - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
rememberCellViews - Variable in class org.jgraph.graph.GraphLayoutCache
Boolean indicating whether cellviews should be remembered once visible in this GraphLayoutCache.
remove - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
remove() - Method in class org.jgraph.graph.DefaultGraphModel.EmptyIterator
 
remove(Object[]) - Method in class org.jgraph.graph.DefaultGraphModel
Removes cells from the model.
remove(Object[]) - Method in class org.jgraph.graph.GraphLayoutCache
Removes cells from the model.
remove(Object[]) - Method in interface org.jgraph.graph.GraphModel
Removes cells from the model.
REMOVEALL - Static variable in class org.jgraph.graph.GraphConstants
Key for the removeAll attribute.
REMOVEATTRIBUTES - Static variable in class org.jgraph.graph.GraphConstants
Key for the removeAttributes attribute.
removeCellEditorListener(CellEditorListener) - Method in class org.jgraph.graph.DefaultGraphCellEditor
Removes the previously added CellEditorListener l.
removed - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
removeEdge(Object) - Method in class org.jgraph.graph.DefaultPort
Removes edge from the list of ports.
removeEdge(Object) - Method in interface org.jgraph.graph.Port
Removes edge from the list of ports.
removeFromParent() - Method in class org.jgraph.graph.AbstractCellView
Removes this view from the list of childs of the parent.
removeFromParent() - Method in interface org.jgraph.graph.CellView
Removes this view from the list of childs of the parent.
removeFromSource() - Method in class org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler
 
removeGraphModelListener(GraphModelListener) - Method in class org.jgraph.graph.DefaultGraphModel
Removes a listener previously added with addGraphModelListener().
removeGraphModelListener(GraphModelListener) - Method in interface org.jgraph.graph.GraphModel
Removes a listener previously added with addGraphModelListener().
removeGraphSelectionListener(GraphSelectionListener) - Method in class org.jgraph.JGraph
Removes a GraphSelection listener.
removeGraphSelectionListener(GraphSelectionListener) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Removes x from the list of listeners that are notified each time the set of selected TreePaths changes.
removeGraphSelectionListener(GraphSelectionListener) - Method in interface org.jgraph.graph.GraphSelectionModel
Removes x from the list of listeners that are notified each time the set of selected Objects changes.
removeMapping(Object) - Method in class org.jgraph.graph.GraphLayoutCache
Removes the associaten for the specified model cell and returns the view that was previously associated with the cell.
removePoint(int) - Method in class org.jgraph.graph.EdgeView
Removes the point at position index.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jgraph.graph.GraphSelectionModel
Removes a PropertyChangeListener from the listener list.
removeRoots(Object[]) - Method in class org.jgraph.graph.GraphLayoutCache
Removes the specified model root cells from the view by removing the mapping between the cell and its view and makes the cells invisible.
removeSelectionCell(Object) - Method in class org.jgraph.JGraph
Removes the cell identified by the specified Object from the current selection.
removeSelectionCell(Object) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Removes path from the selection.
removeSelectionCell(Object) - Method in interface org.jgraph.graph.GraphSelectionModel
Removes cell from the selection.
removeSelectionCells(Object[]) - Method in class org.jgraph.JGraph.EmptySelectionModel
A null implementation that removes nothing.
removeSelectionCells(Object[]) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Removes paths from the selection.
removeSelectionCells(Object[]) - Method in interface org.jgraph.graph.GraphSelectionModel
Removes cells from the selection.
removeUndoableEditListener(UndoableEditListener) - Method in interface org.jgraph.graph.GraphModel
Removes an undo listener.
renderer - Static variable in class org.jgraph.graph.VertexView
Renderer for the class.
renderer - Static variable in class org.jgraph.graph.EdgeView
Renderer for the class.
renderer - Static variable in class org.jgraph.graph.PortView
Renderer for the class.
rendererPane - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Used to paint the CellRenderer.
repaint(long, int, int, int, int) - Method in class org.jgraph.graph.VertexRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class org.jgraph.graph.EdgeRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class org.jgraph.graph.PortRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class org.jgraph.graph.VertexRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class org.jgraph.graph.EdgeRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class org.jgraph.graph.PortRenderer
Overridden for performance reasons.
repeatKeyAction - Variable in class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler
Key code that is being generated for.
REPLACEATTRIBUTES - Static variable in class org.jgraph.graph.GraphConstants
Key for the replaceAttributes attribute.
replaceKeys(Map, Map) - Static method in class org.jgraph.graph.GraphConstants
Replace the keys in map using keyMaprestoreComponentState(JComponent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener
called to restore the state of a component because a drop was not performed.
restoreComponentState(JComponent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
called to restore the state of a component in case a drop is not performed.
restoreComponentStateForDrop(JComponent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
called to restore the state of a component in case a drop is performed.
revalidate() - Method in class org.jgraph.graph.VertexRenderer
Overridden for performance reasons.
revalidate() - Method in class org.jgraph.graph.EdgeRenderer
Overridden for performance reasons.
revalidate() - Method in class org.jgraph.graph.PortRenderer
Overridden for performance reasons.
roots - Variable in class org.jgraph.graph.DefaultGraphModel
Set that contains all root cells of this model.
roots - Variable in class org.jgraph.graph.GraphLayoutCache
Ordered list of roots for the view.
route(EdgeView, List) - Method in class org.jgraph.graph.DefaultEdge.DefaultRouting
 
route(EdgeView, List) - Method in interface org.jgraph.graph.Edge.Routing
 
ROUTING - Static variable in class org.jgraph.graph.GraphConstants
Key for the routing attribute.
ROUTING_SIMPLE - Static variable in class org.jgraph.graph.GraphConstants
A simple default Routing.

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.