Interface TimeZoneComponent

All Known Implementing Classes:
AccessTable, ColorTable, DateTimePanel, G2dBarPlot, G2dPanel, HecDataTable, HotPlotPanel, RmaJLabel, RmaJTable

public interface TimeZoneComponent
This is an interface for all interface components that want to recieve notification events that there has been a change to the displayable time zone.
Since:
18 December 2000
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Time Zone that this component is using to display a date and time.
    void
    Sets the time zone that this component will use to display date and time.
  • Method Details

    • setTimeZone

      void setTimeZone(TimeZone tz)
      Sets the time zone that this component will use to display date and time.
      Parameters:
      tz - The time zone to use for display purposes
    • getTimeZone

      TimeZone getTimeZone()
      Gets the Time Zone that this component is using to display a date and time.
      Returns:
      java.util.TimeZone