Packageorg.aswing.tree
Classpublic class TreeLeafIcon
ImplementsIcon, UIResource

The default leaf icon for JTree. TODO draw a nicer icon



Public Methods
 MethodDefined by
  
TreeLeafIcon
  
getDisplay(c:Component):DisplayObject
TreeLeafIcon
  
TreeLeafIcon
  
TreeLeafIcon
  
updateIcon(com:Component, g:Graphics2D, x:int, y:int):void
TreeLeafIcon
Constructor detail
TreeLeafIcon()constructor
public function TreeLeafIcon()
Method detail
getDisplay()method
public function getDisplay(c:Component):DisplayObjectParameters
c:Component

Returns
DisplayObject
getIconHeight()method 
public function getIconHeight(c:Component):intParameters
c:Component

Returns
int
getIconWidth()method 
public function getIconWidth(c:Component):intParameters
c:Component

Returns
int
updateIcon()method 
public function updateIcon(com:Component, g:Graphics2D, x:int, y:int):voidParameters
com:Component
 
g:Graphics2D
 
x:int
 
y:int