Uses of Class
org.eclipse.ui.texteditor.AbstractRulerActionDelegate
-
Packages that use AbstractRulerActionDelegate Package Description org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. -
-
Uses of AbstractRulerActionDelegate in org.eclipse.debug.ui.actions
Subclasses of AbstractRulerActionDelegate in org.eclipse.debug.ui.actions Modifier and Type Class Description class
RulerEnableDisableBreakpointActionDelegate
Toggles enablement of a breakpoint in a vertical ruler.class
RulerRunToLineActionDelegate
A run to line action that can be contributed to a an editor or view.class
RulerToggleBreakpointActionDelegate
Toggles a breakpoint when ruler is double-clicked. -
Uses of AbstractRulerActionDelegate in org.eclipse.ui.texteditor
Subclasses of AbstractRulerActionDelegate in org.eclipse.ui.texteditor Modifier and Type Class Description class
BookmarkRulerAction
Adapter for the managing bookmark action.class
SelectRulerAction
Adapter for the select marker action.class
TaskRulerAction
Adapter for the marker ruler action creating/removing tasks.
-