void | firePropertyChange(String name, boolean oldValue, boolean newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, byte oldValue, byte newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, char oldValue, char newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, double oldValue, double newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, float oldValue, float newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, int oldValue, int newValue)- For performance reasons, this method is overridden to do nothing.
|
protected void | firePropertyChange(String name, Object oldValue, Object newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, long oldValue, long newValue)- For performance reasons, this method is overridden to do nothing.
|
void | firePropertyChange(String name, short oldValue, short newValue)- For performance reasons, this method is overridden to do nothing.
|
Color | getBackgroundNonSelectionColor()- Returns the background color for tree cells that are not selected.
|
Color | getBackgroundSelectionColor()- Returns the background color for tree cells that are selected.
|
Color | getBorderSelectionColor()- Returns the border color for tree cells that are selected.
|
Icon | getClosedIcon()- Returns the icon displayed for non-leaf nodes that are closed.
|
Icon | getDefaultClosedIcon()- Returns the default icon for non-leaf tree cells that are closed (not
expanded).
|
Icon | getDefaultLeafIcon()- Returns the default icon for leaf tree cells.
|
Icon | getDefaultOpenIcon()- Returns the default icon for non-leaf tree cells that are open (expanded).
|
Font | getFont()- Returns the current font.
|
Icon | getLeafIcon()- Returns the icon displayed for leaf nodes.
|
Icon | getOpenIcon()- Returns the icon displayed for non-leaf nodes that are open (expanded).
|
Dimension | getPreferredSize()- Returns the preferred size of the cell.
|
Color | getTextNonSelectionColor()- Returns the text color for tree cells that are not selected.
|
Color | getTextSelectionColor()- Returns the text color for tree cells that are selected.
|
Component | getTreeCellRendererComponent(JTree tree, Object val, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)- Returns a component (in fact
this) that can be used to
render a tree cell with the specified state.
|
void | paint(Graphics g)- Paints the value.
|
void | repaint(Rectangle area)- For performance reasons, this method is overridden to do nothing.
|
void | repaint(long tm, int x, int y, int width, int height)- For performance reasons, this method is overridden to do nothing.
|
void | revalidate()- For performance reasons, this method is overridden to do nothing.
|
void | setBackground(Color c)- Sets the background color.
|
void | setBackgroundNonSelectionColor(Color c)- Sets the background color for tree cells that are not selected.
|
void | setBackgroundSelectionColor(Color c)- Sets the background color for tree cells that are selected.
|
void | setBorderSelectionColor(Color c)- Sets the border color for tree cells that are selected.
|
void | setClosedIcon(Icon icon)- Sets the icon to be displayed for non-leaf nodes that are closed.
|
void | setFont(Font f)- Sets the font.
|
void | setLeafIcon(Icon icon)- Sets the icon to be displayed for leaf nodes.
|
void | setOpenIcon(Icon icon)- Sets the icon to be displayed for non-leaf nodes that are open (expanded).
|
void | setTextNonSelectionColor(Color c)- Sets the text color for tree cells that are not selected.
|
void | setTextSelectionColor(Color c)- Sets the text color for tree cells that are selected.
|
void | validate()- For performance reasons, this method is overridden to do nothing.
|