|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.plugin.font.DefaultStringMatcher
org.xwiki.gwt.wysiwyg.client.plugin.font.AbstractFontMatcher
public abstract class AbstractFontMatcher
Abstract font Matcher.
| Field Summary | |
|---|---|
protected Element |
container
The container element where the matching takes place. |
protected Element |
left
The element with the left value. |
protected Element |
right
The element with the right value. |
| Constructor Summary | |
|---|---|
AbstractFontMatcher(java.lang.String text)
Creates a new abstract font matcher that uses the given text to match font properties. |
|
| Method Summary |
|---|
| Methods inherited from class org.xwiki.gwt.wysiwyg.client.plugin.font.DefaultStringMatcher |
|---|
match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Element container
protected final Element left
protected final Element right
| Constructor Detail |
|---|
public AbstractFontMatcher(java.lang.String text)
text - the text used to match font properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||