Uses of Class
com.sas.lang.StringData

Packages that use StringData
com.sas.awt Provides extensions of java.awt components which implement com.sas.ComponentInterface 
com.sas.lang The classes in this package provide objects which hold Java primitive types as bound properties. 
com.sas.models Interfaces and classes for models which may be displayed in various viewers. 
com.sas.util Utility classes for com.sas.servlet. 
 

Uses of StringData in com.sas.awt
 

Fields in com.sas.awt declared as StringData
protected  StringData TextArea.defaultModel
           
 

Uses of StringData in com.sas.lang
 

Methods in com.sas.lang with parameters of type StringData
 boolean StringData.equals(StringData other)
          Tests if this object equals another StringData object
 

Uses of StringData in com.sas.models
 

Subclasses of StringData in com.sas.models
 class StatusStringData
          StatusStringData is a class that extends from StringData that changes the text back to the model text after some amount of time after the text is set.
 

Uses of StringData in com.sas.util
 

Subclasses of StringData in com.sas.util
 class CurrentDate
          CurrentDate is a text model that updates itself with the current date.
 class CurrentTime
          CurrentTime is a text model that updates itself with the current time.
 class DateTimeMonitor
          DateTimeMonitor is a text model that updates itself with the current date and time at regular intervals.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.