Class DateTimePicker

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.jdesktop.swingx.JXDatePicker
org.esa.snap.rcp.util.DateTimePicker
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class DateTimePicker extends org.jdesktop.swingx.JXDatePicker
See Also:
  • Constructor Details

  • Method Details

    • commitEdit

      public void commitEdit() throws ParseException
      Overrides:
      commitEdit in class org.jdesktop.swingx.JXDatePicker
      Throws:
      ParseException
    • getTimeFormat

      public DateFormat getTimeFormat()
    • setTimeFormat

      public void setTimeFormat(DateFormat timeFormat)
    • setDateTime

      public void setDateTime(Date date)
    • main

      public static void main(String[] args)