Class AddTaskAction

All Implemented Interfaces:
IAction, IUpdate

public class AddTaskAction extends AddMarkerAction
Creates a new task marker. Uses the Workbench's task properties dialog.
Since:
2.0
  • Constructor Details

    • AddTaskAction

      public AddTaskAction(ResourceBundle bundle, String prefix, ITextEditor editor)
      Creates a new action for the given text editor. The action configures its visual representation from the given resource bundle.
      Parameters:
      bundle - the resource bundle
      prefix - a prefix to be prepended to the various resource keys (described in ResourceAction constructor), or null if none
      editor - the text editor
      Since:
      3.0
      See Also:
  • Method Details