talx x1.0.5

Uses of Class
talx.model.GUIState

Packages that use GUIState
talx.controller Defines the behaviors for the system. 
talx.controller.base Defines the "standard" behaviors for the system. 
talx.controller.mixed Defines behaviors that are approximately equal to the base package. 
talx.controller.simple Defines behaviors that are less advanced than the base package. 
talx.events Provides system notification classes for use in other packages. 
talx.model Provides state information for the entire application, and access to the transport system. 
talx.view.inbox Provides visual components for selecting a correspondent. 
talx.view.reader Provides visual components for reading a message. 
 

Uses of GUIState in talx.controller
 

Methods in talx.controller that return GUIState
static GUIState HandlerUtils.setComposeCaption(GUIState s, Settings settings)
          Returns a state with an appropriate composer caption.
 GUIState Controller.getGUIState()
          Returns the current visual state of the application.
 

Methods in talx.controller with parameters of type GUIState
static javax.mail.internet.MimeMessage HandlerUtils.constructMessageFromComposer(Controller c, GUIState state, javax.mail.internet.MimeBodyPart[] attachments)
          Constructs a message from the data in the composer and state.
static GUIState HandlerUtils.setComposeCaption(GUIState s, Settings settings)
          Returns a state with an appropriate composer caption.
 void Controller.setGUIState(GUIState s)
          Sets the current visual state to the given state.
 boolean ActionHandler.canRun(GUIState state, Controller c)
          This method tells the controller whether the given handler will function in the given GUIState.
 

Uses of GUIState in talx.controller.base
 

Methods in talx.controller.base with parameters of type GUIState
 boolean ReaderHandler.canRun(GUIState state, Controller c)
           
 boolean InboxHandler.canRun(GUIState state, Controller c)
           
 boolean ComposerHandler.canRun(GUIState state, Controller c)
           
 

Uses of GUIState in talx.controller.mixed
 

Methods in talx.controller.mixed that return GUIState
 GUIState ReaderHandler.setComposeCaption(GUIState s, Settings settings)
          Returns a state with an appropriate composer caption.
 

Methods in talx.controller.mixed with parameters of type GUIState
 boolean ReaderHandler.canRun(GUIState state, Controller c)
           
 GUIState ReaderHandler.setComposeCaption(GUIState s, Settings settings)
          Returns a state with an appropriate composer caption.
 boolean InboxHandler.canRun(GUIState state, Controller c)
           
 boolean ComposerHandler.canRun(GUIState state, Controller c)
           
 

Uses of GUIState in talx.controller.simple
 

Methods in talx.controller.simple with parameters of type GUIState
 boolean MixedInboxHandler.canRun(GUIState state, Controller c)
           
 boolean MixedComposerHandler.canRun(GUIState state, Controller c)
           
 boolean InboxHandler.canRun(GUIState state, Controller c)
           
 boolean ComposerHandler.canRun(GUIState state, Controller c)
           
 boolean BusyInboxHandler.canRun(GUIState state, Controller c)
           
 boolean BusyComposerHandler.canRun(GUIState state, Controller c)
           
 

Uses of GUIState in talx.events
 

Fields in talx.events declared as GUIState
protected  GUIState ControllerChangeEvent.state
          The state of the GUI.
 

Methods in talx.events that return GUIState
 GUIState ControllerChangeEvent.getGUIState()
           
 

Constructors in talx.events with parameters of type GUIState
ControllerChangeEvent(java.lang.Object source, GUIState s)
           
ChangeFinishedEvent(java.awt.event.ActionEvent ev, GUIState s, ActionHandler ah)
           
 

Uses of GUIState in talx.model
 

Methods in talx.model that return GUIState
 GUIState GUIState.setMask(long addMask, long removeMask)
          Returns a new GUIState with addMask added and removeMask removed.
 GUIState GUIState.setMask(long mask)
          Returns a new GUIstate with mask added and all other bits removed.
 GUIState GUIState.setMessage(javax.mail.internet.MimeMessage m)
          Returns a new GUIState with the given message.
 GUIState GUIState.put(java.lang.String key, java.io.Serializable value)
          Adds the given key value pair.
static GUIState GUIState.fromString(java.lang.String source)
          Converts the output of toString back to a GUIstate object.
 

Methods in talx.model with parameters of type GUIState
 void TransportToolkit.fireMailAbortEvent(javax.mail.internet.MimeMessage reply, long time, int del_words, int del_chars, GUIState state)
          Fires a mail abort event to all store listeners.
 void TransportToolkit.fireMailPostponedEvent(javax.mail.internet.MimeMessage reply, long time, int del_words, int del_chars, GUIState state)
          Fires a mail postponed event to all store listeners.
 void TransportToolkit.fireSendMailEvent(javax.mail.internet.MimeMessage reply, long time, int del_words, int del_chars, GUIState state)
          Fires a mail sent event to all listeners.
 void TransportToolkit.removeDrafts(GUIState state)
           
 void TransportToolkit.saveDraft(javax.mail.internet.MimeMessage reply, GUIState state)
           
 

Uses of GUIState in talx.view.inbox
 

Fields in talx.view.inbox declared as GUIState
protected  GUIState AbstractInbox.currentState
          Informs the run method how to draw.
 

Uses of GUIState in talx.view.reader
 

Fields in talx.view.reader declared as GUIState
protected  GUIState BasicReader.currentState
           
 


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.