|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.epf.richtext.RichTextCommand
Defines the editing commands supported by the default rich text control and editor.
| Field Summary | |
|---|---|
static java.lang.String |
ADD_HTML
Adds a HTML fragment. |
static java.lang.String |
ADD_IMAGE
Adds an image. |
static java.lang.String |
ADD_LINE
Adds a horizontal line. |
static java.lang.String |
ADD_LINK
Adds a link. |
static java.lang.String |
ADD_ORDERED_LIST
Adds an ordered list. |
static java.lang.String |
ADD_TABLE
Adds a table. |
static java.lang.String |
ADD_UNORDERED_LIST
Adds an unordered list. |
static java.lang.String |
BACKGROUND_COLOR
Sets the background color of the selected text. |
static java.lang.String |
BOLD
Toggles the 'bold' attribute of the selected text. |
static java.lang.String |
CLEAR_CONTENT
Clears the rich text content. |
static java.lang.String |
COPY
Copies the selected text to the clipboard. |
static java.lang.String |
CUT
Cuts the selected text to the clipboard. |
static java.lang.String |
DELETE
Deletes the selected text. |
static java.lang.String |
FIND_TEXT
Finds text. |
static java.lang.String |
FORGROUND_COLOR
Sets the foreground color of the selected text. |
static java.lang.String |
FORMAT_BLOCK
Formats the selected text. |
static java.lang.String |
GET_SELECTED_TEXT
Returns the selected text. |
static java.lang.String |
GET_TEXT
Gets the HTML source. |
static java.lang.String |
INDENT
Indents the selected text. |
static java.lang.String |
INSERT_TEXT
Inserts text over the current selection. |
static java.lang.String |
ITALIC
Toggles the 'italic' attribute of the selected text. |
static java.lang.String |
JUSTIFY_CENTER
Center justifies the selected text. |
static java.lang.String |
JUSTIFY_FULL
Fully justifies the selected text. |
static java.lang.String |
JUSTIFY_LEFT
Left justifies the selected text. |
static java.lang.String |
JUSTIFY_RIGHT
Right justifies the selected text. |
static java.lang.String |
OUTDENT
Outdents the selected text. |
static java.lang.String |
PASTE
Pastes text from the clipboard. |
static java.lang.String |
REDO
Redoes the previous command. |
static java.lang.String |
REMOVE_FORMAT
Removes the current formatting of the selected text. |
static java.lang.String |
REPLACE_ALL_TEXT
Replaces all text. |
static java.lang.String |
REPLACE_TEXT
Replaces the selected text. |
static java.lang.String |
SAVE
Saves the editor |
static java.lang.String |
SAVE_ALL
Saves all editors |
static java.lang.String |
SELECT_ALL
Selects all text. |
static java.lang.String |
SET_EDITABLE
Sets whether the content can be edited. |
static java.lang.String |
SET_FOCUS
Sets focus to this control. |
static java.lang.String |
SET_FONT_NAME
Sets the font name for the selected text. |
static java.lang.String |
SET_FONT_SIZE
Sets the font size for the selected text. |
static java.lang.String |
SET_FONT_STYLE
Sets the font style for the selected text. |
static java.lang.String |
SET_HEIGHT
Sets the height of this control. |
static java.lang.String |
SET_TEXT
Sets the HTML source. |
static java.lang.String |
STRIKE_THROUGH
Toggles the 'strike-through' attribute of the selected text. |
static java.lang.String |
SUBSCRIPT
Toggles the subscript attribute of the selected text. |
static java.lang.String |
SUPERSCRIPT
Toggles the superscript attribute of the selected text. |
static java.lang.String |
UNDERLINE
Toggles the underline attribute of the selected text. |
static java.lang.String |
UNDO
Undoes the previous command. |
static java.lang.String |
UNLINK
Converts a link to normal text. |
| Constructor Summary | |
|---|---|
RichTextCommand()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String ADD_HTML
public static final java.lang.String ADD_IMAGE
public static final java.lang.String ADD_LINE
public static final java.lang.String ADD_LINK
public static final java.lang.String INSERT_TEXT
public static final java.lang.String ADD_ORDERED_LIST
public static final java.lang.String ADD_TABLE
public static final java.lang.String ADD_UNORDERED_LIST
public static final java.lang.String BACKGROUND_COLOR
public static final java.lang.String BOLD
public static final java.lang.String CLEAR_CONTENT
public static final java.lang.String COPY
public static final java.lang.String CUT
public static final java.lang.String DELETE
public static final java.lang.String FIND_TEXT
public static final java.lang.String GET_TEXT
public static final java.lang.String FORGROUND_COLOR
public static final java.lang.String FORMAT_BLOCK
public static final java.lang.String GET_SELECTED_TEXT
public static final java.lang.String INDENT
public static final java.lang.String ITALIC
public static final java.lang.String JUSTIFY_CENTER
public static final java.lang.String JUSTIFY_FULL
public static final java.lang.String JUSTIFY_LEFT
public static final java.lang.String JUSTIFY_RIGHT
public static final java.lang.String OUTDENT
public static final java.lang.String PASTE
public static final java.lang.String REPLACE_ALL_TEXT
public static final java.lang.String REPLACE_TEXT
public static final java.lang.String REDO
public static final java.lang.String REMOVE_FORMAT
public static final java.lang.String SAVE
public static final java.lang.String SAVE_ALL
public static final java.lang.String SELECT_ALL
public static final java.lang.String SET_FONT_NAME
public static final java.lang.String SET_FONT_SIZE
public static final java.lang.String SET_FONT_STYLE
public static final java.lang.String SET_EDITABLE
public static final java.lang.String SET_FOCUS
public static final java.lang.String SET_HEIGHT
public static final java.lang.String SET_TEXT
public static final java.lang.String STRIKE_THROUGH
public static final java.lang.String SUBSCRIPT
public static final java.lang.String SUPERSCRIPT
public static final java.lang.String UNDERLINE
public static final java.lang.String UNDO
public static final java.lang.String UNLINK
| Constructor Detail |
public RichTextCommand()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||