public class CrossViewActionLib
extends java.lang.Object
Constructor and Description |
---|
CrossViewActionLib() |
Modifier and Type | Method and Description |
---|---|
static boolean |
crossViewDeploymentAction(java.lang.Object notifier,
org.eclipse.emf.common.notify.Notification notification,
org.polarsys.chess.core.views.DiagramStatus.DesignView currentView)
Cross view deployment action.
|
static boolean |
crossViewDeploymentAction(java.lang.Object notifier,
org.eclipse.emf.common.notify.Notification notification,
org.eclipse.uml2.uml.Package currentView)
Cross view deployment action.
|
public static boolean crossViewDeploymentAction(java.lang.Object notifier, org.eclipse.emf.common.notify.Notification notification, org.eclipse.uml2.uml.Package currentView)
notifier
- the Object notifiernotification
- the notificationcurrentView
- the Package representing the current viewpublic static boolean crossViewDeploymentAction(java.lang.Object notifier, org.eclipse.emf.common.notify.Notification notification, org.polarsys.chess.core.views.DiagramStatus.DesignView currentView)
notifier
- the Object notifiernotification
- the notificationcurrentView
- the DesignView representing current view