jfract V1.0a

Package org.jfract.beanEditor

Interface Summary
BeanPanelManagable this interface should be implemented for a JPanel representation, for exemple @see org.jfract.beanEditor.samples.LissajouAnim
JBeanable global interface for BeanPanelManagable and JBeanManagable
JBeanableGetable The interfece to implement to return the implementation of JBeanable in the construtor just add the code : jBeanable = JBeanFactory.getJbeanableImpl(this); and define the getter for jBeanable object
JBeanManagable This interface is used by JBeanFactory object to define the global JBeanable
 

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
 


jfract V1.0a

Generee le 27.09.2002 08:21:59 PM