|
JGraphpad Pro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jgraph.graph.AbstractCellView
org.jgraph.graph.VertexView
com.jgraph.pad.graph.JGraphpadVertexView
Vertex view that supports JGraphpadBusinessObject rendering and
in-place editing, that means it supports simple text, rich text and component
values.
| Nested Class Summary |
| Nested classes inherited from class org.jgraph.graph.VertexView |
org.jgraph.graph.VertexView.SizeHandle |
| Field Summary | |
static JGraphpadRichTextEditor |
editor
Holds the static editor for views of this kind. |
static JGraphpadRedirectingEditor |
redirector
Holds the static editor for views of this kind. |
static JGraphpadVertexRenderer |
renderer
Holds the static renderer for views of this kind. |
| Fields inherited from class org.jgraph.graph.VertexView |
bounds, defaultBounds, defaultCursors, xCursors, yCursors |
| Fields inherited from class org.jgraph.graph.AbstractCellView |
allAttributes, attributes, cell, cellEditor, childViews, groupBounds, parent |
| Constructor Summary | |
JGraphpadVertexView()
Empty constructor for persistence. |
|
JGraphpadVertexView(Object cell)
Constructs a new vertex view for the specified cell. |
|
| Method Summary | |
org.jgraph.graph.GraphCellEditor |
getEditor()
Returns editor if the user object of the cell is a rich text
value or redirector if the user object is a component. |
org.jgraph.graph.CellViewRenderer |
getRenderer()
Returns the renderer. |
| Methods inherited from class org.jgraph.graph.VertexView |
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, getPerimeterPoint, setCachedBounds, update |
| Methods inherited from class org.jgraph.graph.AbstractCellView |
changeAttributes, childUpdated, createAttributeMap, getAllAttributes, getAttributes, getBounds, getCell, getCellAttributes, getCenterPoint, getChildViews, getDescendantViews, getParentView, getRendererComponent, includeInGroupBounds, intersects, isLeaf, mergeAttributes, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate, updateGroupBounds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static JGraphpadRichTextEditor editor
public static JGraphpadRedirectingEditor redirector
public static JGraphpadVertexRenderer renderer
| Constructor Detail |
public JGraphpadVertexView()
public JGraphpadVertexView(Object cell)
cell - The cell to construct the vertex view for.| Method Detail |
public org.jgraph.graph.GraphCellEditor getEditor()
editor if the user object of the cell is a rich text
value or redirector if the user object is a component.
public org.jgraph.graph.CellViewRenderer getRenderer()
renderer.
|
JGraphpad Pro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||