hades.models.rtlib
Class GenericRtlibObject.HexValueLabelFormatter

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

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


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

Constructor Detail

GenericRtlibObject.HexValueLabelFormatter

public GenericRtlibObject.HexValueLabelFormatter()
Method Detail

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