public interface IDiagramTool
Modifier and Type | Method and Description |
---|---|
void |
decorate(String label,
String tooltip,
org.eclipse.jface.resource.ImageDescriptor image) |
org.eclipse.jface.resource.ImageDescriptor |
getBitmap()
Get the command's bitmap.
|
String |
getLabel()
Get the name of the command.
|
IModule |
getModule() |
Map<String,String> |
getParameters() |
List<ElementScope> |
getSourceScopes() |
List<ElementScope> |
getTargetScopes() |
String |
getTooltip()
Gets the tooltip of this command.
|
void |
initialize(List<ElementScope> sourceScopes,
List<ElementScope> targetScopes,
Map<String,String> parameters,
IModule module) |
void decorate(String label, String tooltip, org.eclipse.jface.resource.ImageDescriptor image)
void initialize(List<ElementScope> sourceScopes, List<ElementScope> targetScopes, Map<String,String> parameters, IModule module)
org.eclipse.jface.resource.ImageDescriptor getBitmap()
String getLabel()
List<ElementScope> getSourceScopes()
List<ElementScope> getTargetScopes()
String getTooltip()
IModule getModule()