Uses of Class
UI.GEVAContainerControl

Packages that use GEVAContainerControl
UI   
 

Uses of GEVAContainerControl in UI
 

Subclasses of GEVAContainerControl in UI
 class GEVABookContainer
          The root container for all properties.
 class GEVAPageContainer
          Pages that appear in the Book control.
 class GEVAPropertyColContainer
          Property container that shows the name value property as name above value.
 class GEVAPropertyContainer
          Base class for property containers.
 class GEVAPropertyRowContainer
          Property container that shows the name value property as name left-of value.
 class GEVASpringContainer
          Creates a container that fills empty space on the page.
 

Fields in UI declared as GEVAContainerControl
protected  GEVAContainerControl GEVAControl.parent
          All controls have a parent (though a Book will have a null parent)
 

Methods in UI that return GEVAContainerControl
 GEVAContainerControl GEVAControl.getParent()
          Get this control's parent control
 

Constructors in UI with parameters of type GEVAContainerControl
GEVAContainerControl(GEVADirtyListener dirtyListener, GEVAContainerControl parent, java.lang.String type, java.lang.String title, java.lang.String comment)