Uses of Class
ca.corbett.extras.properties.KeyStrokeProperty
Packages that use KeyStrokeProperty
Package
Description
Contains a custom Properties implementation to augment the one provided by java.
-
Uses of KeyStrokeProperty in ca.corbett.extras.properties
Methods in ca.corbett.extras.properties that return KeyStrokePropertyModifier and TypeMethodDescriptionKeyStrokeProperty.addReservedKeyStrokes(List<KeyStroke> additionalKeyStrokes) Adds additional reserved KeyStrokes to the list of KeyStrokes that cannot be assigned.KeyStrokeProperty.clearReservedKeyStrokes()Clears the list of reserved KeyStrokes, allowing all KeyStrokes to be assigned.KeyStrokeProperty.setAllowBlank(boolean allowBlank) Decides whether blank (null) KeyStroke values are allowed for this property.KeyStrokeProperty.setKeyStroke(KeyStroke keyStroke) Sets the current KeyStroke value of this property.KeyStrokeProperty.setReservedKeyStrokeMsg(String msg) Sets the validation message that will be given if a reserved KeyStroke is assigned.KeyStrokeProperty.setReservedKeyStrokes(List<KeyStroke> reservedKeyStrokes) Optionally sets a list of reserved KeyStrokes that cannot be assigned to this property.