Class VirtualNavigatorAdapterBase
java.lang.Object
org.eclipse.ui.model.WorkbenchAdapter
com._1c.g5.v8.dt.navigator.adapters.NavigatorAdapterBase
com._1c.g5.v8.dt.navigator.adapters.VirtualNavigatorAdapterBase
- 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:
AttachedNavigatorAdapter
,CollectionNavigatorAdapterBase
,CommonNavigatorAdapter
,DistributionDistributeNavigatorAdapter
,DistributionSupportNavigatorAdapter
,DistributionSupportPropertyNavigatorAdapter
,ExternalObjectFolderNavigatorAdapterBase
Base adapter for nodes that have no real model behind them.
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.navigator.adapters.NavigatorAdapterBase
NO_CHILDREN
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualNavigatorAdapterBase
(String label, org.eclipse.jface.resource.ImageDescriptor icon) Constructs the instance. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.navigator.adapters.NavigatorAdapterBase
getAdapter, getChildren, getParent, hasChildren
Methods inherited from class org.eclipse.ui.model.WorkbenchAdapter
getBackground, getFont, getForeground, getStyledText
-
Constructor Details
-
VirtualNavigatorAdapterBase
Constructs the instance.- Parameters:
label
- label text.icon
- node icon.
-
-
Method Details
-
getImageDescriptor
- Specified by:
getImageDescriptor
in interfaceorg.eclipse.ui.model.IWorkbenchAdapter
- Specified by:
getImageDescriptor
in classNavigatorAdapterBase
-
getLabel
- Specified by:
getLabel
in interfaceorg.eclipse.ui.model.IWorkbenchAdapter
- Specified by:
getLabel
in classNavigatorAdapterBase
-
hashCode
public int hashCode() -
equals
-