|
||||||||||
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
tico.board.componentview.TComponentView
tico.board.componentview.TCellView
public class TCellView
Implementation of a TCell
view.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView |
---|
org.jgraph.graph.VertexView.SizeHandle |
Field Summary | |
---|---|
static TCellRenderer |
renderer
TCellRendered that displays the TCell of this view. |
Fields inherited from class org.jgraph.graph.VertexView |
---|
defaultBounds, defaultCursors, xCursors, yCursors |
Constructor Summary | |
---|---|
TCellView()
Creates a new TCellView . |
|
TCellView(java.lang.Object cell)
Creates a new TCellView for the specified cell . |
Method Summary | |
---|---|
javax.swing.JPopupMenu |
createPopupMenu(TEditor editor)
Creates the popupMenu for the component. |
org.jgraph.graph.CellViewRenderer |
getRenderer()
|
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, getAllAttributes, getAttributes, getBounds, getCell, getCenterPoint, getChildViews, getDescendantViews, getEditor, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, setAttributes, setBounds, setCell |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static transient TCellRenderer renderer
TCellRendered
that displays the TCell
of this view.
Constructor Detail |
---|
public TCellView()
TCellView
.
public TCellView(java.lang.Object cell)
TCellView
for the specified cell
.
cell
- The specified cell
Method Detail |
---|
public org.jgraph.graph.CellViewRenderer getRenderer()
getRenderer
in class TComponentView
public javax.swing.JPopupMenu createPopupMenu(TEditor editor)
TComponentView
popupMenu
for the component.
createPopupMenu
in class TComponentView
editor
- editor
that is editing the component's board
popupMenu
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |