com.jxml.quick.engine
Class QFactoryAccess

java.lang.Object
  |
  +--com.jxml.quick.access.QAccess
        |
        +--com.jxml.quick.access.QListAccess
              |
              +--com.jxml.quick.engine.QFactoryAccess
Direct Known Subclasses:
QSubclassAccess

public class QFactoryAccess
extends QListAccess


Constructor Summary
QFactoryAccess()
           
 
Method Summary
protected  List getList(Object parent, QContext context)
           
 
Methods inherited from class com.jxml.quick.access.QListAccess
add, createIterator, readable, reserve, set, setIteratorParent, writeable
 
Methods inherited from class com.jxml.quick.access.QAccess
allocateIterator, releaseIterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QFactoryAccess

public QFactoryAccess()
Method Detail

getList

protected List getList(Object parent,
                       QContext context)
                throws QPE
Overrides:
getList in class QListAccess