Class JSpinnerOperator.DateSpinnerOperator

All Implemented Interfaces:
Outputable, Timeoutable
Enclosing class:
JSpinnerOperator

public class JSpinnerOperator.DateSpinnerOperator extends JSpinnerOperator
Provides some specific functionality for JSpinner components having SpinnerDateModel model. Constructor of this object is private - it cannot be received only from another JSpinnerOperator instance.
See Also:
  • Method Details

    • getDateModel

      public SpinnerDateModel getDateModel()
      Costs spinner's model to SpinnerDateModel.
      Returns:
      a spinner model.
    • scrollToDate

      public void scrollToDate(Date date)
      Scrolls to a date.
      Parameters:
      date - a date to scroll to.