Package | Description |
---|---|
com.modeliosoft.modelio.api.mdac | |
com.modeliosoft.modelio.api.mdac.commands | |
com.modeliosoft.modelio.api.mdac.contrib |
Modifier and Type | Method and Description |
---|---|
List<IMdacAction> |
IMdac.getActions(ActionLocation location)
Returns the collection of
IMdacAction associated with passed location. |
List<IMdacAction> |
AbstractJavaMdac.getActions(ActionLocation location)
Returns the collection of
IMdacAction associated with passed location. |
Collection<IMdacAction> |
IMdac.getMdacActions(ActionLocation location)
Returns the collection of
IMdacAction associated with passed location. |
Collection<IMdacAction> |
AbstractJavaMdac.getMdacActions(ActionLocation location)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IMdac.registerAction(ActionLocation location,
IMdacAction action)
Register a module action for the contextual popupmenu(s) of the application.
|
void |
AbstractJavaMdac.registerAction(ActionLocation location,
IMdacAction action)
Register a module action for the contextual popupmenu(s) of the application.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMdacAction |
Modifier and Type | Method and Description |
---|---|
static MdacActionDelegatingHandler |
MdacActionDelegatingHandler.create(IMdacAction mdacAction) |