模块  java.desktop
软件包  javax.swing

Class JSpinner.DateEditor

    • 构造方法详细信息

      • DateEditor

        public DateEditor​(JSpinner spinner)
        构造一个JSpinner编辑器,支持显示和编辑的价值SpinnerDateModelJFormattedTextField This DateEditor既是一种ChangeListener微调器和PropertyChangeListener在新JFormattedTextField
        参数
        spinner - 模型 this编辑器将监视的微调器
        异常
        IllegalArgumentException - 如果微调器型号不是 SpinnerDateModel的实例
        另请参见:
        getModel()getFormat()SpinnerDateModel
      • DateEditor

        public DateEditor​(JSpinner spinner,
                          String dateFormatPattern)
        构造一个JSpinner编辑器,支持显示和编辑的价值SpinnerDateModelJFormattedTextField This DateEditor既是一种ChangeListener微调器和PropertyChangeListener在新JFormattedTextField
        参数
        spinner - 模型 this编辑器将监视的微调器
        dateFormatPattern - 用于显示和解析文本字段值的 SimpleDateFormat对象的初始模式。
        异常
        IllegalArgumentException - 如果微调器模型不是 SpinnerDateModel的实例
        另请参见:
        getModel()getFormat()SpinnerDateModelSimpleDateFormat