se.datadosen.component
Class DropDownIcon

java.lang.Object
  extended by se.datadosen.component.DropDownIcon
All Implemented Interfaces:
javax.swing.Icon

public class DropDownIcon
extends java.lang.Object
implements javax.swing.Icon


Constructor Summary
DropDownIcon()
           
 
Method Summary
 int getIconHeight()
          Created a stub to satisfy the interface.
 int getIconWidth()
          Created a stub to satisfy the interface.
 void paintIcon(java.awt.Component component, java.awt.Graphics g, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownIcon

public DropDownIcon()
Method Detail

paintIcon

public void paintIcon(java.awt.Component component,
                      java.awt.Graphics g,
                      int x,
                      int y)
Specified by:
paintIcon in interface javax.swing.Icon

getIconWidth

public int getIconWidth()
Created a stub to satisfy the interface.

Specified by:
getIconWidth in interface javax.swing.Icon

getIconHeight

public int getIconHeight()
Created a stub to satisfy the interface.

Specified by:
getIconHeight in interface javax.swing.Icon