com.jxml.quick.qmap
Class QMapPropertyTF
java.lang.Object
|
+--com.jxml.quick.qmap.QMapPropertyTF
- All Implemented Interfaces:
- QTargetFactory
- Direct Known Subclasses:
- QMapFieldTF
- public class QMapPropertyTF
- extends Object
- implements QTargetFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QMapPropertyTF
public QMapPropertyTF()
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