Uses of Class
org.wikimodel.wem.WikiFormat

Packages that use WikiFormat
org.wikimodel.wem   
org.wikimodel.wem.jspwiki   
org.wikimodel.wem.xhtml   
 

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 EmptyWemListener.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 CompositeListener.beginFormat(WikiFormat format)
           
 void PrintTextListener.beginFormat(WikiFormat format)
           
 void EmptyWemListener.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 CompositeListener.endFormat(WikiFormat format)
           
 void PrintTextListener.endFormat(WikiFormat format)
           
 

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)
           
 



Copyright © 2005-2009. All Rights Reserved.