JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.beans
Class StyleWrapper

java.lang.Object
  |
  +--com.klg.jclass.table.beans.StyleWrapper
All Implemented Interfaces:
Serializable

public class StyleWrapper
extends Object
implements Serializable

StyleWrapper wraps up the representations of the cells styles. It is used for the styles property in LiveTable.

See Also:
Serialized Form

Field Summary
 com.klg.jclass.table.CellRangeValue[] styles
           
 
Constructor Summary
StyleWrapper(com.klg.jclass.table.CellRangeValue[] styles)
          Creates a StyleWrapper instance for the given array representing the sell styles.
 
Method Summary
 String getJavaInitializationString()
          Returns a fragment of Java code representing an initializer for the current value.
protected  String makeArrayString()
           
 String toString()
          Returns a representation of this wrapper values as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

styles

public com.klg.jclass.table.CellRangeValue[] styles
Constructor Detail

StyleWrapper

public StyleWrapper(com.klg.jclass.table.CellRangeValue[] styles)
Creates a StyleWrapper instance for the given array representing the sell styles.

Parameters:
styles - CellRangeValue[] representation of the sell styles
Method Detail

toString

public String toString()
Returns a representation of this wrapper values as a string.

Overrides:
toString in class Object
Returns:
a string that must be used by a property editor.

getJavaInitializationString

public String getJavaInitializationString()
Returns a fragment of Java code representing an initializer for the current value.

Returns:
a string that must be used by a property editor.

makeArrayString

protected String makeArrayString()

Copyright © 2004 Quest Software Inc..
All rights reserved.