Package com._1c.g5.v8.dt.ui.commands
Class ShowPropertiesHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- com._1c.g5.v8.dt.ui.commands.ShowPropertiesHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.core.commands.IHandler2
public class ShowPropertiesHandler extends org.eclipse.core.commands.AbstractHandler
Show properties view handler.
-
-
Field Summary
Fields Modifier and Type Field Description static String
HANDLER_ID
-
Constructor Summary
Constructors Constructor Description ShowPropertiesHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(org.eclipse.core.commands.ExecutionEvent event)
static void
run(org.eclipse.ui.IWorkbenchPartSite site)
Opens properties viewer from a workbench part site-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
Field Detail
-
HANDLER_ID
public static final String HANDLER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
- Throws:
org.eclipse.core.commands.ExecutionException
-
run
public static void run(org.eclipse.ui.IWorkbenchPartSite site)
Opens properties viewer from a workbench part site- Parameters:
site
- workbench part site. Cannot benull
-
-