Package | Description |
---|---|
org.eclipse.emfforms.spi.swt.treemasterdetail.actions |
Modifier and Type | Method and Description |
---|---|
ActionCollector |
ActionCollector.add(MasterDetailAction action)
Adds the given
MasterDetailAction to the collection. |
ActionCollector |
ActionCollector.addAll(Collection<? extends MasterDetailAction> collection)
Adds the given collection of
MasterDetailAction s to the collection. |
ActionCollector |
ActionCollector.addCopyAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain)
Adds the
CopyMasterDetailAction to the collection. |
ActionCollector |
ActionCollector.addCutAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain)
Adds the
CutMasterDetailAction to the collection. |
ActionCollector |
ActionCollector.addPasteAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain)
Adds the
PasteMasterDetailAction to the collection. |
static ActionCollector |
ActionCollector.newList()
Start a new collection.
|
Copyright © 2016. All rights reserved.