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

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

public class GMFMapNavigatorGroup
extends GMFMapAbstractNavigatorItem

Generated

Method Summary
 void addChild(Object child)
           
 void addChildren(Collection children)
           
 boolean equals(Object obj)
           
 Object[] getChildren()
           
 String getGroupName()
           
 String getIcon()
           
 String getModelID()
           
 boolean isEmpty()
           
 
Methods inherited from class org.eclipse.gmf.map.editor.navigator.GMFMapAbstractNavigatorItem
getAdapter, getParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroupName

public String getGroupName()
Generated

getIcon

public String getIcon()
Generated

getChildren

public Object[] getChildren()
Generated

addChildren

public void addChildren(Collection children)
Generated

addChild

public void addChild(Object child)
Generated

isEmpty

public boolean isEmpty()
Generated

getModelID

public String getModelID()
Specified by:
getModelID in class GMFMapAbstractNavigatorItem
Generated

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
Generated


Copyright © 2012. All Rights Reserved.