|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
org.topcased.modeler.commands.AbstractDocumentationResourcesCommand
public abstract class AbstractDocumentationResourcesCommand
A class defining an abstract command for documentation resources. It offers
methods to add and removes a map of resources from an EAnnotation. Describe
the class here
Creation : 10 oct. 2005
Constructor Summary | |
---|---|
protected |
AbstractDocumentationResourcesCommand(EModelElement element,
java.util.Map resources)
Constructor |
Method Summary | |
---|---|
protected void |
addResources()
Adds the registered map of resources to the EModelElement |
protected void |
removeResources()
Removes the registered map of resources from the EModelElement |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
canExecute, canUndo, chain, dispose, execute, getDebugLabel, getLabel, redo, setDebugLabel, setLabel, undo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractDocumentationResourcesCommand(EModelElement element, java.util.Map resources)
element
- the modified model objectresources
- the list of annotated ressourcesMethod Detail |
---|
protected void addResources()
protected void removeResources()
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.