Uses of Class
com.sas.util.Alarm

Packages that use Alarm
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
com.sas.util Utility classes for com.sas.servlet. 
com.sas.visuals Additional user interface components not provided in AWT. 
 

Uses of Alarm in com.sas.swing.visuals
 

Fields in com.sas.swing.visuals declared as Alarm
protected  Alarm SpinButton.valueChangeAlarm
           
 

Methods in com.sas.swing.visuals that return Alarm
 Alarm SpinButton.getAlarm()
          Deprecated.  
 Alarm SpinBox.getAlarm()
          Deprecated.  
 

Methods in com.sas.swing.visuals with parameters of type Alarm
 void SpinButton.setAlarm(Alarm alarm)
          Deprecated.  
 void SpinBox.setAlarm(Alarm alarm)
          Deprecated.  
 

Uses of Alarm in com.sas.util
 

Fields in com.sas.util declared as Alarm
protected  Alarm DateTimeMonitor.alarm
          Internal Alarm, used to update the Date and text at regular intervals.
 

Methods in com.sas.util that return Alarm
protected  Alarm DateTimeMonitor.newAlarm(long delay, long interval)
           
 

Constructors in com.sas.util with parameters of type Alarm
Alarm.AlarmThread(Alarm alarm)
           
 

Uses of Alarm in com.sas.visuals
 

Fields in com.sas.visuals declared as Alarm
protected  Alarm SpinButton.valueChangeAlarm
           
 

Methods in com.sas.visuals that return Alarm
 Alarm SpinButton.getAlarm()
          Deprecated.  
 Alarm SpinBox.getAlarm()
          Deprecated.  
 Alarm ImageSequence.getAlarm()
          Deprecated. Return the Alarm object that sends out the alarms when the image should be switched.
 

Methods in com.sas.visuals with parameters of type Alarm
 void SpinButton.setAlarm(Alarm alarm)
          Deprecated.  
 void SpinBox.setAlarm(Alarm alarm)
          Deprecated.  
 void ImageSequence.setAlarm(Alarm newAlarm)
          Deprecated. Set the Alarm to be used to fire events and change the image displayed.
 

Constructors in com.sas.visuals with parameters of type Alarm
ImageSequence(Alarm alarm)
          Deprecated. Constructor that sets the Alarm to the alarm parameter passed in and adds itself as a listener to the alarm.
ImageSequence(Alarm alarm, java.lang.String[] sources)
          Deprecated. Constructor that sets the alarm and the sequence of images to be displayed.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.