| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.extension.gui.dock.preference.AbstractPreferenceModel
bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
bibliothek.extension.gui.dock.preference.model.KeyStrokePreferenceModel
public class KeyStrokePreferenceModel
A model that lists the keystrokes which are used in the framework.
| Constructor Summary | |
|---|---|
| KeyStrokePreferenceModel(DockProperties properties)Creates a new model. | |
| Method Summary | |
|---|---|
|  KeyStrokeHidePreference | getHide()Gets access to the preference that represents the KeyStrokewhich closes
 aDockable. | 
|  KeyStrokeInitSelectorPreference | getInitSelector()Gets access to the preference that represents the KeyStrokewhich opens the 
 selection popup. | 
|  ModifierMaskNoCombinationPreference | getMaskNoCombination()Gets access to the preference that represents the ModifierMaskthat ensures
 thatDockables are not merged during drag and drop. | 
|  ModifierMaskScreenOnlyPreference | getMaskScreenOnly()Gets access to the preference that represents the ModifierMaskwhich ensures
 thatDockables are dropped onto aScreenDockStationduring drag and drop. | 
|  KeyStrokeMaximizePreference | getMaximize()Gets access to the preference that represents the KeyStrokewhich lets 
 maximize aDockable. | 
| Methods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreferenceModel | 
|---|
| add, addPreferenceModelListener, doOperation, getDescription, getLabel, getOperations, getPath, getPreference, getSize, getTypePath, getValue, getValueInfo, indexOf, insert, isEnabled, isNatural, read, remove, remove, removeAll, removePreferenceModelListener, setValue, setValueNatural, write | 
| Methods inherited from class bibliothek.extension.gui.dock.preference.AbstractPreferenceModel | 
|---|
| firePreferenceAdded, firePreferenceChanged, firePreferenceRemoved, getController, hasListeners, listeners | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public KeyStrokePreferenceModel(DockProperties properties)
properties - the properties to read and write from| Method Detail | 
|---|
public KeyStrokeInitSelectorPreference getInitSelector()
KeyStroke which opens the 
 selection popup.
nullpublic ModifierMaskNoCombinationPreference getMaskNoCombination()
ModifierMask that ensures
 that Dockables are not merged during drag and drop.
nullpublic ModifierMaskScreenOnlyPreference getMaskScreenOnly()
ModifierMask which ensures
 that Dockables are dropped onto a ScreenDockStation during drag and drop.
nullpublic KeyStrokeMaximizePreference getMaximize()
KeyStroke which lets 
 maximize a Dockable.
nullpublic KeyStrokeHidePreference getHide()
KeyStroke which closes
 a Dockable.
null| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||