|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
In diesem Interface sind verschiedene Konstanten definiert, die innerhalb
des Frameworks benoetigt werden. Die einzelnen Konstanten koennen in Controllern
direkt angesprochen werdne, da die Klasse
Controller
dieses Interrface implementert.
Field Summary | |
static int |
DEFAULT
Controller im Defaultmodus erzeugen(Mit Menü und Toolbar) |
static int |
EDITMODE
Mode-Konstante für den Modus Edit |
static String |
FRAMEWORK_LAF
LookAndFeel Framework |
static String |
METAL_LAF
LookAndFeel Metal |
static String |
MOTIF_LAF
LookAndFeel Motif |
static int |
NEWMODE
Mode-Konstante für den Modus Neu |
static int |
OHNE
Controller ohne Menü und Toolbar |
static int |
ONLY_MENU
Controller nur mit Menü |
static int |
ONLY_TOOLBAR
Controller nur mit Toolbar |
static int |
SHOWMODE
Mode-Konstante für Modus Show |
static String |
WINDOWS_LAF
LookAndFeel Windows |
Field Detail |
public static final int NEWMODE
public static final int EDITMODE
public static final int SHOWMODE
public static final int DEFAULT
public static final int OHNE
public static final int ONLY_MENU
public static final int ONLY_TOOLBAR
public static final String WINDOWS_LAF
public static final String METAL_LAF
public static final String MOTIF_LAF
public static final String FRAMEWORK_LAF
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |