|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WikiFormat | |
|---|---|
| org.wikimodel.wem | |
| org.wikimodel.wem.impl | |
| org.wikimodel.wem.jspwiki | |
| org.wikimodel.wem.xhtml | |
| org.wikimodel.wem.xml | |
| org.wikimodel.wem.xwiki.xwiki20 | |
| Uses of WikiFormat in org.wikimodel.wem |
|---|
| Fields in org.wikimodel.wem declared as WikiFormat | |
|---|---|
static WikiFormat |
WikiFormat.EMPTY
|
| Methods in org.wikimodel.wem that return WikiFormat | |
|---|---|
WikiFormat |
WikiFormat.addStyle(WikiStyle style)
Creates a new style set and adds the given style to it. |
protected WikiFormat |
WikiFormat.getClone()
|
WikiFormat |
WikiFormat.removeStyle(WikiStyle style)
Creates a new style set which does not contain the specified style. |
WikiFormat |
WikiFormat.setParameters(Collection<WikiParameter> params)
|
WikiFormat |
WikiFormat.switchStyle(WikiStyle wikiStyle)
Creates a new format object where the specified style is switched: if this format contains the given style then the resulting format does not and vice versa. |
| Methods in org.wikimodel.wem with parameters of type WikiFormat | |
|---|---|
void |
PrintTextListener.beginFormat(WikiFormat format)
|
void |
IWemListenerInline.beginFormat(WikiFormat format)
This method is called at the beginning of a sequence of in-line elements having the specified formatting parameters. |
void |
EventDumpListener.beginFormat(WikiFormat format)
|
void |
EmptyWemListener.beginFormat(WikiFormat format)
|
void |
CompositeListener.beginFormat(WikiFormat format)
|
void |
AgregatingWemListener.beginFormat(WikiFormat format)
|
void |
PrintTextListener.endFormat(WikiFormat format)
|
void |
IWemListenerInline.endFormat(WikiFormat format)
This method is called to notify about the end of a sequence of in-line elements having common formatting parameters. |
void |
EventDumpListener.endFormat(WikiFormat format)
|
void |
EmptyWemListener.endFormat(WikiFormat format)
|
void |
CompositeListener.endFormat(WikiFormat format)
|
void |
AgregatingWemListener.endFormat(WikiFormat format)
|
| Uses of WikiFormat in org.wikimodel.wem.impl |
|---|
| Fields in org.wikimodel.wem.impl declared as WikiFormat | |
|---|---|
protected WikiFormat |
InternalWikiScannerContext.fFormat
|
protected WikiFormat |
InternalWikiScannerContext.fNewFormat
|
| Uses of WikiFormat in org.wikimodel.wem.jspwiki |
|---|
| Methods in org.wikimodel.wem.jspwiki with parameters of type WikiFormat | |
|---|---|
void |
JspWikiSerializer.beginFormat(WikiFormat format)
|
void |
JspWikiSerializer.endFormat(WikiFormat format)
|
| Uses of WikiFormat in org.wikimodel.wem.xhtml |
|---|
| Methods in org.wikimodel.wem.xhtml with parameters of type WikiFormat | |
|---|---|
void |
PrintInlineListener.beginFormat(WikiFormat format)
|
void |
PrintInlineListener.endFormat(WikiFormat format)
|
| Uses of WikiFormat in org.wikimodel.wem.xml |
|---|
| Methods in org.wikimodel.wem.xml with parameters of type WikiFormat | |
|---|---|
void |
WemInlineTagNotifier.beginFormat(WikiFormat format)
|
void |
WemInlineTagNotifier.endFormat(WikiFormat format)
|
protected Map<String,String> |
AbstractTagNotifier.tagParams(WikiFormat format)
|
protected Map<String,String> |
AbstractTagNotifier.userParams(WikiFormat format)
|
| Uses of WikiFormat in org.wikimodel.wem.xwiki.xwiki20 |
|---|
| Methods in org.wikimodel.wem.xwiki.xwiki20 with parameters of type WikiFormat | |
|---|---|
void |
XWikiSerializer2.beginFormat(WikiFormat format)
|
void |
XWikiSerializer2.endFormat(WikiFormat format)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||