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

Constructor Index

 o OpArrayConverter()

Method Index

 o convertFromString(String)
Returns a new instance of the type this converter converts, as specified by the string given.
 o convertToString(Object, StringBuffer)
Places a string representation of an instance of the type this converter converts into a string buffer.
 o viewableAsString()
Returns true if this type should be displayed in an editor.

Constructors

 o OpArrayConverter
  public OpArrayConverter()

Methods

 o 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
 o 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
 o 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