Uses of Package
com.sas.util.transforms

Packages that use com.sas.util.transforms
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.util.transforms Interfaces and implementations for objects which transform data from one representation or type to another. 
 

Classes in com.sas.util.transforms used by com.sas.swing.visuals
TransformInterfaceEditor
           
 

Classes in com.sas.util.transforms used by com.sas.util.transforms
ColorToStringTransform
          ColorToStringTransform converts a java.awt.Color object to a String.
ComponentToNameTransform
           
DictionaryInterfaceToStringTransform
          Deprecated. use StaticDictionaryInterfaceToStringTransform
EchoCharacterTransform
          Default echo character is '*'.
FeatureDescriptorToNameTransform
          FeatureDescriptorToNameTransform converts a Beans FeatureDescriptor to a String containing the feature name.
FormatTransform
          Transform between numeric and String data using a
IndexedGetInterfaceToTreeInterfaceTransform
          IndexedGetInterfaceToTreeInterfaceTransform transform an object which implements IndexedGetInterface to an object which implements TreeInterface.
ObjectArrayToTreeInterfaceTransform
           
ObjectCloneTransform
           
ObjectToAnalysisVariableTransform
           
ObjectToClassificationVariableTransform
           
ObjectToNodeInterfaceTransform
           
ObjectToPlotVariableTransform
           
ObjectToVariableTransform
           
ParseTransform
          Transform from String to numeric data using a
PrintableInterfaceToPDFDataSourceTransform
           
SASBooleanToBooleanTransform
           
SASColorStringToSystemColorTransform
           
SASColorToStringTransform
           
SASFontListToFontStyleTransform
           
SASJustToHorizontalOrientationTransform
           
SelectableItemToNameTransform
           
StaticCollectionInterfaceToStringTransform
          A transform for converting a StaticCollectionInterface to a String.
StaticDictionaryInterfaceToStringTransform
          A transform for converting a StaticDictionaryInterface to a String
StaticOrderedCollectionInterfaceToStringTransform
          A transform for converting a StaticOrderedCollectionInterface to a String For example, a given a collection that contains the values "com.sas" null "webAF" 1 then invoking this transorm on the collection String s t.transform(collection) will yield the string "com.sas",null,"webAF",a.
StringArrayToTreeInterfaceTransform
           
StringListInterfaceToStringTransform
          A transform for converting a StringListInterface to a String
StringToCollectionInterfaceTransform
          A transform for converting a String to a CollectionInterface.
StringToColorTransform
          StringToColorTransform converts a String to a java.awt.Color object.
StringToDictionaryInterfaceTransform
          A transform for converting a String to a DictionaryInterface.
StringToHorizontalOrientationTransform
           
StringToMessageOrientationTransform
           
StringToOrderedCollectionInterfaceTransform
          A transform for converting a String to a OrderedCollectionInterface.
StringToStringArrayTransform
           
StringToStringListInterfaceTransform
          A transform for converting a String to a String ListInterface
StringToURLTransform
           
StringToVerticalOrientationTransform
           
SwingNodeToTbeanNodeTransform
           
TableDataToCSVDataSourceTransform
           
TreePathToNodeExpandedTextStringTransform
          Transform a


Copyright © 2009 SAS Institute Inc. All Rights Reserved.