|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable
org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutable
org.xwiki.gwt.wysiwyg.client.plugin.color.exec.BackColorExecutable
public class BackColorExecutable
Changes the background color of the current selection. It executes the built-in command. We created this class solely
because in Mozilla the "backcolor" command sets the background color of the entire rich text area. The implementation
for Mozilla is in HiliteColorExecutable. We use deferred binding to load the proper class.
| Field Summary |
|---|
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutable |
|---|
command |
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable |
|---|
rta |
| Constructor Summary | |
|---|---|
BackColorExecutable(RichTextArea rta)
Creates a new executable of this type. |
|
| Method Summary |
|---|
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutable |
|---|
execute, getParameter, isEnabled, isExecuted, isSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackColorExecutable(RichTextArea rta)
rta - the execution target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||