Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.util.transforms

Interfaces and implementations for objects which transform data from one representation or type to another.

See:
          Description

Class Summary
AssociationListItemToKeyTransform  
BaseFormatTransform Transform between numeric and String data using a ColorToStringTransform ColorToStringTransform converts a java.awt.Color object to a String.
ComponentToNameTransform  
CSVStreamToTableModelTransform The CSVStreamToTableModelTransform allows a CSV stream (from a file or other source) to be read in and converted into a model for JTable (or any other viewer which uses a TableModel as its model).
DictionaryInterfaceToStringTransform Deprecated. use StaticDictionaryInterfaceToStringTransform
EchoCharacterTransform Default echo character is '*'.
EnumerationTransform An Enumeration which applies a transform to all the elements.
FeatureDescriptorToNameTransform FeatureDescriptorToNameTransform converts a Beans FeatureDescriptor to a String containing the feature name.
FileVerifierTransform This is a transform designed to be used on a link between a component generating filenames (ie. com.sas.io.FileList) and a component which uses filenames to access data (ie. com.sas.visuals.ImageView).
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  
ObjectToPropertyValueTransform ObjectToPropertyValueTransform transforms an Object into the value of one of its properties.
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.
StringToSASColorTransform StringToSASColorTransform converts a String to a com.sas.awt.Color object.
StringToStringArrayTransform  
StringToStringListInterfaceTransform A transform for converting a String to a String ListInterface
StringToURLTransform  
StringToVerticalOrientationTransform  
SwingNodeToTbeanNodeTransform  
TableDataToCSVDataSourceTransform  
ToDataSourceTransform  
TransformInterfaceEditor  
Transforms The Transforms class manages the list of registered transforms used by the property linking mechanism of the com.sas.LinkPropertiesInterface and com.sas.PropertyLinkAdaptor.
TreePathToNodeExpandedTextStringTransform Transform a

Package com.sas.util.transforms Description

Interfaces and implementations for objects which transform data from one representation or type to another.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.