Class StackAction

    • Constructor Detail

      • StackAction

        public StackAction​(IWorkbenchPart editor)
        Creates a StackAction and associates it with the given editor.
        Parameters:
        editor - The editor this action is associated with.
    • Method Detail

      • getLabelForCommand

        protected java.lang.String getLabelForCommand​(Command command)
        Returns the label for the given command. Guarantees that null is never returned.
        Parameters:
        command - the command
        Returns:
        a non-null String