|
Class Summary |
| BeanHtmlPanel |
this class build a html description cotained in
file.html defined in the Description XML Document |
| BeanMethodInvoker |
|
| BeanTableEditor |
The model to edit a bean with a Jtable it can works
with any kind of object respecting javaBeans format
the properties showed are defined by the instance but
not in the super classes
just call new JTable (new BeanTableEditor (yourBeanObject)) |
| JBean |
the object to represent Jbean componant |
| JBeanCellEditor |
The editor for jfract Jtable cells.
|
| JBeanFactory |
JBeanFactory let you build swing componants
from an object thats implements BeanPanelManagable and JBeanableGetable |
| JBeanListTree |
|
| JBeanPanel |
|
| JBeanXmlDescriptor |
the class used to get the info from
xml file desriptor jfract.xml |
| PanelEditor |
This class build the PanelEditor that contain
a jTable representing the properties of the
object bean passed in the constructor |