org.argouml.swingext
Class DropDownIcon

java.lang.Object
  |
  +--javax.swing.ImageIcon
        |
        +--org.argouml.swingext.DecoratedIcon
              |
              +--org.argouml.swingext.DropDownIcon
All Implemented Interfaces:
javax.accessibility.Accessible, javax.swing.Icon, java.io.Serializable

public class DropDownIcon
extends DecoratedIcon

See Also:
Serialized Form

Field Summary
private static int[][] standardBuffer
           
 
Fields inherited from class org.argouml.swingext.DecoratedIcon
_buffer, _popupIconHeight, _popupIconWidth, ROLLOVER, STANDARD
 
Fields inherited from class javax.swing.ImageIcon
component, tracker
 
Constructor Summary
(package private) DropDownIcon(javax.swing.ImageIcon imageIcon)
          Creates a new instance of DropDownIcon
 
Methods inherited from class org.argouml.swingext.DecoratedIcon
init, paintIcon
 
Methods inherited from class javax.swing.ImageIcon
getAccessibleContext, getDescription, getIconHeight, getIconWidth, getImage, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImage, setImageObserver, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

standardBuffer

private static final int[][] standardBuffer
Constructor Detail

DropDownIcon

DropDownIcon(javax.swing.ImageIcon imageIcon)
Creates a new instance of DropDownIcon



ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook