|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.ejs.control.ControlElement
org.opensourcephysics.ejs.control.swing.ControlSwingElement
org.opensourcephysics.ejs.control.swing.ControlContainer
public abstract class ControlContainer
A configurable Container
Field Summary | |
---|---|
protected java.util.Vector<ControlElement> |
children
|
protected java.util.Vector<ControlElement> |
radioButtons
|
Fields inherited from class org.opensourcephysics.ejs.control.swing.ControlSwingElement |
---|
ACTION_OFF, ACTION_ON, ACTION_PRESS, BACKGROUND, ENABLED, FONT, FOREGROUND, myVisual, NAME, PARENT, POSITION, SIZE, TOOLTIP, VISIBLE |
Fields inherited from class org.opensourcephysics.ejs.control.ControlElement |
---|
ACTION, isUnderEjs, METHOD_FOR_VARIABLE, METHOD_TRIGGER, myGroup, myObject, myPropertiesTable, VARIABLE_CHANGED |
Constructor Summary | |
---|---|
ControlContainer(java.lang.Object _visual)
Constructor ControlContainer |
Method Summary | |
---|---|
void |
add(ControlElement _child)
adds a child control |
void |
adjustSize()
|
java.util.Vector<ControlElement> |
getChildren()
Returns the vector of children |
java.awt.Container |
getContainer()
|
java.lang.String |
getPropertyInfo(java.lang.String _property)
Returns information about a given property. |
void |
informRadioGroup(ControlRadioButton _source,
boolean _state)
|
void |
remove(ControlElement _child)
removes a child control |
ControlElement |
setProperty(java.lang.String _property,
java.lang.String _value)
Sets a property for this ControlElement . |
Methods inherited from class org.opensourcephysics.ejs.control.swing.ControlSwingElement |
---|
createVisual, getComponent, getIcon, getPropertyList, getValue, getVisual, parseConstant, setDefaultValue, setValue |
Methods inherited from class org.opensourcephysics.ejs.control.ControlElement |
---|
addAction, addAction, addAction, destroy, getGroup, getObject, getProperty, getSimulation, implementsProperty, initialize, invokeActions, invokeActions, isActive, propertyIsTypeOf, propertyType, removeAction, removeAction, reset, setActive, setGroup, setProperties, toString, variableChanged, variableChangedDoNotUpdate, variablePropertiesClear, variablesChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.Vector<ControlElement> radioButtons
protected java.util.Vector<ControlElement> children
Constructor Detail |
---|
public ControlContainer(java.lang.Object _visual)
_visual
- Method Detail |
---|
public java.awt.Container getContainer()
public void add(ControlElement _child)
_child
- the child controlpublic void adjustSize()
public java.util.Vector<ControlElement> getChildren()
public void remove(ControlElement _child)
_child
- the child controlpublic void informRadioGroup(ControlRadioButton _source, boolean _state)
public java.lang.String getPropertyInfo(java.lang.String _property)
ControlSwingElement
getPropertyInfo
in class ControlSwingElement
public ControlElement setProperty(java.lang.String _property, java.lang.String _value)
ControlElement
ControlElement
. Implementing
classes are responsible of deciding (by declaring them in the
getPropertyList() method) what properties turn into visual
changes, or different behaviour, of the ControlElement.
However, every propery is accepted, even if it is not meaningful for a particular implementation of this interface. This can serve as a repository of information for future use.
Implementing classes should make sure that the following
requirements are met:
setProperty
in class ControlElement
setProperty
GroupControl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |