| org.eclipse.ui.handlers.ShowViewHandler
ShowViewHandler | final public class ShowViewHandler extends AbstractHandler (Code) | | Shows the given view. If no view is specified in the parameters, then this
opens the view selection dialog.
since: 3.1 |
Constructor Summary | |
public | ShowViewHandler() Creates a new ShowViewHandler that will open the view in its default location. | public | ShowViewHandler(boolean makeFast) Creates a new ShowViewHandler that will optionally force the view to become
a fast view.
Parameters: makeFast - if true, the view will be moved to the fast view bar (even if it alreadyexists elsewhere). |
ShowViewHandler | public ShowViewHandler()(Code) | | Creates a new ShowViewHandler that will open the view in its default location.
|
ShowViewHandler | public ShowViewHandler(boolean makeFast)(Code) | | Creates a new ShowViewHandler that will optionally force the view to become
a fast view.
Parameters: makeFast - if true, the view will be moved to the fast view bar (even if it alreadyexists elsewhere). If false, the view will be shown in its default location. Calling withfalse is equivalent to using the default constructor. |
execute | final public Object execute(ExecutionEvent event) throws ExecutionException(Code) | | |
|
|