Class SelectAnnotationRulerAction

    • Constructor Detail

      • SelectAnnotationRulerAction

        public SelectAnnotationRulerAction​(ResourceBundle bundle,
                                           String prefix,
                                           ITextEditor editor)
        Creates a new action for the given ruler and 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 editor
        See Also:
        ResourceAction(ResourceBundle, String)