Uses of Class
org.apache.shale.examples.mailreaderjpa.State

Uses of State in org.apache.shale.examples.mailreaderjpa
 

Methods in org.apache.shale.examples.mailreaderjpa that return State
 State Master.getState()
          Return the per-user State instance we are associated with.
 State MainMenu.getState()
          Return the per-user State instance we are associated with.
 State Detail.getState()
          Return the per-user State instance we are associated with.
 State Logon.getState()
          Return the per-user State instance we are associated with.
 

Methods in org.apache.shale.examples.mailreaderjpa with parameters of type State
 void Master.setState(State state)
          Set the per-user State instance we are associated with.
 void MainMenu.setState(State state)
          Set the per-user State instance we are associated with.
 void Detail.setState(State state)
          Set the per-user State instance we are associated with.
 void Logon.setState(State state)
          Set the per-user State instance we are associated with.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.