de.javasoft.plaf.synthetica
Class TreeExpandedIcon
java.lang.Object
de.javasoft.plaf.synthetica.TreeExpandedIcon
- All Implemented Interfaces:
- javax.swing.Icon, javax.swing.plaf.UIResource
public class TreeExpandedIcon
- extends java.lang.Object
- implements javax.swing.Icon, javax.swing.plaf.UIResource
JTree icon wrapper used for expanded nodes.
Optional UI-properties:
Synthetica.tree.expandedIcon - String, icon path for regular expanded icon.
Synthetica.tree.selected.expandedIcon - String, icon path for selected expanded icon - can be null.
- Version:
- 1.01, 05.02.2013
|
Field Summary |
protected static javax.swing.Icon |
icon
|
protected static javax.swing.Icon |
selectedIcon
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
icon
protected static javax.swing.Icon icon
selectedIcon
protected static javax.swing.Icon selectedIcon
TreeExpandedIcon
public TreeExpandedIcon()
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface javax.swing.Icon
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface javax.swing.Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface javax.swing.Icon
Copyright © 2004-2011 Jyloo Software. All Rights Reserved.