Groovy Documentation

org.codehaus.griffon.runtime.chart
[Java] Class DefaultGriffonChartClass

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractGriffonClass
      org.codehaus.griffon.runtime.core.DefaultGriffonClass
          org.codehaus.griffon.runtime.chart.DefaultGriffonChartClass
All Implemented Interfaces:
GriffonChartClass

public class DefaultGriffonChartClass
extends DefaultGriffonClass

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class DefaultGriffonClass
STANDARD_PROPERTIES
 
Fields inherited from class AbstractGriffonClass
STANDARD_PROPERTIES
 
Constructor Summary
DefaultGriffonChartClass(GriffonApplication app, Class clazz)

 
Method Summary
 
Methods inherited from class DefaultGriffonClass
equals, toString, hashCode, getName, newInstance, getPackageName, getClazz, getMetaClass, setMetaClass, getPropertyValue, getPropertyValue, hasProperty, hasMetaProperty, hasMetaMethod, hasMetaMethod, getPropertyType, getPropertyDescriptors, getPropertyName, getShortName, getLogicalPropertyName, getNaturalName, getApp, getArtifactType, getFullName, getReferenceInstance, getPropertiesWithFields, isReadableProperty, getMetaProperties, getStaticPropertyValue, getPropertyValueObject, isClosureMetaProperty, resetCaches, updateMetaClass, getEventNames, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class AbstractGriffonClass
equals, toString, hashCode, getName, newInstance, getPackageName, getClazz, getMetaClass, setMetaClass, getPropertyValue, getPropertyValue, hasProperty, hasMetaProperty, hasMetaMethod, hasMetaMethod, getPropertyType, getPropertyDescriptors, getPropertyName, getShortName, getLogicalPropertyName, getNaturalName, getApp, getArtifactType, getFullName, getReferenceInstance, getPropertiesWithFields, isReadableProperty, getMetaProperties, getStaticPropertyValue, getPropertyValueObject, isClosureMetaProperty, resetCaches, updateMetaClass, getEventNames, wait, wait, wait, getClass, notify, notifyAll
 

Constructor Detail

DefaultGriffonChartClass

public DefaultGriffonChartClass(GriffonApplication app, Class clazz)


 

Groovy Documentation