com.jxml.quick.tf
Class QListPropertyTF

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

public class QListPropertyTF
extends Object
implements QTargetFactory


Constructor Summary
QListPropertyTF()
           
 
Method Summary
 void add(Object object, String name, String text, QAccess access, Object parent, QTargetFactory parentFactory, QContext context)
           
 Object create(QContext context)
           
 Field[] getFields(QContext context)
           
 String getName(Object object)
           
 PropertyDescriptor[] getPropertyDescriptors(QContext context)
           
 String getText(Object object, QContext context)
           
 boolean isInstance(Object object, QContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QListPropertyTF

public QListPropertyTF()
Method Detail

create

public Object create(QContext context)
              throws QPE
Specified by:
create in interface QTargetFactory

isInstance

public boolean isInstance(Object object,
                          QContext context)
Specified by:
isInstance in interface QTargetFactory

getName

public String getName(Object object)
Specified by:
getName in interface QTargetFactory

getText

public String getText(Object object,
                      QContext context)
               throws QPE
Specified by:
getText in interface QTargetFactory

add

public void add(Object object,
                String name,
                String text,
                QAccess access,
                Object parent,
                QTargetFactory parentFactory,
                QContext context)
         throws QPE
Specified by:
add in interface QTargetFactory

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors(QContext context)
                                            throws QPE
Specified by:
getPropertyDescriptors in interface QTargetFactory

getFields

public Field[] getFields(QContext context)
                  throws QPE
Specified by:
getFields in interface QTargetFactory