Uses of Class
com.fruitioninc.jwc.Memento

Packages that use Memento
com.fruitioninc.jwc Provides a set of graphical components for developing web applications. 
 

Uses of Memento in com.fruitioninc.jwc
 

Methods in com.fruitioninc.jwc that return Memento
static Memento ApplicationStateManager.extractState(Application application)
          Extract the state of an application.
static Memento ApplicationStateManager.extractNonvisibleState(Application application)
          Extract the state of an application excluding state from the visible page.
 

Methods in com.fruitioninc.jwc with parameters of type Memento
 void TableStateManager.getProperties(Memento momento, Component component)
           
 void StateManager.getProperties(Memento state, Component component)
          Add the state of a component to a Memento object.
 void DefaultStateManager.getProperties(Memento state, Component component)
          Add the state of a component to a momento.