public class ControlSplitPanel extends ControlContainer
| Modifier and Type | Field | Description |
|---|---|---|
protected javax.swing.JSplitPane |
splitpanel |
children, radioButtonsACTION, isUnderEjs, METHOD_FOR_VARIABLE, METHOD_TRIGGER, myGroup, myObject, myPropertiesTable, VARIABLE_CHANGEDACTION_OFF, ACTION_ON, ACTION_PRESS, BACKGROUND, ENABLED, FONT, FOREGROUND, myVisual, NAME, PARENT, POSITION, SIZE, TOOLTIP, VISIBLE| Constructor | Description |
|---|---|
ControlSplitPanel(java.lang.Object _visual) |
Constructor ControlSplitPanel
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(ControlElement _child) |
adds a child control
|
protected java.awt.Component |
createVisual(java.lang.Object _visual) |
Creates the visual component of this
ControlElement,
the one you can configure graphically. |
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.
|
Value |
parseConstant(java.lang.String _propertyType,
java.lang.String _value) |
Checks if a value can be considered a valid constant value for a property
If not, it returns null, meaning the value can be considered to be
a GroupVariable or a primitive constant.
|
void |
reset() |
resets the element
|
void |
setDefaultValue(int _index) |
|
void |
setValue(int _index,
Value _value) |
Sets the value of the registered variables.
|
adjustSize, getChildren, getContainer, informRadioGroup, remove, setPropertyaddAction, addAction, addAction, destroy, getGroup, getObject, getProperty, getSimulation, implementsProperty, initialize, invokeActions, invokeActions, isActive, propertyIsTypeOf, propertyType, removeAction, removeAction, setActive, setGroup, setProperties, toString, variableChanged, variableChangedDoNotUpdate, variablePropertiesClear, variablesChangedgetComponent, getIcon, getVisualpublic ControlSplitPanel(java.lang.Object _visual)
_visual - protected java.awt.Component createVisual(java.lang.Object _visual)
ControlSwingElementControlElement,
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 reset()
ControlElementreset in class ControlElementpublic void add(ControlElement _child)
ControlContaineradd in class ControlContainer_child - the child controlpublic java.util.ArrayList<java.lang.String> getPropertyList()
ControlSwingElementgetPropertyList in class ControlSwingElementpublic java.lang.String getPropertyInfo(java.lang.String _property)
ControlSwingElementgetPropertyInfo in class ControlContainerpublic Value parseConstant(java.lang.String _propertyType, java.lang.String _value)
ControlSwingElementparseConstant in class ControlSwingElementpublic 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