Groovy Documentation

simplejpa.swing
[Groovy] Class MaskTextFieldFactory

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

class MaskTextFieldFactory
extends AbstractFactory

Field Summary
private org.slf4j.Logger LOG

 
Constructor Summary
MaskTextFieldFactory()

 
Method Summary
boolean isLeaf()

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
 

Field Detail

LOG

private org.slf4j.Logger LOG


 
Constructor Detail

MaskTextFieldFactory

MaskTextFieldFactory()


 
Method Detail

isLeaf

@Override
boolean isLeaf()


newInstance

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


 

Groovy Documentation