com.jxml.quick.tf
Class QListFieldTF

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

public class QListFieldTF
extends QListPropertyTF


Constructor Summary
QListFieldTF()
           
 
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.QListPropertyTF
getFields, getName, getPropertyDescriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QListFieldTF

public QListFieldTF()
Method Detail

create

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

isInstance

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

getText

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

add

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