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: ClassConfigDescriptionEntry [javadoc | source]
java.lang.Object
   org.jfree.report.modules.gui.config.model.ConfigDescriptionEntry
      org.jfree.report.modules.gui.config.model.ClassConfigDescriptionEntry
A config description entry that describes class name configurations. The specified class in the configuration is forced to be a subclass of the specified base class.
Constructor:
 public ClassConfigDescriptionEntry(String keyName) 
    Creates a new config description entry.
    Parameters:
    keyName - the full name of the key.
Method from org.jfree.report.modules.gui.config.model.ClassConfigDescriptionEntry Summary:
equals,   getBaseClass,   hashCode,   setBaseClass
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.ClassConfigDescriptionEntry Detail:
 public boolean equals(Object o) 
 public Class getBaseClass() 
    Returns the base class used to verify the configuration values.
 public int hashCode() 
 public  void setBaseClass(Class baseClass) 
    Defines the base class for this configuration entry.