javax.swing.tree
Class DefaultTreeCellEditor.EditorContainerjava.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.tree.DefaultTreeCellEditor.EditorContainer
- All Implemented Interfaces:
- ImageObserver, MenuContainer, Serializable
- Enclosing class:
- DefaultTreeCellEditor
- public class DefaultTreeCellEditor.EditorContainer
- extends Container
Container responsible for placing the editingComponent.
Nested Class Summary
Nested classes inherited from class java.awt.Container Container.AccessibleAWTContainer
Nested classes inherited from class java.awt.Component Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
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
DefaultTreeCellEditor.EditorContainer()
Constructs an EditorContainer object.
Method Summary
void doLayout()
Lays out this Container.void EditorContainer()
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.