public interface IMdacAction
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IElement[] selectedElements) |
void |
addAllowedMetaclass(Class<? extends IElement> name) |
void |
addAllowedStereotype(IStereotype stereotype) |
org.eclipse.jface.resource.ImageDescriptor |
getBitmap() |
IMdacContextualCommand |
getCommand() |
String |
getImagePath()
Deprecated.
|
String |
getLabel() |
IMdac |
getMdac() |
String |
getName() |
org.eclipse.jface.resource.ImageDescriptor |
getSlotImage(int slotIndex) |
List<String> |
getSlots() |
String |
getTooltip() |
boolean |
isActiveFor(IElement[] selectedElements,
boolean readOnlyTool) |
boolean |
needReadWriteObject() |
void addAllowedStereotype(IStereotype stereotype)
String getLabel()
IMdac getMdac()
String getName()
String getTooltip()
IMdacContextualCommand getCommand()
org.eclipse.jface.resource.ImageDescriptor getBitmap()
boolean isActiveFor(IElement[] selectedElements, boolean readOnlyTool)
boolean accept(IElement[] selectedElements)
boolean needReadWriteObject()
@Deprecated String getImagePath()
org.eclipse.jface.resource.ImageDescriptor getSlotImage(int slotIndex)