|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.apps.wf.WFIcon
public class WFIcon
Work Flow Icon
| Constructor Summary | |
|---|---|
WFIcon(int type)
Constructor |
|
WFIcon(String action)
Constructor |
|
| Method Summary | |
|---|---|
int |
getIconHeight()
Returns the icon's height. |
int |
getIconWidth()
Returns the icon's width. |
void |
paintIcon(Component c,
Graphics g,
int x,
int y)
Draw the icon at the specified location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WFIcon(int type)
type - see CTreeNode.TYPE_public WFIcon(String action)
action - image indicator| Method Detail |
|---|
public void paintIcon(Component c,
Graphics g,
int x,
int y)
paintIcon in interface Iconc - Componentg - Graphicsx - Xy - YIcon.paintIcon(Component, Graphics, int, int)public int getIconWidth()
getIconWidth in interface IconIcon.getIconWidth()public int getIconHeight()
getIconHeight in interface IconIcon.getIconHeight()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||