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 | Method and Description |
---|---|
void |
GenericInfoWindow.loadData(Flags.InformationType infoType)
Loads into the window the data to be shown.
|
Modifier and Type | Method and Description |
---|---|
static Flags.InformationType |
Flags.InformationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flags.InformationType[] |
Flags.InformationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|