|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GEVAControl | |
---|---|
UI |
Uses of GEVAControl in UI |
---|
Subclasses of GEVAControl in UI | |
---|---|
class |
GEVABookContainer
The root container for all properties. |
class |
GEVAChoiceProperty
A name value control whose value is a drop down list. |
class |
GEVAContainerControl
Base control for all controls that are containers. |
class |
GEVAFileProperty
Input that allows files or directories to be chosen |
class |
GEVANumberProperty
A name value control that handles numeric inputs. |
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 |
GEVAPropertyControl
Base for controls that fit into a name/value container Row contaier shows as a 2xN GridBoxLayout as a [ Name | Value ] Col contaier shows as a name above value header/value |
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. |
class |
GEVAStringProperty
Input control that takes any value. |
Methods in UI that return GEVAControl | |
---|---|
GEVAControl |
GEVAActionEvent.getSource()
Get the control that fired the event |
Methods in UI with parameters of type GEVAControl | |
---|---|
void |
GEVASpringContainer.add(GEVAControl control)
|
void |
GEVAPropertyRowContainer.add(GEVAControl control)
|
void |
GEVAPropertyColContainer.add(GEVAControl control)
|
void |
GEVAPageContainer.add(GEVAControl control)
|
void |
GEVAContainerControl.add(GEVAControl control)
Add an awt component to the awt component that is this container. |
void |
GEVABookContainer.add(GEVAControl page)
|
Constructors in UI with parameters of type GEVAControl | |
---|---|
GEVAActionEvent(GEVAControl source,
int action,
java.lang.String string,
int command)
Create a new event |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |