Uses of Class
org.eclipse.net4j.util.lifecycle.ILifecycleState

Packages that use ILifecycleState
org.eclipse.net4j.util.lifecycle A framework for components with a simple lifecycle. 
 

Uses of ILifecycleState in org.eclipse.net4j.util.lifecycle
 

Methods in org.eclipse.net4j.util.lifecycle that return ILifecycleState
 ILifecycleState Lifecycle.getLifecycleState()
           
 ILifecycleState ILifecycle.Introspection.getLifecycleState()
           
static ILifecycleState LifecycleUtil.getLifecycleState(java.lang.Object object)
           
static ILifecycleState ILifecycleState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ILifecycleState[] ILifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.