Interface AbstractCommandContainer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CommandContainer
,FormCommandContainer
,FormCommandInterface
,MainSectionCommandInterface
,SubsystemCommandInterface
- All Known Implementing Classes:
AbstractCommandContainerImpl
,CommandContainerImpl
,FormCommandContainerImpl
,FormCommandInterfaceImpl
,MainSectionCommandInterfaceImpl
,SubsystemCommandInterfaceImpl
A representation of the model object 'Abstract Command Container'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Command>
Returns the value of the 'Commands' reference list.Returns the value of the 'Detached Group Panel' containment reference.org.eclipse.emf.common.util.EMap<Long,
CommandItem> Returns the value of the 'Item By Command Id Map' map.org.eclipse.emf.common.util.EMap<Long,
CustomCommandItemGroup> Returns the value of the 'Item Group By Group Id Map' map.void
Sets the value of the 'Detached Group Panel
' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDetachedGroupPanel
DetachedGroupPanel getDetachedGroupPanel()Returns the value of the 'Detached Group Panel' containment reference.- Returns:
- the value of the 'Detached Group Panel' containment reference.
- See Also:
-
setDetachedGroupPanel
Sets the value of the 'Detached Group Panel
' containment reference.- Parameters:
value
- the new value of the 'Detached Group Panel' containment reference.- See Also:
-
getItemByCommandIdMap
org.eclipse.emf.common.util.EMap<Long,CommandItem> getItemByCommandIdMap()Returns the value of the 'Item By Command Id Map' map. The key is of typeLong
, and the value is of typeCommandItem
,- Returns:
- the value of the 'Item By Command Id Map' map.
- See Also:
-
getItemGroupByGroupIdMap
org.eclipse.emf.common.util.EMap<Long,CustomCommandItemGroup> getItemGroupByGroupIdMap()Returns the value of the 'Item Group By Group Id Map' map. The key is of typeLong
, and the value is of typeCustomCommandItemGroup
,- Returns:
- the value of the 'Item Group By Group Id Map' map.
- See Also:
-
getCommands
org.eclipse.emf.common.util.EList<Command> getCommands()Returns the value of the 'Commands' reference list. The list contents are of typeCommand
.- Returns:
- the value of the 'Commands' reference list.
- See Also:
-