JGraph
v1.0.7

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

R

r - Variable in class com.jgraph.graph.VertexView.SizeHandle
 
r - Variable in class com.jgraph.graph.EdgeView.EdgeHandle
 
realEditor - Variable in class com.jgraph.graph.DefaultGraphCellEditor
Editor handling the editing.
redo() - Method in class com.jgraph.graph.GraphView.GraphViewEdit
Redoes a change.
redo() - Method in class com.jgraph.graph.GraphView.GraphViewLayerEdit
Redoes a change.
redo() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
Redoes a change.
redo(Object) - Method in class com.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 com.jgraph.graph.EdgeView
Overrides the parent method to udpate the cached points, source and target port.
refresh(boolean) - Method in interface com.jgraph.graph.CellView
Refresh this view based on the model cell.
refresh(boolean) - Method in class com.jgraph.graph.AbstractCellView
Create child views and reload properties.
refreshAndUpdate(CellView, boolean, boolean) - Method in class com.jgraph.graph.GraphView
Refresh and then update view.
relevantEdge - Variable in class com.jgraph.graph.EdgeView.EdgeHandle
 
reloadPoints(EdgeView) - Method in class com.jgraph.graph.EdgeView.EdgeHandle
 
remove - Variable in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
remove() - Method in class com.jgraph.graph.DefaultGraphModel.EmptyIterator
 
remove(Object) - Method in interface com.jgraph.graph.Port
Removes edge from the list of ports.
remove(Object) - Method in class com.jgraph.graph.DefaultPort
Removes edge from the list of ports.
remove(Object[]) - Method in interface com.jgraph.graph.GraphModel
Removes cells from the model.
remove(Object[]) - Method in class com.jgraph.graph.DefaultGraphModel
Removes cells from the model.
REMOVEALL - Static variable in class com.jgraph.graph.GraphConstants
Key for the removeAll attribute.
REMOVEATTRIBUTES - Static variable in class com.jgraph.graph.GraphConstants
Key for the removeAttributes attribute.
removeCellEditorListener(CellEditorListener) - Method in class com.jgraph.graph.DefaultGraphCellEditor
Removes the previously added CellEditorListener l.
removeCells(JGraph, Object[]) - Method in class com.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
removed - Variable in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
removeFromParent() - Method in interface com.jgraph.graph.CellView
Removes this view from the list of childs of the parent.
removeFromParent() - Method in class com.jgraph.graph.AbstractCellView
Removes this view from the list of childs of the parent.
removeFromSource() - Method in class com.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler
 
removeGraphModelListener(GraphModelListener) - Method in interface com.jgraph.graph.GraphModel
Removes a listener previously added with addGraphModelListener().
removeGraphModelListener(GraphModelListener) - Method in class com.jgraph.graph.DefaultGraphModel
Removes a listener previously added with addGraphModelListener().
removeGraphSelectionListener(GraphSelectionListener) - Method in class com.jgraph.JGraph
Removes a GraphSelection listener.
removeGraphSelectionListener(GraphSelectionListener) - Method in interface com.jgraph.graph.GraphSelectionModel
Removes x from the list of listeners that are notified each time the set of selected Objects changes.
removeGraphSelectionListener(GraphSelectionListener) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Removes x from the list of listeners that are notified each time the set of selected TreePaths changes.
removeMapping(Object) - Method in class com.jgraph.graph.GraphView
Removes the associaten for the specified model cell and returns the view that was previously associated with the cell.
removePoint(int) - Method in class com.jgraph.graph.EdgeView
Removes the point at position index.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.jgraph.graph.GraphSelectionModel
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Removes a PropertyChangeListener from the listener list.
removeRoots(Object[]) - Method in class com.jgraph.graph.GraphView
Removes the specified model root cells from the view by removing the mapping between the cell and its view.
removeSelectionCell(Object) - Method in class com.jgraph.JGraph
Removes the cell identified by the specified Object from the current selection.
removeSelectionCell(Object) - Method in interface com.jgraph.graph.GraphSelectionModel
Removes cell from the selection.
removeSelectionCell(Object) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Removes path from the selection.
removeSelectionCells(Object[]) - Method in class com.jgraph.JGraph.EmptySelectionModel
A null implementation that removes nothing.
removeSelectionCells(Object[]) - Method in interface com.jgraph.graph.GraphSelectionModel
Removes cells from the selection.
removeSelectionCells(Object[]) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Removes paths from the selection.
removeUndoableEditListener(UndoableEditListener) - Method in interface com.jgraph.graph.GraphModel
Removes an undo listener.
renderer - Static variable in class com.jgraph.graph.VertexView
Renderer for the class.
renderer - Static variable in class com.jgraph.graph.PortView
Renderer for the class.
renderer - Static variable in class com.jgraph.graph.EdgeView
Renderer for the class.
rendererPane - Variable in class com.jgraph.plaf.basic.BasicGraphUI
Used to paint the CellRenderer.
repaint(long, int, int, int, int) - Method in class com.jgraph.graph.VertexRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.jgraph.graph.PortRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class com.jgraph.graph.EdgeRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.jgraph.graph.VertexRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.jgraph.graph.PortRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.jgraph.graph.EdgeRenderer
Overridden for performance reasons.
repeatKeyAction - Variable in class com.jgraph.plaf.basic.BasicGraphUI.KeyHandler
Key code that is being generated for.
REPLACEATTRIBUTES - Static variable in class com.jgraph.graph.GraphConstants
Key for the replaceAttributes attribute.
replaceKeys(Map, Map) - Static method in class com.jgraph.graph.GraphConstants
Replace the keys in map using keyMaprestoreComponentState(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener
called to restore the state of a component because a drop was not performed.
restoreComponentState(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphDropTargetListener
called to restore the state of a component in case a drop is not performed.
restoreComponentStateForDrop(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphDropTargetListener
called to restore the state of a component in case a drop is performed.
revalidate() - Method in class com.jgraph.graph.VertexRenderer
Overridden for performance reasons.
revalidate() - Method in class com.jgraph.graph.PortRenderer
Overridden for performance reasons.
revalidate() - Method in class com.jgraph.graph.EdgeRenderer
Overridden for performance reasons.
roots - Variable in class com.jgraph.graph.GraphView
 
roots - Variable in class com.jgraph.graph.DefaultGraphModel
Set that contains all root cells of this model.

JGraph
v1.0.7

A B C D E F G H I J K L M N O P Q R S T U V
Copyright (C) 2002 Gaudenz Alder. All rights reserved.