Class ConstantParser
java.lang.Object
org.opensourcephysics.ejs.control.ConstantParser
org.opensourcephysics.ejs.control.swing.ConstantParser
This class provides static methods that parse a string and return
a Value with the corresponding type and value, ready to be used by
the setValue() method of ControlElements
-
Field Summary
Fields inherited from class org.opensourcephysics.ejs.control.ConstantParser
NULL_COLOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Value
alignmentConstant
(String _value) static Value
constraintsConstant
(String _value) static Value
dimensionConstant
(String _value) static Value
layoutConstant
(Container _container, String _value) static Value
orientationConstant
(String _value) static Value
placementConstant
(String _value) static Value
pointConstant
(String _value) Methods inherited from class org.opensourcephysics.ejs.control.ConstantParser
booleanConstant, colorConstant, fontConstant, formatConstant, rectangleConstant
-
Constructor Details
-
ConstantParser
public ConstantParser()
-
-
Method Details
-
pointConstant
-
dimensionConstant
-
placementConstant
-
layoutConstant
-
constraintsConstant
-
orientationConstant
-
alignmentConstant
-