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

Constructor Index

 o PropPanel(Component, int)

Method Index

 o addField(Component)
 o addField(Component, PropField)

Constructors

 o PropPanel
  public PropPanel(Component master,
                   int height)

Methods

 o addField
  public void addField(Component comp,
                       PropField pf)
 o addField
  public void addField(Component comp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index