|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.JEditActionContext<EditAction,ActionSet>
org.gjt.sp.jedit.ActionContext
public abstract class ActionContext
Manages a collection of action sets. There are two instances of this class in jEdit:
jEdit.getActionContext() - editor actions
VFSBrowser.getActionContext() - browser
actions
| Constructor Summary | |
|---|---|
ActionContext()
|
|
| Method Summary | |
|---|---|
EditAction |
getAction(java.lang.String name)
Returns the specified action. |
ActionSet |
getActionSetForAction(java.lang.String action)
Returns the action set that contains the specified action. |
| Methods inherited from class org.gjt.sp.jedit.JEditActionContext |
|---|
addActionSet, getActionNames, getActionSets, invokeAction, removeActionSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionContext()
| Method Detail |
|---|
public ActionSet getActionSetForAction(java.lang.String action)
getActionSetForAction in class JEditActionContext<EditAction,ActionSet>action - The action
public EditAction getAction(java.lang.String name)
getAction in class JEditActionContext<EditAction,ActionSet>name - The action name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||