NeedsUpdateControlDialog, ControlFramepublic abstract class ControlWindow extends ControlContainer implements NeedsUpdate
| Modifier and Type | Field | Description |
|---|---|---|
protected BooleanValue |
internalValue |
|
static int |
NAME |
|
protected boolean |
shouldShow |
|
protected boolean |
startingup |
|
static int |
VISIBLE |
|
protected boolean |
waitForReset |
children, radioButtonsACTION, isUnderEjs, METHOD_FOR_VARIABLE, METHOD_TRIGGER, myGroup, myObject, myPropertiesTable, VARIABLE_CHANGEDACTION_OFF, ACTION_ON, ACTION_PRESS, BACKGROUND, ENABLED, FONT, FOREGROUND, myVisual, PARENT, POSITION, TOOLTIP| Constructor | Description |
|---|---|
ControlWindow(java.lang.Object _visual) |
Constructor ControlWindow
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
adjustSize() |
|
void |
destroy() |
Clears any trace of myself (specially in the group)
|
void |
dispose() |
|
java.lang.String |
getPropertyInfo(java.lang.String _property) |
Returns information about a given property.
|
java.util.ArrayList<java.lang.String> |
getPropertyList() |
Returns the list of all properties that can be set for this
ControlElement.
|
Value |
getValue(int _index) |
Gets the value of any internal variable.
|
void |
hide() |
|
void |
reset() |
resets the element
|
void |
setDefaultValue(int _index) |
|
void |
setValue(int _index,
Value _value) |
Sets the value of the registered variables.
|
void |
setWaitForReset(boolean _option) |
|
void |
show() |
|
void |
update() |
add, getChildren, getContainer, informRadioGroup, remove, setPropertyaddAction, addAction, addAction, getGroup, getObject, getProperty, getSimulation, implementsProperty, initialize, invokeActions, invokeActions, isActive, propertyIsTypeOf, propertyType, removeAction, removeAction, setActive, setGroup, setProperties, toString, variableChanged, variableChangedDoNotUpdate, variablePropertiesClear, variablesChangedcreateVisual, getComponent, getIcon, getVisual, parseConstantpublic static final int NAME
public static final int VISIBLE
protected BooleanValue internalValue
protected boolean waitForReset
protected boolean startingup
protected boolean shouldShow
public ControlWindow(java.lang.Object _visual)
_visual - public void dispose()
public void show()
public void hide()
public void destroy()
ControlElementdestroy in class ControlElementpublic void setWaitForReset(boolean _option)
public void reset()
ControlElementreset in class ControlElementpublic void update()
update in interface NeedsUpdatepublic void adjustSize()
adjustSize in class ControlContainerpublic java.util.ArrayList<java.lang.String> getPropertyList()
ControlSwingElementgetPropertyList in class ControlSwingElementpublic java.lang.String getPropertyInfo(java.lang.String _property)
ControlSwingElementgetPropertyInfo in class ControlContainerpublic void setValue(int _index,
Value _value)
ControlSwingElementsetValue in class ControlSwingElement_index - A keyword index that distinguishes among variables_value - The object holding the value for the variable.public void setDefaultValue(int _index)
setDefaultValue in class ControlSwingElementpublic Value getValue(int _index)
ControlSwingElementgetValue in class ControlSwingElement_index - A keyword index that distinguishes among variables