javax.swing.tree
public class DefaultTreeCellEditor.EditorContainer extends Container
Constructor Summary | |
---|---|
EditorContainer()
Creates an EditorContainer object. |
Method Summary | |
---|---|
void | doLayout()
Lays out this Container, moving the editor component to the left
(leaving place for the icon). |
void | EditorContainer()
This method only exists for API compatibility and is useless as it does
nothing. |
Dimension | getPreferredSize() |
void | paint(Graphics g)
Overrides Container.paint to paint the node's icon and use the selection
color for the background.
|
EditorContainer
object.Parameters: g - the specified Graphics window