Uses of Class
UI.GEVAPropertyContainer

Packages that use GEVAPropertyContainer
UI   
 

Uses of GEVAPropertyContainer in UI
 

Subclasses of GEVAPropertyContainer in UI
 class GEVAPropertyColContainer
          Property container that shows the name value property as name above value.
 class GEVAPropertyRowContainer
          Property container that shows the name value property as name left-of value.
 

Constructors in UI with parameters of type GEVAPropertyContainer
GEVAChoiceProperty(GEVADirtyListener dirtyListener, GEVAPropertyContainer parent, java.lang.String type, java.lang.String title, java.lang.String name, java.lang.String comment, java.lang.String initial, java.lang.String params)
          Create a drop-down control
GEVAFileProperty(GEVADirtyListener dirtyListener, GEVAPropertyContainer parent, java.lang.String type, java.lang.String title, java.lang.String name, java.lang.String comment, java.lang.String initial, java.lang.String params)
          Create a text input and file browser button with file exists validation
GEVANumberProperty(GEVADirtyListener dirtyListener, GEVAPropertyContainer parent, java.lang.String type, java.lang.String title, java.lang.String name, java.lang.String comment, java.lang.String initial, java.lang.String params)
          Create a numeric input with spinner controls for mouse entry
GEVAStringProperty(GEVADirtyListener dirtyListener, GEVAPropertyContainer parent, java.lang.String type, java.lang.String title, java.lang.String name, java.lang.String comment, java.lang.String initial, java.lang.String params)
          Create a text input with regular express validation