Uses of Interface
util.Refreshing

Packages that use Refreshing
astro.fits   
jview   
stella   
stella.jview   
stella.parameter   
stella.util   
util   
 

Uses of Refreshing in astro.fits
 

Classes in astro.fits that implement Refreshing
 class IcatMaster
          Very simple class that prepares the reduction of wifsip science frames using the icat pipeline.
 

Uses of Refreshing in jview
 

Classes in jview that implement Refreshing
 class ImageCache
          A class to monitor an URL for a sequence of images.
 class JChronology
          A component that displays component in a chronological order.
 class RobotChoreography
          This class mimicks a user on the mouse.
 

Uses of Refreshing in stella
 

Classes in stella that implement Refreshing
 class MasterMind
          The entry class for the STELLA-SCS control system.
 

Uses of Refreshing in stella.jview
 

Classes in stella.jview that implement Refreshing
 class JAcquireDisplay
          An acquire display shows the individual acquire frames and the combined guiding frame of a target.
 class JAdapterDisplay
          For the adapter, we display the coars and fine acquire frames in tabbed panes and the combined guiding frame.
 class JAllskyChronology
          A allsky chronology is connected to the all-sky camera on Teide.
 class JAllskyDisplay
          This class displays last night's all-sky images in a slow movie and listens to clicks on history aware instances.
 class JAntarcticaNight
          We display an image of the earth with the current day-night boundary overlayed.
 class JBaycamMosaic
          A baycam mosaic consists of images taken by the STELLA baycam.
 class JDatabaseDisplay
          A class that allows acces to a database, retriving a single data set as a result of a user pick select.
 class JEarthNight
          We display an image of the earth with the current day-night boundary overlayed.
 class JEnvironmentDisplay
          The last class in the GUI-building control hierarchy.
static class JEnvironmentDisplay.Headless
          Launches the environment as headless, i.e.
 class JFitsDisplay
          A class that allows working with CcdDrivers, especially FechnerDrivers and have a graphical representation.
 class JFocusDisplay
          Shows frames taking during a focus sequence.
 class JFrameParameter
          A special parameter used as a dirty trick to get a parameter display.
 class JHeaderDisplay
          A class that retrieves data from the 'obs' table, which is mainly the fits header keys, and displays them as a table.
 class JMasterDisplay
          A generic class that allows display of information from periheral devices of STELLA.
 class JNight
          We display an image of the earth with the current day-night boundary overlayed.
 class JObjectDisplay
          A class that retrieves data depending on the unique target name.
 class JOffLimit
          Uses an offset alert statistic to provide a one-look health display of the two telescopes plus environment conditions.
static class JOffLimit.Monitor
          In this evocation, we act as a gesture server.
static class JOffLimit.Server
          In this evocation, we act as a gesture server.
 class JOffsetDisplay
          An offset display acts on the offsets recorded during guiding, thus it requires the guider*.serial file to be accessible.
 class JOffTails
          Uses an offset alert statistic to provide a one-look health display of the two telescopes plus environment conditions.
static class JOffTails.Server
          In this evocation, we act as a gesture server.
 class JParameterDisplay
          A class that retrieves data from parameter cluster that is treated with the starting time and end time of a pick.
 class JPhotometryDisplay
          Class to display a wifsip frame, allow clicking in it and displaying the light curve of the star clicked.
 class JQuickDisplay
          Allows the extraction and display of one-dim data from the database.
 class JResultsPanel
          This class delivers a displayable that is ment to display lately obtained results from SES and Wifsip in a continuous fashion.
 class JSpectrumDisplay
          Allows the extraction and display of one-dim data from the database.
 class JStella
          This class launches the main STELLA control console.
 class JSwitchButton
          A button that attaches itself to a rmi-enabled switch.
private  class JTargetTable.JRefreshScrollPane
          A helper class to tell the display that we need updates.
 

Uses of Refreshing in stella.parameter
 

Classes in stella.parameter that implement Refreshing
 class FlatGroup
          This parameter conducts the automatic selection of twilight sky flats.
 class WeatherTrigger
          A weather trigger takes a list of SensorValues, named according to WeatherTrigger.KEY_WEATHERLIST.
 

Uses of Refreshing in stella.util
 

Classes in stella.util that implement Refreshing
 class TransferListener
          A transfer listener is responsible for tranferring fits files from the local host to a remote archive.
 

Uses of Refreshing in util
 

Subinterfaces of Refreshing in util
 interface ConditionalRefreshing
          This interface allows implementing methods to decide whether an update of their state is currently needed.
 

Fields in util declared as Refreshing
private  Refreshing ObjectRefresh.RefreshTask.schedule
          The Refreshing instance to be scheduled.
 

Methods in util with parameters of type Refreshing
static boolean ObjectRefresh.addRefresh(Refreshing schedule)
          Adds a new Refreshing instance.
static boolean ObjectRefresh.addRefresh(Refreshing schedule, Date first)
          Adds a new Refreshing instance.
static boolean ObjectRefresh.addRefresh(Refreshing schedule, long initwait)
          Adds a new Refreshing instance.
static boolean ObjectRefresh.removeRefresh(Refreshing schedule)
          Removes a Refreshing instance permanently from scheduling.
 

Constructors in util with parameters of type Refreshing
ObjectRefresh.RefreshTask(Refreshing refresh)
          Constructs a new refresh task for the specified Refreshing instance.