talx x1.0.5

talx.view
Interface InboxGUI

All Superinterfaces:
ControllerListener, java.util.EventListener, GUIStateConstants, TALComponent
All Known Implementing Classes:
AbstractInbox

public interface InboxGUI
extends TALComponent, ControllerListener, GUIStateConstants

Interface that all top-level inbox components must implement.


Field Summary
static java.lang.String ARCHIVE
          The name string for archive GUI component.
static java.lang.String NAME
          The name string for this GUI component.
static java.lang.String PERSON
          The name string for mailbox GUI components.
static java.lang.String PLAYER
          The name string for mailbox GUI components.
 
Fields inherited from interface talx.model.GUIStateConstants
ACTIVE_COMMANDS, ARCHIVE_MESSAGE, CHOICE_DIALOG, COMPOSE_FOCUS, COMPOSE_WINDOW, COMPOSER_CAPTION, COMPOSER_DIRTY, CONFIRM_DIALOG, CURRENT_PEOPLE, CURRENT_PLAYER, DEFAULT_MESSAGE, DIALOG_FOCUS, DIALOG_TEXT, INBOX_FOCUS, INBOX_MAIL_COUNTS, INBOX_MAIL_COUNTS_ANSWERED, INBOX_MAIL_COUNTS_NEW, INBOX_PANEL, INBOX_PLAYER_CAPTIONS, NO_CHANGE, NO_MESSAGE, NO_PEOPLE, NO_PERSON, NO_PLAYER, READER_CAPTION, READER_FOCUS, READER_HEADERS, READER_WINDOW, STATE_ABBR, STATE_CONST, STATE_DESC
 
Method Summary
 java.util.Enumeration getMailBoxes()
           
 
Methods inherited from interface talx.view.TALComponent
getFocusCycleCurrent, getFocusCycleStart, getNextFocusOwner, getPreviousFocusOwner, isFocusable, isFocusCycleEnd
 
Methods inherited from interface talx.controller.ControllerListener
controllerChange, controllerChangeFinished, controllerChangeVetoed
 

Field Detail

NAME

public static final java.lang.String NAME
The name string for this GUI component.

See Also:
Constant Field Values

PERSON

public static final java.lang.String PERSON
The name string for mailbox GUI components.

See Also:
Constant Field Values

PLAYER

public static final java.lang.String PLAYER
The name string for mailbox GUI components.

See Also:
Constant Field Values

ARCHIVE

public static final java.lang.String ARCHIVE
The name string for archive GUI component.

See Also:
Constant Field Values
Method Detail

getMailBoxes

public java.util.Enumeration getMailBoxes()

talx x1.0.5

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