Uses of Class
org.xwiki.diff.display.InlineDiffChunk.Type

Uses of InlineDiffChunk.Type in org.xwiki.diff.display
 

Methods in org.xwiki.diff.display that return InlineDiffChunk.Type
 InlineDiffChunk.Type InlineDiffChunk.getType()
           
static InlineDiffChunk.Type InlineDiffChunk.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InlineDiffChunk.Type[] InlineDiffChunk.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.xwiki.diff.display with parameters of type InlineDiffChunk.Type
InlineDiffChunk(InlineDiffChunk.Type type, List<E> elements)
          Creates a new chunk with the specified type and elements.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.