public class ViewManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
classDiagramKind
The class diagram kind.
|
Constructor and Description |
---|
ViewManager() |
Modifier and Type | Method and Description |
---|---|
void |
check(org.eclipse.gmf.runtime.notation.Diagram diagram,
java.lang.StringBuffer s,
org.polarsys.chess.core.views.DiagramStatus.DesignView currentView,
org.eclipse.emf.transaction.TransactionalEditingDomain domain)
Check constraints concerning view ownership of diagrams.
|
void |
check(java.lang.Object notifier,
java.lang.StringBuffer s,
org.polarsys.chess.core.views.DiagramStatus.DesignView currentView,
org.eclipse.emf.transaction.TransactionalEditingDomain domain)
Deprecated.
|
boolean |
checkViewStereotype(org.eclipse.emf.common.notify.Notification notification)
Check if a stereotype representing a CHESS view has been modified.
|
static ViewManager |
loadViewManager()
Load view manager.
|
public static java.lang.String classDiagramKind
public static ViewManager loadViewManager()
@Deprecated public void check(java.lang.Object notifier, java.lang.StringBuffer s, org.polarsys.chess.core.views.DiagramStatus.DesignView currentView, org.eclipse.emf.transaction.TransactionalEditingDomain domain) throws org.eclipse.emf.transaction.RollbackException
notifier
- the notifier Objects
- the StringBuffer used to store messages to be printed to the CHESSConsolecurrentView
- the CHESS current viewdomain
- the TransactionalEditingDomain domain of the diagramorg.eclipse.emf.transaction.RollbackException
- in case of DynamicConstraint failurepublic void check(org.eclipse.gmf.runtime.notation.Diagram diagram, java.lang.StringBuffer s, org.polarsys.chess.core.views.DiagramStatus.DesignView currentView, org.eclipse.emf.transaction.TransactionalEditingDomain domain) throws org.eclipse.emf.transaction.RollbackException
diagram
- the Diagram about to be createds
- the StringBuffer used to store messages to be printed to the CHESSConsolecurrentView
- the CHESS current viewdomain
- the TransactionalEditingDomain domain of the diagramorg.eclipse.emf.transaction.RollbackException
- in case of DynamicConstraint failurepublic boolean checkViewStereotype(org.eclipse.emf.common.notify.Notification notification)
notification
- the EMF notificationConstraintsLib