Uses of Class
fulmine.model.container.IContainer.DataState

Packages that use IContainer.DataState
fulmine.model.container   
fulmine.model.container.events   
 

Uses of IContainer.DataState in fulmine.model.container
 

Methods in fulmine.model.container that return IContainer.DataState
static IContainer.DataState IContainer.DataState.fromOrdinal(int ordinal)
          Find the enum from its ordinal
 IContainer.DataState IContainer.getDataState()
          Get the container's data state.
 IContainer.DataState AbstractContainer.getDataState()
           
static IContainer.DataState IContainer.DataState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IContainer.DataState[] IContainer.DataState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in fulmine.model.container with parameters of type IContainer.DataState
protected  void AbstractEventProcessingContainer.doStateChangeOp(IContainer.DataState oldState)
           
protected  void AbstractContainer.doStateChangeOp(IContainer.DataState oldState)
          Perform the operation when the AbstractContainer.dataState changes.
 void IContainer.setState(IContainer.DataState dataState)
          Set the container state.
 void AbstractContainer.setState(IContainer.DataState stateCode)
           
 

Uses of IContainer.DataState in fulmine.model.container.events
 

Methods in fulmine.model.container.events that return IContainer.DataState
 IContainer.DataState ContainerStateChangeEvent.getNewState()
          Get the new state of the container
 IContainer.DataState ContainerStateChangeEvent.getOldState()
          Get the previous state of the container
 

Constructors in fulmine.model.container.events with parameters of type IContainer.DataState
ContainerStateChangeEvent(IEventManager context, IContainer container, IContainer.DataState newState, IContainer.DataState oldState)
          Standard constructor
 



Copyright © 2007-2009. All Rights Reserved.