Interface TimeSelectorPanel

All Superinterfaces:
org.gvsig.tools.swing.api.Component, org.gvsig.tools.observer.Observable

public interface TimeSelectorPanel extends org.gvsig.tools.swing.api.Component, org.gvsig.tools.observer.Observable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    void
    setInstants(List<org.gvsig.timesupport.Instant> instants)
    Set valid instants
    void
    setIntervals(org.gvsig.timesupport.Interval interval)
    Set the interval of panel.

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent

    Methods inherited from interface org.gvsig.tools.observer.Observable

    addObserver, deleteObserver, deleteObservers
  • Method Details

    • setIntervals

      void setIntervals(org.gvsig.timesupport.Interval interval)
      Set the interval of panel. If the interval is absolute, the control shows absolute intervals and if is relative, the control only shows relative intervals
      Parameters:
      interval - the maximum and minimum instants that can be selected
    • setInstants

      void setInstants(List<org.gvsig.timesupport.Instant> instants)
      Set valid instants
      Parameters:
      instants -
    • isInterval

      boolean isInterval()
    • isInstant

      boolean isInstant()
    • isNone

      boolean isNone()