Class sunsoft.jws.visual.rt.type.OpArrayConverter
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.type.OpArrayConverter
java.lang.Object
|
+----sunsoft.jws.visual.rt.type.Converter
|
+----sunsoft.jws.visual.rt.type.OpArrayConverter
- public class OpArrayConverter
- extends Converter
Converts an array of Op to a string and back again.
- See Also:
- Op
-
OpArrayConverter()
-
-
convertFromString(String)
- Returns a new instance of the type this converter converts, as
specified by the string given.
-
convertToString(Object, StringBuffer)
- Places a string representation of an instance of the type this
converter converts into a string buffer.
-
viewableAsString()
- Returns true if this type should be displayed in an editor.
OpArrayConverter
public OpArrayConverter()
convertToString
public void convertToString(Object obj,
StringBuffer buf)
- Places a string representation of an instance of the type this
converter converts into a string buffer.
- Overrides:
- convertToString in class Converter
convertFromString
public Object convertFromString(String s)
- Returns a new instance of the type this converter converts, as
specified by the string given.
- Overrides:
- convertFromString in class Converter
viewableAsString
public boolean viewableAsString()
- Returns true if this type should be displayed in an editor.
For the attribute editor, a return value of false means that the
the textfield will be hidden.
- Returns:
- false
- Overrides:
- viewableAsString in class Converter
All Packages Class Hierarchy This Package Previous Next Index