Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.gui » config » model » [javadoc | source]
org.jfree.report.modules.gui.config.model
public class: TextConfigDescriptionEntry [javadoc | source]
java.lang.Object
   org.jfree.report.modules.gui.config.model.ConfigDescriptionEntry
      org.jfree.report.modules.gui.config.model.TextConfigDescriptionEntry
The text config description entry represents an configuration key, where users may enter free-form text.
Constructor:
 public TextConfigDescriptionEntry(String keyName) 
    Creates a new text description entry for the given configuration key.
    Parameters:
    keyName - the keyname of this entry.
Method from org.jfree.report.modules.gui.config.model.TextConfigDescriptionEntry Summary:
equals,   hashCode
Methods from org.jfree.report.modules.gui.config.model.ConfigDescriptionEntry:
equals,   getDescription,   getKeyName,   hashCode,   isGlobal,   isHidden,   setDescription,   setGlobal,   setHidden
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.gui.config.model.TextConfigDescriptionEntry Detail:
 public boolean equals(Object o) 
 public int hashCode()