Package | Description |
---|---|
net.sf.mmm.client.ui.gwt.widgets.richtext |
Contains the
RichTextToolbar and related classes. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractClickFeatureBehavior
The abstract base implementation of a
FeatureBehavior for a feature that is
clicked as a regular Button . |
(package private) class |
AbstractColorFeatureBehavior
A variant of
AbstractClickFeatureBehavior for a selection feature that is
offered as a combobox. |
(package private) class |
AbstractFeatureBehavior
This is the abstract base implementation of
FeatureBehavior . |
(package private) class |
AbstractSelectionFeatureBehavior
A variant of
AbstractClickFeatureBehavior for a selection feature that is
offered as a combobox. |
(package private) class |
AbstractSimpleClickFeatureBehavior
A simple variant of
AbstractClickFeatureBehavior . |
(package private) class |
AbstractToggleFeatureBehavior
The abstract base implementation of a
FeatureBehavior for a feature that has
a Boolean state that is toggled if toolbar widget is clicked. |
(package private) class |
FeatureBehaviorAlignCenter
This is the implementation of
FeatureBehavior for RichTextFeature.ALIGN_CENTER . |
(package private) class |
FeatureBehaviorAlignLeft
This is the implementation of
FeatureBehavior for RichTextFeature.ALIGN_LEFT . |
(package private) class |
FeatureBehaviorAlignRight
This is the implementation of
FeatureBehavior for RichTextFeature.ALIGN_RIGHT . |
(package private) class |
FeatureBehaviorBackgroundColor
This is the implementation of
FeatureBehavior for RichTextFeature.BACKGROUND_COLOR . |
(package private) class |
FeatureBehaviorBold
This is the implementation of
FeatureBehavior for RichTextFeature.BOLD . |
(package private) class |
FeatureBehaviorFontColor
This is the implementation of
FeatureBehavior for RichTextFeature.FONT_COLOR . |
(package private) class |
FeatureBehaviorFontFamily
This is the implementation of
FeatureBehavior for RichTextFeature.FONT_FAMILY . |
(package private) class |
FeatureBehaviorFontSize
This is the implementation of
FeatureBehavior for RichTextFeature.FONT_FAMILY . |
(package private) class |
FeatureBehaviorHorizontalLine
This is the implementation of
FeatureBehavior for RichTextFeature.HORIZONTAL_LINE . |
(package private) class |
FeatureBehaviorIndent
This is the implementation of
FeatureBehavior for RichTextFeature.INDENT . |
(package private) class |
FeatureBehaviorInsertImage
This is the implementation of
FeatureBehavior for RichTextFeature.FONT_FAMILY . |
(package private) class |
FeatureBehaviorInsertLink
This is the implementation of
FeatureBehavior for RichTextFeature.FONT_FAMILY . |
(package private) class |
FeatureBehaviorItalic
This is the implementation of
FeatureBehavior for RichTextFeature.ITALIC . |
(package private) class |
FeatureBehaviorOrderedList
This is the implementation of
FeatureBehavior for RichTextFeature.ORDERED_LIST . |
(package private) class |
FeatureBehaviorOutdent
This is the implementation of
FeatureBehavior for RichTextFeature.OUTDENT . |
(package private) class |
FeatureBehaviorRedo
This is the implementation of
FeatureBehavior for RichTextFeature.REDO . |
(package private) class |
FeatureBehaviorRemoveFormat
This is the implementation of
FeatureBehavior for RichTextFeature.REMOVE_FORMAT . |
(package private) class |
FeatureBehaviorStrikethrough
This is the implementation of
FeatureBehavior for RichTextFeature.STRIKETHROUGH . |
(package private) class |
FeatureBehaviorSubscript
This is the implementation of
FeatureBehavior for RichTextFeature.SUBSCRIPT . |
(package private) class |
FeatureBehaviorSuperscript
This is the implementation of
FeatureBehavior for RichTextFeature.SUPERSCRIPT . |
(package private) class |
FeatureBehaviorUnderline
This is the implementation of
FeatureBehavior for RichTextFeature.UNDERLINE . |
(package private) class |
FeatureBehaviorUndo
This is the implementation of
FeatureBehavior for RichTextFeature.UNDO . |
(package private) class |
FeatureBehaviorUnorderedList
This is the implementation of
FeatureBehavior for RichTextFeature.UNORDERED_LIST . |
Modifier and Type | Field and Description |
---|---|
private Map<RichTextFeature,FeatureBehavior> |
RichTextToolbar.behaviorMap |
Modifier and Type | Method and Description |
---|---|
private FeatureBehavior |
RichTextToolbar.getBehavior(RichTextFeature feature) |
Modifier and Type | Method and Description |
---|---|
private void |
RichTextToolbar.addBehavior(FeatureBehavior behavior) |
Copyright © 2001–2016 mmm-Team. All rights reserved.