Modifier and Type | Class and Description |
---|---|
class |
AbstractCreateMatrixCommandHandler
Convenience class that provides an abstract implementation of
IMatrixWizardContributor
that only provides useful fields and their getters/setters. |
Modifier and Type | Class and Description |
---|---|
class |
CreateCustomMatrixCommandHandler
Generic implementation of
IMatrixWizardContributor that creates a matrix from the attached matrix descriptor. |
class |
CreateMatrixStandardCommandHandler
Generic implementation of
IMatrixWizardContributor that creates a matrix from the attached matrix descriptor. |
class |
GenDocCommandStandardHandler
Command handler to generate a documentation artifact.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultModuleCommandHandler
Default implementation of the
IModuleCommandHandler interface. |
Modifier and Type | Method and Description |
---|---|
IModuleCommandHandler |
IModuleAction.getHandler() |
IModuleCommandHandler |
DefaultModuleAction.getHandler() |
Constructor and Description |
---|
DefaultModuleAction(IModule module,
java.lang.String name,
java.lang.String label,
java.lang.String tooltip,
java.lang.String bitmapPath,
java.lang.String slotPattern,
java.lang.String slotImagePaths,
boolean needReadWriteObject,
boolean editTheModel,
IModuleCommandHandler command) |
Modifier and Type | Class and Description |
---|---|
class |
ApplyPatternStandardHandler
Command handler to apply a pattern.
|
class |
DiagramCreationStandardHandler
Generic diagram creation command handler.
|
class |
ElementCreationStandardHandler
Generic model element creation command handler.
|
class |
RunJythonScriptBasicHandler
Command handler that runs a Jython script.
|
class |
RunJythonScriptStandardHandler
Command handler that runs a Jython script.
|