Package | Description |
---|---|
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
bibliothek.extension.gui.dock.preference.editor |
A set of
PreferenceEditor s
for types that are often used. |
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Field and Description |
---|---|
static PreferenceFactory<ModifierMask> |
PreferenceFactory.FACTORY_MODIFIER_MASK
a factory for
ModifierMask s |
Modifier and Type | Field and Description |
---|---|
static PreferenceEditorFactory<ModifierMask> |
ModifierMaskEditor.FACTORY
factory for new
ModifierMaskEditor s |
Modifier and Type | Method and Description |
---|---|
ModifierMask |
ModifierMaskEditor.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ModifierMaskEditor.setValue(ModifierMask value) |
Modifier and Type | Method and Description |
---|---|
void |
ModifierMaskEditor.setCallback(PreferenceEditorCallback<ModifierMask> callback) |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<ModifierMask> |
DockRelocatorMode.NO_COMBINATION_MASK
the modifiers that must be pressed to activate the
DockRelocatorMode.NO_COMBINATION relocator mode |
static PropertyKey<ModifierMask> |
DockRelocatorMode.SCREEN_MASK
the modifiers that must be pressed to activate the
DockRelocatorMode.SCREEN_ONLY relocator mode |
Modifier and Type | Method and Description |
---|---|
ModifierMask |
AcceptanceDockRelocatorMode.getMask()
Gets the mask for this mode.
|
Modifier and Type | Method and Description |
---|---|
void |
AcceptanceDockRelocatorMode.setMask(ModifierMask mask)
Sets the keys that must be pressed in order to activate this mode.
|
Constructor and Description |
---|
AcceptanceDockRelocatorMode(ModifierMask mask)
Creates a new mode.
|