|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeySequence | |
|---|---|
| org.openbp.jaspira.action | |
| org.openbp.jaspira.action.keys | |
| org.openbp.jaspira.event | |
| org.openbp.jaspira.plugin | |
| Uses of KeySequence in org.openbp.jaspira.action |
|---|
| Methods in org.openbp.jaspira.action that return KeySequence | |
|---|---|
KeySequence[] |
JaspiraAction.getKeySequences()
Gets the key sequences for action activation. |
| Constructors in org.openbp.jaspira.action with parameters of type KeySequence | |
|---|---|
JaspiraAction(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
MultiIcon icon,
KeySequence[] keySequences,
int priority,
java.lang.String type)
Explicit constructor. |
|
| Uses of KeySequence in org.openbp.jaspira.action.keys |
|---|
| Methods in org.openbp.jaspira.action.keys that return KeySequence | |
|---|---|
KeySequence |
KeyTree.getSequence()
|
KeySequence |
KeySequence.getSequenceTail()
Returns a tailsequence of this sequence, i\.e\. the last length - 1 key combinations. |
KeySequence |
KeySequence.getSubSequence(int n)
Returns a subsequence of this sequence, i\.e\. the first n key combinations. |
| Methods in org.openbp.jaspira.action.keys with parameters of type KeySequence | |
|---|---|
void |
KeyTree.addSequence(KeySequence sequence)
Adds the given sequence to the tree, creating branches as necessary. |
void |
KeyMgr.addSequence(KeySequence sequence)
Adds the given sequence to the list of recognized sequences. |
boolean |
KeyTree.removeSequence(KeySequence sequence)
Removes a sequence from the tree, deleting obsolete branches. |
void |
KeyMgr.removeSequence(KeySequence sequence)
Removes the given sequences to the list of recognized sequences. |
| Constructors in org.openbp.jaspira.action.keys with parameters of type KeySequence | |
|---|---|
KeyTree(KeyTree parent,
KeySequence sequence)
Creates a new sub tree with the given parent and keystroke. |
|
| Uses of KeySequence in org.openbp.jaspira.event |
|---|
| Methods in org.openbp.jaspira.event that return KeySequence | |
|---|---|
KeySequence |
KeySequenceEvent.getKeySequence()
Returns the KeySequence associated with this event. |
| Constructors in org.openbp.jaspira.event with parameters of type KeySequence | |
|---|---|
KeySequenceEvent(Plugin source,
KeySequence sequence,
int type)
Constructor. |
|
| Uses of KeySequence in org.openbp.jaspira.plugin |
|---|
| Methods in org.openbp.jaspira.plugin with parameters of type KeySequence | |
|---|---|
protected void |
AbstractPlugin.addActionKeySequence(KeySequence sequence,
JaspiraAction action)
Adds a key sequence that triggers the given action. |
protected boolean |
AbstractPlugin.handleKeySequence(KeySequence ks)
Invokes the action associated with the given key sequence if applicable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||