Groovy Documentation

simplejpa.swing
[Groovy] Class TableColumnConfig

java.lang.Object
  groovy.util.AbstractFactory
      simplejpa.swing.TableColumnConfig

@Deprecated
class TableColumnConfig
extends AbstractFactory

Nested Class Summary
class TableColumnConfig.HeaderRenderer

class TableColumnConfig.LinkRenderer

 
Constructor Summary
TableColumnConfig()

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

 
Methods inherited from class AbstractFactory
isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent, isLeaf, getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, newInstance
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableColumnConfig

TableColumnConfig()


 
Method Detail

newInstance

@Override
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation