Uses of Class
org.gjt.sp.jedit.JEditActionContext

Packages that use JEditActionContext
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
 

Uses of JEditActionContext in org.gjt.sp.jedit
 

Subclasses of JEditActionContext in org.gjt.sp.jedit
 class ActionContext
          Manages a collection of action sets.
 

Uses of JEditActionContext in org.gjt.sp.jedit.textarea
 

Methods in org.gjt.sp.jedit.textarea that return JEditActionContext
 JEditActionContext<JEditBeanShellAction,JEditActionSet<JEditBeanShellAction>> TextArea.getActionContext()