Package | Description |
---|---|
gui |
'gui' package contains the source code of the GUI -Graphical User Interface-
implementing the graphical elements and its interactions.
|
src |
'src' package contains the core source code of the application, implementing
the logic of all internal operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Flags.CreationWindowMode |
CreationWindow.mode
Mode in which the CreationWindow has been opened.
|
Modifier and Type | Method and Description |
---|---|
void |
CreationWindow.setMode(Flags.CreationWindowMode mode)
Establishes the behaviour of the CreationWindow.
|
Modifier and Type | Method and Description |
---|---|
static Flags.CreationWindowMode |
Flags.CreationWindowMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flags.CreationWindowMode[] |
Flags.CreationWindowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|