hades.models.rtlib
Class GenericRtlibObject.FlexibleLabelFormatter

java.lang.Object
  extended byhades.models.rtlib.GenericRtlibObject.FlexibleLabelFormatter
All Implemented Interfaces:
TextSource
Enclosing class:
GenericRtlibObject

public class GenericRtlibObject.FlexibleLabelFormatter
extends java.lang.Object
implements TextSource


Constructor Summary
GenericRtlibObject.FlexibleLabelFormatter()
           
 
Method Summary
 int getNumberFormat()
           
 java.lang.String getText()
          get the current value of the text from this TextSource
 void setNumberFormat(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRtlibObject.FlexibleLabelFormatter

public GenericRtlibObject.FlexibleLabelFormatter()
Method Detail

getNumberFormat

public int getNumberFormat()

setNumberFormat

public void setNumberFormat(int i)

getText

public java.lang.String getText()
Description copied from interface: TextSource
get the current value of the text from this TextSource

Specified by:
getText in interface TextSource