Uses of Class
org.wikimodel.wem.WikiStyle

Packages that use WikiStyle
org.wikimodel.wem   
org.wikimodel.wem.impl   
org.wikimodel.wem.xhtml.handler   
 

Uses of WikiStyle in org.wikimodel.wem
 

Fields in org.wikimodel.wem declared as WikiStyle
static WikiStyle IWemConstants.BIG
          Bigger font
static WikiStyle IWemConstants.CITE
          Inline citation.
static WikiStyle IWemConstants.CODE
          Program code.
static WikiStyle IWemConstants.DEL
          Deleted Text
static WikiStyle IWemConstants.EM
          Emphasis (should be used as a replacement for the "i" element).
static WikiStyle IWemConstants.INS
          Inserted Text
static WikiStyle IWemConstants.MONO
          FIXME: there is no such a symbol.
static WikiStyle IWemConstants.REF
          References...
static WikiStyle IWemConstants.SMALL
          Smaller font.
static WikiStyle IWemConstants.STRIKE
          Strike-through
static WikiStyle IWemConstants.STRONG
          Strong emphasis.
static WikiStyle IWemConstants.SUB
          Subscript
static WikiStyle IWemConstants.SUP
          Superscript
static WikiStyle IWemConstants.TT
          Fixed pitch font.
 

Methods in org.wikimodel.wem that return types with arguments of type WikiStyle
 List<WikiStyle> WikiFormat.getStyles()
           
 

Methods in org.wikimodel.wem with parameters of type WikiStyle
 WikiFormat WikiFormat.addStyle(WikiStyle style)
          Creates a new style set and adds the given style to it.
 boolean WikiFormat.hasStyle(WikiStyle style)
           
 WikiFormat WikiFormat.removeStyle(WikiStyle style)
          Creates a new style set which does not contain the specified style.
 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.
 

Constructors in org.wikimodel.wem with parameters of type WikiStyle
WikiFormat(WikiStyle style)
           
WikiFormat(WikiStyle[] styles)
           
WikiFormat(WikiStyle style, Collection<WikiParameter> params)
           
 

Constructor parameters in org.wikimodel.wem with type arguments of type WikiStyle
WikiFormat(Set<WikiStyle> styles)
           
WikiFormat(Set<WikiStyle> styles, Collection<WikiParameter> params)
           
 

Uses of WikiStyle in org.wikimodel.wem.impl
 

Methods in org.wikimodel.wem.impl with parameters of type WikiStyle
 void WikiScannerContext.beginFormat(WikiStyle wikiStyle)
           
 void IWikiScannerContext.beginFormat(WikiStyle wikiStyle)
           
 void InternalWikiScannerContext.beginFormat(WikiStyle wikiStyle)
           
 boolean WikiScannerContext.checkFormatStyle(WikiStyle style)
           
 boolean IWikiScannerContext.checkFormatStyle(WikiStyle style)
           
 boolean InternalWikiScannerContext.checkFormatStyle(WikiStyle style)
           
 void WikiScannerContext.endFormat(WikiStyle wikiStyle)
           
 void IWikiScannerContext.endFormat(WikiStyle wikiStyle)
           
 void InternalWikiScannerContext.endFormat(WikiStyle wikiStyle)
           
 void WikiScannerContext.onFormat(WikiStyle wikiStyle)
           
 void IWikiScannerContext.onFormat(WikiStyle wikiStyle)
           
 void InternalWikiScannerContext.onFormat(WikiStyle wikiStyle)
           
 void WikiScannerContext.onFormat(WikiStyle wikiStyle, boolean forceClose)
           
 void IWikiScannerContext.onFormat(WikiStyle wikiStyle, boolean forceClose)
           
 void InternalWikiScannerContext.onFormat(WikiStyle wikiStyle, boolean forceClose)
           
 

Uses of WikiStyle in org.wikimodel.wem.xhtml.handler
 

Constructors in org.wikimodel.wem.xhtml.handler with parameters of type WikiStyle
AbstractFormatTagHandler(WikiStyle style)
           
 



Copyright © 2005-2012. All Rights Reserved.