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

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

Methods in org.xwiki.editor.tool.autocomplete that return types with arguments of type HintData
 SortedSet<HintData> Hints.getHints()
           
 

Methods in org.xwiki.editor.tool.autocomplete with parameters of type HintData
 int HintData.compareTo(HintData hintData)
           
 Hints Hints.withHints(HintData... values)
          Build an instance of Hints.
 

Method parameters in org.xwiki.editor.tool.autocomplete with type arguments of type HintData
 Hints Hints.withHints(Collection<HintData> values)
          Build an instance of Hints.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.