| 
 | |||||||||
| 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.ControlTextArea
public class ControlTextArea
A configurable text. It has no internal value, nor can trigger any action.
| Field Summary | |
|---|---|
| protected  javax.swing.JTextArea | textarea | 
| 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 | |
|---|---|
| ControlTextArea(java.lang.Object _visual)Constructor ControlTextArea | |
| Method Summary | |
|---|---|
|  void | clear() | 
| 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.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 | print(java.lang.String s) | 
|  void | println(java.lang.String s) | 
|  void | reset()resets the element | 
|  void | setDefaultValue(int _index) | 
|  void | setValue(int _index,
         Value _value)Sets the value of the registered variables. | 
| Methods inherited from class org.opensourcephysics.ejs.control.swing.ControlSwingElement | 
|---|
| getIcon, getVisual, parseConstant | 
| 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, setActive, setGroup, setProperties, setProperty, 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 javax.swing.JTextArea textarea
| Constructor Detail | 
|---|
public ControlTextArea(java.lang.Object _visual)
_visual - | Method Detail | 
|---|
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 java.awt.Component getComponent()
ControlSwingElementControlElement,
 the one that is added to a container.
getComponent in class ControlSwingElementpublic void reset()
ControlElement
reset in class ControlElementpublic java.util.ArrayList<java.lang.String> getPropertyList()
ControlSwingElement
getPropertyList in class ControlSwingElementpublic java.lang.String getPropertyInfo(java.lang.String _property)
ControlSwingElement
getPropertyInfo in class ControlSwingElement
public void setValue(int _index,
                     Value _value)
ControlSwingElement
setValue 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)
ControlSwingElement
getValue in class ControlSwingElement_index - A keyword index that distinguishes among variables
public void clear()
public void println(java.lang.String s)
public void print(java.lang.String s)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||