|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.emf.type.core.edithelper.AbstractEditHelperAdvice
org.eclipse.gmf.runtime.diagram.core.edithelpers.NotationViewDependentsAdvice
public class NotationViewDependentsAdvice
Edit helper advice for the DestroyDependentsRequest
that destroys
notations views under the following circumstances:
Constructor Summary | |
---|---|
NotationViewDependentsAdvice()
|
Method Summary | |
---|---|
ICommand |
getAfterEditCommand(IEditCommandRequest request)
Gets a command to be executed after the base editing behaviour. |
protected ICommand |
getBeforeDestroyDependentsCommand(DestroyDependentsRequest request)
Gets my 'before' advice for destroying the dependents of an element that is being destroyed. |
ICommand |
getBeforeEditCommand(IEditCommandRequest request)
Gets a command to be executed before the base editing behaviour. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotationViewDependentsAdvice()
Method Detail |
---|
public ICommand getBeforeEditCommand(IEditCommandRequest request)
IEditHelperAdvice
getBeforeEditCommand
in interface IEditHelperAdvice
getBeforeEditCommand
in class AbstractEditHelperAdvice
request
- the request
null
if I do not provide
'before' behaviour.public ICommand getAfterEditCommand(IEditCommandRequest request)
IEditHelperAdvice
getAfterEditCommand
in interface IEditHelperAdvice
getAfterEditCommand
in class AbstractEditHelperAdvice
request
- the request
null
if I do not provide
'after' behaviour.protected ICommand getBeforeDestroyDependentsCommand(DestroyDependentsRequest request)
AbstractEditHelperAdvice
getBeforeDestroyDependentsCommand
in class AbstractEditHelperAdvice
request
- the request
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.