Package | Description |
---|---|
com.modeliosoft.modelio.api.mdac.commands |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMdacContextualCommand
Default implementation of the
IMdacContextualCommand interface. |
Modifier and Type | Method and Description |
---|---|
IMdacContextualCommand |
IMdacAction.getCommand() |
IMdacContextualCommand |
DefaultMdacAction.getCommand() |
Constructor and Description |
---|
DefaultMdacAction(IMdac mdac,
int id,
String name,
String label,
String tooltip,
String bitmapPath,
String slotName,
String hint,
boolean needReadWriteObject,
boolean editTheModel,
IMdacContextualCommand command)
Deprecated.
|
DefaultMdacAction(IMdac mdac,
String name,
String label,
String tooltip,
String bitmapPath,
boolean needReadWriteObject,
boolean editTheModel,
IMdacContextualCommand command)
Creates an mdac action with an empty slot.
|
DefaultMdacAction(IMdac mdac,
String name,
String label,
String tooltip,
String bitmapPath,
String slotPattern,
String slotImagePaths,
boolean needReadWriteObject,
boolean editTheModel,
IMdacContextualCommand command) |