接口的使用
org.meteoinfo.ui.calendar.IDateEditor
-
使用IDateEditor的程序包 程序包 说明 org.meteoinfo.ui.calendar -
-
org.meteoinfo.ui.calendar中IDateEditor的使用
实现IDateEditor的org.meteoinfo.ui.calendar中的类 修饰符和类型 类 说明 classJSpinnerDateEditorJSpinnerDateEditor is a date editor based on a JSpinner.classJTextFieldDateEditorJTextFieldDateEditor is the default editor used by JDateChooser.声明为IDateEditor的org.meteoinfo.ui.calendar中的字段 修饰符和类型 字段 说明 protected IDateEditorJDateChooser. dateEditor返回IDateEditor的org.meteoinfo.ui.calendar中的方法 修饰符和类型 方法 说明 IDateEditorJDateChooser. getDateEditor()Returns the date editor.参数类型为IDateEditor的org.meteoinfo.ui.calendar中的构造器 构造器 说明 JDateChooser(Date date, String dateFormatString, IDateEditor dateEditor)Creates a new JDateChooser.JDateChooser(IDateEditor dateEditor)Creates a new JDateChooser with given IDateEditor.JDateChooser(JCalendar jcal, Date date, String dateFormatString, IDateEditor dateEditor)Creates a new JDateChooser.
-