Uses of Class
org.sciplore.resources.Keyword

Packages that use Keyword
org.sciplore.resources   
 

Uses of Keyword in org.sciplore.resources
 

Methods in org.sciplore.resources that return Keyword
static Keyword Keyword.sync(Keyword k)
           
 

Methods in org.sciplore.resources that return types with arguments of type Keyword
 Set<Keyword> Document.getKeywords()
          Returns the keywords.
 

Methods in org.sciplore.resources with parameters of type Keyword
 void Document.addKeyword(Keyword k)
          Add a Keyword to the document.
static Keyword Keyword.sync(Keyword k)
           
 

Method parameters in org.sciplore.resources with type arguments of type Keyword
 void Document.setKeywords(Set<Keyword> keywords)
          Sets the keywords.