Interface IKeymap
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/text/Keymap.html
public interface IKeymap
Properties
BoundActions
Action[] BoundActions { get; }
Property Value
- Action[]
BoundKeyStrokes
KeyStroke[] BoundKeyStrokes { get; }
Property Value
DefaultAction
https://docs.oracle.com/javase/8/docs/api/javax/swing/text/Keymap.html#getDefaultAction-- https://docs.oracle.com/javase/8/docs/api/javax/swing/text/Keymap.html#setDefaultAction-javax.swing.Action-
Action DefaultAction { get; set; }
Property Value
Name
String Name { get; }
Property Value
ResolveParent
https://docs.oracle.com/javase/8/docs/api/javax/swing/text/Keymap.html#getResolveParent-- https://docs.oracle.com/javase/8/docs/api/javax/swing/text/Keymap.html#setResolveParent-javax.swing.text.Keymap-
Keymap ResolveParent { get; set; }
Property Value
Methods
AddActionForKeyStroke(KeyStroke, Action)
void AddActionForKeyStroke(KeyStroke arg0, Action arg1)
Parameters
GetAction(KeyStroke)
Action GetAction(KeyStroke arg0)
Parameters
Returns
GetActionDirect(KeyStroke)
Action GetActionDirect(KeyStroke arg0)
Parameters
Returns
GetKeyStrokesForAction(Action)
KeyStroke[] GetKeyStrokesForAction(Action arg0)
Parameters
Returns
IsLocallyDefined(KeyStroke)
bool IsLocallyDefined(KeyStroke arg0)
Parameters
Returns
RemoveBindings()
void RemoveBindings()
RemoveKeyStrokeBinding(KeyStroke)
void RemoveKeyStrokeBinding(KeyStroke arg0)