org.eclipse.gmf.map.editor.navigator
Class GMFMapAbstractNavigatorItem

java.lang.Object
  extended by org.eclipse.gmf.map.editor.navigator.GMFMapAbstractNavigatorItem
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable
Direct Known Subclasses:
GMFMapNavigatorGroup, GMFMapNavigatorItem

public abstract class GMFMapAbstractNavigatorItem
extends Object
implements org.eclipse.core.runtime.IAdaptable


Constructor Summary
protected GMFMapAbstractNavigatorItem(Object parent)
           
 
Method Summary
 Object getAdapter(Class adapter)
           
abstract  String getModelID()
           
 Object getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMFMapAbstractNavigatorItem

protected GMFMapAbstractNavigatorItem(Object parent)
Method Detail

getModelID

public abstract String getModelID()

getParent

public Object getParent()

getAdapter

public Object getAdapter(Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable


Copyright © 2011. All Rights Reserved.