com.jxml.quick.swing
Class AddQPanelAccess

java.lang.Object
  |
  +--com.jxml.quick.access.QAccess
        |
        +--com.jxml.quick.swing.AddAccess
              |
              +--com.jxml.quick.swing.AddQPanelAccess

public class AddQPanelAccess
extends AddAccess


Constructor Summary
AddQPanelAccess()
           
 
Method Summary
 void add(Object parent, QTargetFactory parentFactory, Object child, QContext context)
           
 
Methods inherited from class com.jxml.quick.swing.AddAccess
readable, writeable
 
Methods inherited from class com.jxml.quick.access.QAccess
allocateIterator, createIterator, releaseIterator, reserve, set, setIteratorParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddQPanelAccess

public AddQPanelAccess()
Method Detail

add

public void add(Object parent,
                QTargetFactory parentFactory,
                Object child,
                QContext context)
         throws QPE
Overrides:
add in class AddAccess