Package org.eclipse.epf.richtext.actions

Interface Summary
IBaseRichTextAction The base interface for a rich text action.
IRichTextAction The interface for a rich text button action.
IRichTextComboAction The interface for a rich text combo action.
 

Class Summary
AddImageAction Adds an image to a rich text control.
AddLineAction Adds a horizontal bar to a rich text control.
AddLinkAction Adds a link to a rich text control.
AddOrderedListAction Adds an ordered list to a rich text control.
AddTableAction Adds a table to a rich text control.
AddUnorderedListAction Adds an unordered list to a rich text control.
BaseRichTextAction The abstract base class for all rich text action.
BlockTagAction Sets the font name for the selected text in a rich text control.
BoldAction Toggles the 'bold' attribute of the selected text in a rich text control.
ClearContentAction Clears the content of a rich text control.
CopyAction Copies the selected text in a rich text control to the clipboard.
CutAction Cuts the selected text in the rich text control to the clipboard.
FindReplaceAction Finds and replaces text in a rich text control.
FontNameAction Sets the font name for the selected text in a rich text control.
FontSizeAction Sets the font size for the selected text in a rich text control.
FontStyleAction Sets the font style for the selected text in a rich text control.
IndentAction Indents the selected text in a rich text control.
ItalicAction Toggles the 'italic' attribute of the selected text in a rich text control.
JustifyCenterAction Center justifies the selected text in a rich text control.
JustifyFullAction Fully justifies the selected text in a rich text control.
JustifyLeftAction Left justifies the selected text in a rich text control.
JustifyRightAction Right justifies the selected text in a rich text control.
OutdentAction Indents the selected text in a rich text control.
PasteAction Pastes text from the clipboard onto a rich text control.
RichTextAction The abstract implementation of a rich text action.
RichTextComboAction The abstract implementation of a rich text combo action.
SubscriptAction Toggles the subscript attribute of the selected text in a rich text control.
SuperscriptAction Toggles the superscript attribute of the selected text in a rich text control.
UnderlineAction Toggles the underline attribute of the selected text in a rich text control.