public class ShowRTInformationCommand
extends org.eclipse.core.commands.AbstractHandler
Constructor and Description |
---|
ShowRTInformationCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
java.lang.Object |
show()
Show.
|
static boolean |
showHideRT(org.eclipse.gmf.runtime.notation.Shape shape,
boolean visibility)
Sets the visibility on the given Comment CHRtSpecification shape.
|
public java.lang.Object show() throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException
- the execution exceptionpublic static boolean showHideRT(org.eclipse.gmf.runtime.notation.Shape shape, boolean visibility)
shape
- the Comment CHRtSpecification shapevisibility
- the visibilitypublic java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException