Modifier and Type | Method and Description |
---|---|
void |
ILogService.error(IMdac module,
String msg)
Output an error message in the Modelio console.
|
void |
ILogService.error(IMdac module,
Throwable t)
Log the given exception with its stack trace as an error.
|
void |
ILogService.info(IMdac module,
String msg)
Output an information message in the Modelio console.
|
void |
ILogService.info(IMdac module,
Throwable t)
Log the given exception with its stack trace as an information.
|
void |
ILogService.warning(IMdac module,
String msg)
Output a warning message in the Modelio console.
|
void |
ILogService.warning(IMdac module,
Throwable t)
Log the given exception with its stack trace as a warning.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaMdac
Default implementation of the
IMdac interface. |
Modifier and Type | Field and Description |
---|---|
protected IMdac |
DefaultMdacSession.mdac
Module of the session.
|
Modifier and Type | Method and Description |
---|---|
IMdac |
AbstractModelComponentContributor.getMdac() |
Constructor and Description |
---|
AbstractModelComponentContributor(IMdac mdac) |
DefaultMdacSession(IMdac module)
Creates a new session connected to a module.
|
Modifier and Type | Method and Description |
---|---|
IMdac |
IMdacAction.getMdac() |
IMdac |
DefaultMdacAction.getMdac() |
Modifier and Type | Method and Description |
---|---|
boolean |
IMdacContextualCommand.accept(ObList<IElement> selectedElements,
IMdac mdac)
This methods authorizes a command to be displayed in a defined context.
|
boolean |
DefaultMdacContextualCommand.accept(ObList<IElement> selectedElements,
IMdac mdac)
The command accepts by default the selected elements.
|
void |
IWorkbenchAction.actionPerformed(IMdac mdac)
Deprecated.
|
void |
IMdacContextualCommand.actionPerformed(ObList<IElement> selectedElements,
IMdac mdac)
Method invoked when the command is launched.
|
void |
DefaultMdacContextualCommand.actionPerformed(ObList<IElement> selectedElements,
IMdac mdac)
Nothing is done, by default when the command is launched.
|
boolean |
IMdacContextualCommand.isActiveFor(ObList<IElement> selectedElements,
IMdac mdac)
This method precizes if a command has to be desactivated.
|
boolean |
DefaultMdacContextualCommand.isActiveFor(ObList<IElement> selectedElements,
IMdac mdac)
The command is active by default.
|
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) |
Modifier and Type | Field and Description |
---|---|
protected IMdac |
ParametersEditionModel.mdac |
Constructor and Description |
---|
DefaultParametersEditionModel(IMdac mdac) |
ParametersEditionModel(IMdac mdac) |
Modifier and Type | Field and Description |
---|---|
protected IMdac |
AbstractMdacPropertyPage.mdac
Module that is associated to the property page.
|
Modifier and Type | Method and Description |
---|---|
IMdac |
IMdacPropertyPage.getMdac()
Get the module of this property page.
|
IMdac |
AbstractMdacPropertyPage.getMdac() |
Modifier and Type | Method and Description |
---|---|
void |
IMdacPropertyPage.setMdac(IMdac mdac)
Set the mdac of this property page.
|
void |
AbstractMdacPropertyPage.setMdac(IMdac mdac) |
Constructor and Description |
---|
AbstractMdacPropertyPage(IMdac mdac,
String name,
String label,
String bitmap)
Constructors of this abstract property page.
|