Groovy Documentation

org.codehaus.griffon.runtime.slideware
[Java] Class DefaultGriffonSlideClass

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractGriffonClass
      org.codehaus.griffon.runtime.core.DefaultGriffonClass
          org.codehaus.griffon.runtime.slideware.DefaultGriffonSlideClass
All Implemented Interfaces:
GriffonSlideClass

public class DefaultGriffonSlideClass
extends DefaultGriffonClass

Authors:
Andres Almiray


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

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

Constructor Detail

DefaultGriffonSlideClass

public DefaultGriffonSlideClass(GriffonApplication app, Class clazz)


 

Groovy Documentation