de.tu_berlin.cs.tfs.muvitorkit.actions
Class GenericPasteAction.PasteRuleAdapter
java.lang.Object
de.tu_berlin.cs.tfs.muvitorkit.actions.GenericPasteAction.PasteRuleAdapter
- All Implemented Interfaces:
- GenericPasteAction.IPasteRule
- Enclosing class:
- GenericPasteAction
public static class GenericPasteAction.PasteRuleAdapter
- extends Object
- implements GenericPasteAction.IPasteRule
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericPasteAction.PasteRuleAdapter
public GenericPasteAction.PasteRuleAdapter()
afterPaste
public void afterPaste(EObject element,
EObject target)
- Specified by:
afterPaste
in interface GenericPasteAction.IPasteRule
isValidPaste
public boolean isValidPaste(EObject element,
EObject target)
- Specified by:
isValidPaste
in interface GenericPasteAction.IPasteRule