Class AttachedCollectionNavigatorAdapterBase<M extends org.eclipse.emf.ecore.EObject>
java.lang.Object
org.eclipse.ui.model.WorkbenchAdapter
com._1c.g5.v8.dt.navigator.adapters.NavigatorAdapterBase
com._1c.g5.v8.dt.navigator.adapters.VirtualNavigatorAdapterBase
com._1c.g5.v8.dt.navigator.adapters.CollectionNavigatorAdapterBase<M>
com._1c.g5.v8.dt.navigator.adapters.AttachedCollectionNavigatorAdapterBase<M>
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.ui.model.IWorkbenchAdapter
,org.eclipse.ui.model.IWorkbenchAdapter2
,org.eclipse.ui.model.IWorkbenchAdapter3
- Direct Known Subclasses:
DocumentNavigatorAdapter.Folder
,IndexedContainedObjectCollectionNavigatorAdapterBase
,IndexedTopObjectCollectionNavigatorAdapterBase
,StandardAttributeNavigatorAdapter.Folder
,StandardTabularSectionDescriptionNavigatorAdapter.Folder
public abstract class AttachedCollectionNavigatorAdapterBase<M extends org.eclipse.emf.ecore.EObject>
extends CollectionNavigatorAdapterBase<M>
Base adapter class for the collection node attached directly to
its parent model.
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.navigator.adapters.NavigatorAdapterBase
NO_CHILDREN
-
Constructor Summary
ConstructorsConstructorDescriptionAttachedCollectionNavigatorAdapterBase
(String label, org.eclipse.jface.resource.ImageDescriptor icon, M model, org.eclipse.emf.ecore.EReference contentFeature) Constructs the instance. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.navigator.adapters.CollectionNavigatorAdapterBase
equals, getAdapter, getChildren, getContentFeature, getModel, hasChildren, hashCode
Methods inherited from class com._1c.g5.v8.dt.navigator.adapters.VirtualNavigatorAdapterBase
getImageDescriptor, getLabel
Methods inherited from class org.eclipse.ui.model.WorkbenchAdapter
getBackground, getFont, getForeground, getStyledText
-
Constructor Details
-
AttachedCollectionNavigatorAdapterBase
public AttachedCollectionNavigatorAdapterBase(String label, org.eclipse.jface.resource.ImageDescriptor icon, M model, org.eclipse.emf.ecore.EReference contentFeature) Constructs the instance.- Parameters:
label
- collection label.icon
- collection icon.model
- parent model.contentFeature
- feature for collection content.
-
-
Method Details
-
getParent
- Specified by:
getParent
in interfaceorg.eclipse.ui.model.IWorkbenchAdapter
- Specified by:
getParent
in classCollectionNavigatorAdapterBase<M extends org.eclipse.emf.ecore.EObject>
-