Uses of Class
org.xwiki.editor.tool.autocomplete.TargetContentType

Uses of TargetContentType in org.xwiki.editor.tool.autocomplete
 

Methods in org.xwiki.editor.tool.autocomplete that return TargetContentType
 TargetContentType TargetContent.getType()
           
static TargetContentType TargetContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetContentType[] TargetContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.xwiki.editor.tool.autocomplete with parameters of type TargetContentType
TargetContent(String content, int position, TargetContentType type)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.