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 Classes related to jEdit's TextArea. 
 

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()