talx x1.0.5

talx.view
Interface ReaderGUI

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

public interface ReaderGUI
extends TALComponent, ControllerListener, GUIStateConstants

This class displays a mail message.


Field Summary
static java.lang.String DELETE_BUTTON_NAME
          The registered name for the delete button.
static java.lang.String NAME
          The registered name for mail readers.
static java.lang.String REPLY_BUTTON_NAME
          The registered name for the reply button.
static java.lang.String SAVE_BUTTON_NAME
          The registered name for the save button.
static java.lang.String WRITE_BUTTON_NAME
          The registered name for the write button.
 
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
 ReaderControl[] getControls()
          Returns the reply button.
 MailSystemDesktop getDesktop()
          Returns this MailReader's desktop.
 javax.swing.JScrollBar getScrollbar()
          Returns the mechanism used for scrolling.
 
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 registered name for mail readers.

See Also:
Constant Field Values

WRITE_BUTTON_NAME

public static final java.lang.String WRITE_BUTTON_NAME
The registered name for the write button.

See Also:
Constant Field Values

REPLY_BUTTON_NAME

public static final java.lang.String REPLY_BUTTON_NAME
The registered name for the reply button.

See Also:
Constant Field Values

DELETE_BUTTON_NAME

public static final java.lang.String DELETE_BUTTON_NAME
The registered name for the delete button.

See Also:
Constant Field Values

SAVE_BUTTON_NAME

public static final java.lang.String SAVE_BUTTON_NAME
The registered name for the save button.

See Also:
Constant Field Values
Method Detail

getDesktop

public MailSystemDesktop getDesktop()
Returns this MailReader's desktop.


getControls

public ReaderControl[] getControls()
Returns the reply button.


getScrollbar

public javax.swing.JScrollBar getScrollbar()
Returns the mechanism used for scrolling.


talx x1.0.5

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