|
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.RemoveBookmarksAdvice
public class RemoveBookmarksAdvice
Edit helper advice that provides commands to remove associated bookmarks of all dependents as well as the main destructee.
Constructor Summary | |
---|---|
RemoveBookmarksAdvice()
|
Method Summary | |
---|---|
protected ICommand |
getAfterDestroyElementCommand(DestroyElementRequest request)
Gets my 'after' advice for destroying an element. |
ICommand |
getAfterEditCommand(IEditCommandRequest request)
Gets a command to be executed after the base editing behaviour. |
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 RemoveBookmarksAdvice()
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 getAfterDestroyElementCommand(DestroyElementRequest request)
AbstractEditHelperAdvice
getAfterDestroyElementCommand
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.