org.eclipse.emf.cdo.ui.ide
Class Node
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.emf.cdo.ui.ide.Node
- All Implemented Interfaces:
- IAdaptable
- Direct Known Subclasses:
- Node.BranchNode, Node.PackagesNode, Node.ResourcesNode, Node.SessionsNode
- public abstract class Node
- extends PlatformObject
Adaptable
abstraction for an UI representation of basic CDO concepts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Node
public Node(IRepositoryProject repositoryProject)
getRepositoryProject
public IRepositoryProject getRepositoryProject()
getText
public abstract String getText()
getImageKey
public abstract String getImageKey()
getChildren
public Object[] getChildren()
getParent
public Object getParent()
getType
public abstract Node.Type getType()
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.