com.jxml.quick.tf
Class QFieldTF

java.lang.Object
  |
  +--com.jxml.quick.tf.QPropertyTF
        |
        +--com.jxml.quick.tf.QFieldTF
All Implemented Interfaces:
QTargetFactory

public class QFieldTF
extends QPropertyTF


Constructor Summary
QFieldTF()
           
 
Method Summary
 void add(Object object, String name, String text, QAccess access, Object parent, QTargetFactory parentFactory, QContext context)
           
 Object create(QContext context)
           
 String getText(Object object, QContext context)
           
 boolean isInstance(Object object, QContext context)
           
 
Methods inherited from class com.jxml.quick.tf.QPropertyTF
getFields, getName, getPropertyDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QFieldTF

public QFieldTF()
Method Detail

create

public Object create(QContext context)
              throws QPE
Overrides:
create in class QPropertyTF

isInstance

public boolean isInstance(Object object,
                          QContext context)
Overrides:
isInstance in class QPropertyTF

getText

public String getText(Object object,
                      QContext context)
               throws QPE
Overrides:
getText in class QPropertyTF

add

public void add(Object object,
                String name,
                String text,
                QAccess access,
                Object parent,
                QTargetFactory parentFactory,
                QContext context)
         throws QPE
Overrides:
add in class QPropertyTF