Class iicm.widgets.PropPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.widgets.PropPanel
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----iicm.widgets.PropPanel
  -  public class PropPanel
  -  extends Panel
PropPanel - panel which layouts components
based on PropField size requests
   
  -   PropPanel(Component, int) PropPanel(Component, int)
-  
   
  -   addField(Component) addField(Component)
-  
  
-   addField(Component, PropField) addField(Component, PropField)
-  
   
 PropPanel
PropPanel
  public PropPanel(Component master,
                   int height)
   
 addField
addField
  public void addField(Component comp,
                       PropField pf)
 addField
addField
  public void addField(Component comp)
All Packages  Class Hierarchy  This Package  Previous  Next  Index