org.jsqltool.gui.panel
Class DataPanel.Icon3
java.lang.Object
|
+--org.jsqltool.gui.panel.DataPanel.Icon3
- All Implemented Interfaces:
- javax.swing.Icon
- Enclosing class:
- DataPanel
- class DataPanel.Icon3
- extends java.lang.Object
- implements javax.swing.Icon
Description: Inner class used to draw the sorting icon.
|
Field Summary |
(package private) java.lang.String |
m_order
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_order
java.lang.String m_order
DataPanel.Icon3
public DataPanel.Icon3(java.lang.String order)
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth in interface javax.swing.Icon
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight in interface javax.swing.Icon
setOrder
public void setOrder(java.lang.String order)
paintIcon
public void paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y)
- Specified by:
paintIcon in interface javax.swing.Icon