|
||||||||||
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
public class TComponentView
Default implementation of a TComponent
view.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView |
---|
org.jgraph.graph.VertexView.SizeHandle |
Field Summary |
---|
Fields inherited from class org.jgraph.graph.VertexView |
---|
defaultBounds, defaultCursors, renderer, xCursors, yCursors |
Constructor Summary | |
---|---|
TComponentView()
Creates a new TComponentView . |
|
TComponentView(java.lang.Object component)
Creates a new TComponentView for the specified component . |
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 |
Constructor Detail |
---|
public TComponentView()
TComponentView
.
public TComponentView(java.lang.Object component)
TComponentView
for the specified component
.
component
- The specified component
Method Detail |
---|
public org.jgraph.graph.CellViewRenderer getRenderer()
getRenderer
in class org.jgraph.graph.VertexView
public javax.swing.JPopupMenu createPopupMenu(TEditor editor)
popupMenu
for the component.
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 |