public static class CM2_CONSTANTS.GUI_SETTINGS_AND_CONTROLS
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.awt.Color |
ALT_TEXT_COLOR
Alternative Text Color to use
|
static boolean |
DEVELOPER_EDITION
The Developer Edition comes with the PlugIn-Manager, which allows to
work with user generated algorithms.
|
static int |
DND_TIMER_COUNTDOWN
The Time the user has to hold down the mouse button to start
DragNDrop
|
static java.awt.Font |
FONT_PDB_TEXTFIELDS |
static double |
HELP_FRAME_SCALE |
static double |
MAIN_FRAME_SCALE |
static int |
MAX_PDB_SEARCH_HISTORY_SIZE
the max numbers of previous selections that remain in the combobox in
the pdb search dialog
|
static int |
MAX_QUICKLOAD_HISTORY_SIZE
the max numbers of previous selections that remain in the combobox
for quickload
|
static int |
MIDDLE_BUTTON_MODIFIER
modifiers for the middle Mouse Button for Systems that only have one
button (like Mac)
|
static double |
PDBSEARCH_FRAME_SCALE |
static int |
RIGHT_BUTTON_MODIFIER
modifiers for the right Mouse Button for Systems that only have one
button (like Mac)
|
static boolean |
SHOW_UI_BACKGROUND
Decides if the background color of the UI is also used for the 3D universe
|
static java.lang.Double |
STANDARD_MULTILAYER_Y_TRANSLATION
the standard height for multilayers for the Add Multilayer dialog
|
static java.lang.Double |
STANDARD_MULTILAYERY_MOLECULE_HEIGHT
the standard height for multilayers for the Add Multilayer dialog
|
Constructor and Description |
---|
GUI_SETTINGS_AND_CONTROLS() |
public static final boolean DEVELOPER_EDITION
public static final double MAIN_FRAME_SCALE
public static final double PDBSEARCH_FRAME_SCALE
public static final double HELP_FRAME_SCALE
public static final int MAX_PDB_SEARCH_HISTORY_SIZE
public static final java.lang.Double STANDARD_MULTILAYER_Y_TRANSLATION
public static final java.lang.Double STANDARD_MULTILAYERY_MOLECULE_HEIGHT
public static final int MAX_QUICKLOAD_HISTORY_SIZE
public static final int DND_TIMER_COUNTDOWN
public static final int MIDDLE_BUTTON_MODIFIER
public static final int RIGHT_BUTTON_MODIFIER
public static final java.awt.Color ALT_TEXT_COLOR
public static final java.awt.Font FONT_PDB_TEXTFIELDS
public static final boolean SHOW_UI_BACKGROUND