com.jxml.quick.tf
Class QStringTF
java.lang.Object
|
+--com.jxml.quick.tf.QStringTF
- All Implemented Interfaces:
- QTargetFactory
- Direct Known Subclasses:
- QBooleanTF
- public class QStringTF
- extends Object
- implements QTargetFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QStringTF
public QStringTF()
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
create
public Object create(String text,
QContext context)
throws QPE
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