com.standbysoft.datepicker.plaf.basic
Class BasicDatePickerUI
java.lang.Object
|
+--javax.swing.plaf.ComponentUI
|
+--com.standbysoft.datepicker.plaf.DatePickerUI
|
+--com.standbysoft.datepicker.plaf.basic.BasicDatePickerUI
- public class BasicDatePickerUI
- extends DatePickerUI
Basic UI implementation for JDateField.
- Author:
- Nicolae Cismaru
Method Summary |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
void |
installUI(javax.swing.JComponent c)
|
void |
uninstallUI(javax.swing.JComponent c)
|
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicDatePickerUI
public BasicDatePickerUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUI
in class javax.swing.plaf.ComponentUI
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
- Overrides:
uninstallUI
in class javax.swing.plaf.ComponentUI
Copyright © 2003 Standby Soft Ltd. All Rights Reserved.