Class QuickStartAction

    • Constructor Detail

      • QuickStartAction

        public QuickStartAction()
        Deprecated.
        Create an instance of this class.

        This constructor added to support calling the action from the welcome page.

      • QuickStartAction

        public QuickStartAction​(IWorkbenchWindow window)
        Deprecated.
        Creates an instance of this action, for use in the given window.
        Parameters:
        window - the window
    • Method Detail

      • openWelcomePage

        public boolean openWelcomePage​(java.lang.String featureId)
                                throws WorkbenchException
        Deprecated.
        Opens the welcome page for the given feature.
        Parameters:
        featureId - the about info for the feature
        Returns:
        true if successful, false otherwise
        Throws:
        WorkbenchException - if operation failed