IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester Proxy SDK Reference

Project Version 2.3

com.rational.test.ft.domain.java.swt
Class FontPropertyConverter

java.lang.Object   extended by com.rational.test.ft.domain.java.swt.FontPropertyConverter
All Implemented Interfaces:
com.rational.test.ft.value.property.IConvertPropertyClass

public class FontPropertyConverter
extends java.lang.Object
implements com.rational.test.ft.value.property.IConvertPropertyClass


Constructor Summary
FontPropertyConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Object theObject)
          Convert from the source class to the target class
 java.lang.String getSourceClassName()
          The source classname
 java.lang.String getTargetClassName()
          The target classname
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontPropertyConverter

public FontPropertyConverter()
Method Detail

getSourceClassName

public java.lang.String getSourceClassName()
The source classname

Specified by:
getSourceClassName in interface com.rational.test.ft.value.property.IConvertPropertyClass

getTargetClassName

public java.lang.String getTargetClassName()
The target classname

Specified by:
getTargetClassName in interface com.rational.test.ft.value.property.IConvertPropertyClass

convert

public java.lang.Object convert(java.lang.Object theObject)
Convert from the source class to the target class

Specified by:
convert in interface com.rational.test.ft.value.property.IConvertPropertyClass