public class RemoveLibraryCommand extends RemoveCommand implements CommandActionDelegate
AbstractCommand.NonDirtyingaffectedObjects, collection, DESCRIPTION, DESCRIPTION_FOR_LIST, feature, indices, LABEL, owner, ownerListdomain, overrideCommanddescription, isExecutable, isPrepared, label| Constructor and Description |
|---|
RemoveLibraryCommand(EditingDomain domain,
EList<?> list,
java.util.Collection<?> collection)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getImage()
This returns the decoration, if any, of the action.
|
java.lang.String |
getText()
This returns the menu text, if any, of the action.
|
java.lang.String |
getToolTipText()
This returns the tool tip text, if any, of the action.
|
contains, containsExact, create, create, create, create, doExecute, doGetAffectedObjects, doGetResult, doRedo, doUndo, getCollection, getFeature, getIndices, getOwner, getOwnerList, merge, prepare, removeExact, toStringcanExecute, canUndo, dispose, doCanExecute, doCanUndo, doDispose, doGetChildrenToCopy, doGetDescription, doGetLabel, execute, getAffectedObjects, getChildrenToCopy, getDescription, getDomain, getLabel, getOverride, getOwnerList, getResult, redo, setOverride, undo, updateEMapchain, setDescription, setLabelclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanExecute, getDescriptionpublic RemoveLibraryCommand(EditingDomain domain, EList<?> list, java.util.Collection<?> collection)
domain - the editing domainlist - the list to modifycollection - the objects to be removedpublic java.lang.Object getImage()
CommandActionDelegategetImage in interface CommandActionDelegatepublic java.lang.String getText()
CommandActionDelegategetText in interface CommandActionDelegatepublic java.lang.String getToolTipText()
CommandActionDelegategetToolTipText in interface CommandActionDelegate