public class ControlDialog extends ControlWindow
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JDialog |
dialog |
internalValue, NAME, shouldShow, startingup, VISIBLE, waitForReset
children, radioButtons
ACTION_OFF, ACTION_ON, ACTION_PRESS, BACKGROUND, ENABLED, FONT, FOREGROUND, myVisual, PARENT, POSITION, TOOLTIP
ACTION, isUnderEjs, METHOD_FOR_VARIABLE, METHOD_TRIGGER, myGroup, myObject, myPropertiesTable, VARIABLE_CHANGED
Constructor and Description |
---|
ControlDialog(java.lang.Object _visual) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.Component |
createVisual(java.lang.Object _visual)
Creates the visual component of this
ControlElement ,
the one you can configure graphically. |
java.awt.Component |
getComponent()
Returns the component of this
ControlElement ,
the one that is added to a container. |
java.awt.Container |
getContainer() |
java.lang.String |
getPropertyInfo(java.lang.String _property)
Returns information about a given property.
|
java.util.ArrayList |
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 |
replaceVisual(java.awt.Frame _owner) |
void |
setDefaultValue(int _index) |
void |
setValue(int _index,
Value _value)
Sets the value of the registered variables.
|
adjustSize, destroy, dispose, hide, reset, setWaitForReset, show, update
add, getChildren, informRadioGroup, remove, setProperty
getIcon, getVisual, parseConstant
addAction, addAction, addAction, getGroup, getObject, getProperty, getSimulation, implementsProperty, initialize, invokeActions, invokeActions, isActive, propertyIsTypeOf, propertyType, removeAction, removeAction, setActive, setGroup, setProperties, toString, variableChanged, variableChangedDoNotUpdate, variablePropertiesClear, variablesChanged
protected java.awt.Component createVisual(java.lang.Object _visual)
ControlSwingElement
ControlElement
,
the one you can configure graphically.
If an object of an appropriate class is provided, it is used as
the visual.createVisual
in class ControlSwingElement
_visual
- The javax.swing.JComponent to be wrappedpublic void replaceVisual(java.awt.Frame _owner)
public java.awt.Component getComponent()
ControlSwingElement
ControlElement
,
the one that is added to a container.getComponent
in class ControlSwingElement
public java.awt.Container getContainer()
getContainer
in class ControlContainer
public java.util.ArrayList getPropertyList()
ControlSwingElement
getPropertyList
in class ControlWindow
public java.lang.String getPropertyInfo(java.lang.String _property)
ControlSwingElement
getPropertyInfo
in class ControlWindow
public void setValue(int _index, Value _value)
ControlSwingElement
setValue
in class ControlWindow
_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 ControlWindow
public Value getValue(int _index)
ControlSwingElement
getValue
in class ControlWindow
_index
- A keyword index that distinguishes among variables