bibliothek.extension.gui.dock.preference.model
Class KeystrokePreferenceModel
java.lang.Object
bibliothek.extension.gui.dock.preference.AbstractPreferenceModel
bibliothek.extension.gui.dock.preference.DefaultPreferenceModel
bibliothek.extension.gui.dock.preference.model.KeystrokePreferenceModel
- All Implemented Interfaces:
- PreferenceModel
public class KeystrokePreferenceModel
- extends DefaultPreferenceModel
A model that lists the keystrokes which are used in the framework.
- Author:
- Benjamin Sigg
Methods inherited from class bibliothek.extension.gui.dock.preference.DefaultPreferenceModel |
add, doOperation, getDescription, getLabel, getOperations, getPath, getPreference, getSize, getTypePath, getValue, getValueInfo, indexOf, insert, isEnabled, read, remove, remove, removeAll, setValue, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystrokePreferenceModel
public KeystrokePreferenceModel(DockProperties properties)
- Creates a new model.
- Parameters:
properties
- the properties to read and write from
main
public static void main(String[] args)