Class BasicDatePickerUI.BasicDatePickerPopup

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPopupMenu
org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.BasicDatePickerPopup
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement
Enclosing class:
BasicDatePickerUI

protected class BasicDatePickerUI.BasicDatePickerPopup extends JPopupMenu
Popup component that shows a JXMonthView component along with controlling buttons to allow traversal of the months. Upon selection of a date the popup will automatically hide itself and enter the selection into the editable field of the JXDatePicker.
See Also:
  • Constructor Details

    • BasicDatePickerPopup

      public BasicDatePickerPopup()
      creates popup menu
  • Method Details

    • updateLinkPanel

      public void updateLinkPanel(JComponent oldLinkPanel)
      Parameters:
      oldLinkPanel - component to remove