com.jxml.quick.swing
Class BoxWrapper

java.lang.Object
  |
  +--com.jxml.quick.swing.BoxWrapper
All Implemented Interfaces:
QBiModal

public class BoxWrapper
extends Object
implements QBiModal


Field Summary
 int axis
           
 Box box
           
 ArrayList components
           
 Object constraints
           
 
Constructor Summary
BoxWrapper()
           
 
Method Summary
 String getQText()
           
 void setQText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axis

public int axis

constraints

public Object constraints

box

public Box box

components

public ArrayList components
Constructor Detail

BoxWrapper

public BoxWrapper()
Method Detail

getQText

public String getQText()
Specified by:
getQText in interface QBiModal

setQText

public void setQText(String text)
Specified by:
setQText in interface QBiModal