|
JGraph |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--org.jgraph.graph.DefaultGraphCellEditor.EditorContainer
Container responsible for placing the editingComponent.
| Field Summary |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
DefaultGraphCellEditor.EditorContainer()
Constructs an EditorContainer object. |
|
| Method Summary | |
void |
doLayout()
Lays out this Container. |
Dimension |
getPreferredSize()
Returns the preferred size for the Container. |
void |
paint(Graphics g)
Overrides Container.paint to paint the node's
icon and use the selection color for the background. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DefaultGraphCellEditor.EditorContainer()
| Method Detail |
public void paint(Graphics g)
Container.paint to paint the node's
icon and use the selection color for the background.
paint in class Containerpublic void doLayout()
doLayout in class Containerpublic Dimension getPreferredSize()
getPreferredSize in class Container
|
JGraph |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||