|
talx x1.0.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface that all top-level composer components must implement.
| Field Summary | |
static java.lang.String |
CANCEL_BUTTON_NAME
The gui system name for the cancel button. |
static java.lang.String |
CLEAN_COMMAND
The command string for actions fired when the pane becomes clean. |
static java.lang.String |
DIRTY_COMMAND
The command string for actions fired when the pane becomes dirty. |
static java.lang.String |
EDIT_COMMAND
The command string for actions fired when the user completes an editing gesture. |
static java.lang.String |
MESSAGE_TEXT_NAME
The gui system name for the text component. |
static java.lang.String |
NAME
The gui system name for this frame. |
static java.lang.String |
POSTPONE_BUTTON_NAME
The gui system name for the save button. |
static java.lang.String |
SEND_BUTTON_NAME
The gui system name for the send button. |
static java.lang.String |
SENTENCE_COMMAND
The command string for actions fired when the user completes a sentence. |
static java.lang.String |
SUBJECT_FIELD_NAME
The gui system name for the template choose box. |
static java.lang.String |
WORD_COMMAND
The command string for actions fired when the user completes a word. |
| Method Summary | |
int[] |
getDeletions()
Returns the information on erasures. |
MailSystemDesktop |
getDesktop()
Returns the parent desktop. |
java.util.Enumeration |
getInternalControls()
Returns any controls that the user can access to compose a message. |
ComposerControl[] |
getMainControls()
Returns the abort button. |
java.lang.String |
getSubject()
Returns the subject entered into this reply. |
java.lang.String |
getText()
Returns the text entered into this reply. |
long |
getTime()
Returns the elapsed time since the composer was made visible. |
void |
reset()
Resets the time and deletion information. |
void |
setDeletions(int[] values)
|
void |
setSubject(java.lang.String text)
Sets the subject for this reply. |
void |
setText(java.lang.String value)
Enters the new text into the compose area. |
void |
setTime(long value)
|
| 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 |
public static final java.lang.String NAME
public static final java.lang.String MESSAGE_TEXT_NAME
public static final java.lang.String SEND_BUTTON_NAME
public static final java.lang.String POSTPONE_BUTTON_NAME
public static final java.lang.String CANCEL_BUTTON_NAME
public static final java.lang.String SUBJECT_FIELD_NAME
public static final java.lang.String DIRTY_COMMAND
public static final java.lang.String CLEAN_COMMAND
public static final java.lang.String WORD_COMMAND
public static final java.lang.String SENTENCE_COMMAND
public static final java.lang.String EDIT_COMMAND
| Method Detail |
public long getTime()
public void setTime(long value)
public int[] getDeletions()
public void setDeletions(int[] values)
public ComposerControl[] getMainControls()
public java.util.Enumeration getInternalControls()
public java.lang.String getSubject()
public void setSubject(java.lang.String text)
public java.lang.String getText()
public void setText(java.lang.String value)
public void reset()
public MailSystemDesktop getDesktop()
|
talx x1.0.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.