Großmarkt

market.stdform
Class ButtonIDs

java.lang.Object
  extended by market.stdform.ButtonIDs

public abstract class ButtonIDs
extends Object

This class contains only constants that are used as IDs for FormButtons.


Field Summary
static int BTN_ACCEPT
           
static int BTN_ADD
           
static int BTN_BACK
           
static int BTN_BUY
           
static int BTN_CANCEL
           
static int BTN_DELETE
           
static int BTN_DETAIL
           
static int BTN_EDIT
           
static int BTN_END
           
static int BTN_LOGOFF
           
static int BTN_LOGON
           
static int BTN_NEXT
           
static int BTN_OK
           
static int BTN_START
           
 
Constructor Summary
ButtonIDs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ButtonIDs

public ButtonIDs()

Großmarkt