market.stdform
Class ButtonIDs
java.lang.Object
|
+--market.stdform.ButtonIDs
- public abstract class ButtonIDs
- extends Object
This class contains only constants that are used as IDs for FormButtons
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BTN_START
public static final int BTN_START
- See Also:
- Constant Field Values
BTN_END
public static final int BTN_END
- See Also:
- Constant Field Values
BTN_LOGON
public static final int BTN_LOGON
- See Also:
- Constant Field Values
BTN_LOGOFF
public static final int BTN_LOGOFF
- See Also:
- Constant Field Values
BTN_OK
public static final int BTN_OK
- See Also:
- Constant Field Values
BTN_ACCEPT
public static final int BTN_ACCEPT
- See Also:
- Constant Field Values
BTN_DETAIL
public static final int BTN_DETAIL
- See Also:
- Constant Field Values
BTN_BUY
public static final int BTN_BUY
- See Also:
- Constant Field Values
BTN_NEXT
public static final int BTN_NEXT
- See Also:
- Constant Field Values
BTN_BACK
public static final int BTN_BACK
- See Also:
- Constant Field Values
BTN_CANCEL
public static final int BTN_CANCEL
- See Also:
- Constant Field Values
BTN_ADD
public static final int BTN_ADD
- See Also:
- Constant Field Values
BTN_EDIT
public static final int BTN_EDIT
- See Also:
- Constant Field Values
BTN_DELETE
public static final int BTN_DELETE
- See Also:
- Constant Field Values
ButtonIDs
public ButtonIDs()