org.rosuda.JGR.rhelp
Class IndexEntry

java.lang.Object
  extended by org.rosuda.JGR.rhelp.IndexEntry

public class IndexEntry
extends Object

IndexEntry.java from R-project modified version for being able to use it with JGR


Constructor Summary
IndexEntry(String entry, String keywords, String aliases, String desc, String url)
           
 
Method Summary
 String getAliases()
           
 String getDescription()
           
 String getEntry()
           
 String getURL()
           
 boolean matches(String aString, boolean searchDesc, boolean searchKeywords, boolean searchAliases)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexEntry

public IndexEntry(String entry,
                  String keywords,
                  String aliases,
                  String desc,
                  String url)
Method Detail

matches

public boolean matches(String aString,
                       boolean searchDesc,
                       boolean searchKeywords,
                       boolean searchAliases)

getDescription

public String getDescription()

getEntry

public String getEntry()

getAliases

public String getAliases()

getURL

public String getURL()