public class ModelParser
extends java.lang.Object
Constructor and Description |
---|
ModelParser()
Instantiates a new model parser.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.command.Command |
check(org.eclipse.emf.common.notify.Notification notification,
java.lang.Object _notifier,
org.polarsys.chess.core.views.DiagramStatus.DesignView currentView,
boolean superuser)
Check.
|
org.eclipse.jface.preference.IPreferencePage |
getId(java.lang.String id)
Gets the IPreferencePage given the id.
|
public org.eclipse.jface.preference.IPreferencePage getId(java.lang.String id)
id
- the id of the IPreferencePagepublic org.eclipse.emf.common.command.Command check(org.eclipse.emf.common.notify.Notification notification, java.lang.Object _notifier, org.polarsys.chess.core.views.DiagramStatus.DesignView currentView, boolean superuser) throws org.eclipse.emf.transaction.RollbackException
notification
- the notification_notifier
- the _notifiercurrentView
- the current viewsuperuser
- the superuserorg.eclipse.emf.transaction.RollbackException
- the rollback exception