|
||||||||||
| 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.HiliteColorExecutable
public class HiliteColorExecutable
Changes the background color of the current selection in Mozilla. It executes the built-in command "hilitecolor". We
created this class solely because in Mozilla the "backcolor" command sets the background color of the entire rich
text area. The implementation for the other browsers is in BackColorExecutable. 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 | |
|---|---|
HiliteColorExecutable(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 HiliteColorExecutable(RichTextArea rta)
rta - the execution target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||