Uses of Class
org.eclipse.emf.cdo.ui.ide.Node.Type

Packages that use Node.Type
org.eclipse.emf.cdo.ui.ide Reusable UI IDE components specific to the CDO Model Repository. 
 

Uses of Node.Type in org.eclipse.emf.cdo.ui.ide
 

Methods in org.eclipse.emf.cdo.ui.ide that return Node.Type
abstract  Node.Type Node.getType()
           
 Node.Type Node.BranchNode.getType()
           
 Node.Type Node.PackagesNode.getType()
           
 Node.Type Node.ResourcesNode.getType()
           
 Node.Type Node.SessionsNode.getType()
           
static Node.Type Node.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Node.Type[] Node.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.