Groovy Documentation

simplejpa.swing
[Groovy] Class ListCellRendererFactory

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

class ListCellRendererFactory
extends AbstractFactory

Constructor Summary
ListCellRendererFactory()

 
Method Summary
boolean isLeaf()

ListCellRenderer newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

 
Methods inherited from class AbstractFactory
onNodeChildren, onNodeCompleted, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, 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

ListCellRendererFactory

ListCellRendererFactory()


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

ListCellRenderer newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


 

Groovy Documentation