Java Date Picker v2.0.0

com.standbysoft.datepicker.plaf.basic
Class BasicMonthUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--com.standbysoft.datepicker.plaf.MonthUI
              |
              +--com.standbysoft.datepicker.plaf.basic.BasicMonthUI

public class BasicMonthUI
extends MonthUI

Basic UI implementation for JMonth.

Author:
Nicolae Cismaru

Constructor Summary
BasicMonthUI()
           
 
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
 

Constructor Detail

BasicMonthUI

public BasicMonthUI()
Method Detail

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

Java Date Picker v2.0.0

Copyright © 2003 Standby Soft Ltd. All Rights Reserved.