com.zfqjava.swing.plaf.basic
Class BasicCalendarUI
java.lang.Object
javax.swing.plaf.ComponentUI
com.zfqjava.swing.plaf.CalendarUI
com.zfqjava.swing.plaf.basic.BasicCalendarUI
public class BasicCalendarUI
- extends CalendarUI
The basic L&F for CalendarUI.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicCalendarUI
public BasicCalendarUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI in class ComponentUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI in class ComponentUI
installDefaults
protected void installDefaults(JCalendar calendar)
uninstallDefaults
protected void uninstallDefaults(JCalendar calendar)
installComponents
protected void installComponents(JCalendar calendar)
uninstallComponents
protected void uninstallComponents(JCalendar calendar)
getTable
public JTable getTable(int month)
- Returns the JTable for the specified month.
- Parameters:
month - the month
- Returns:
- the JTable
- Since:
- JCalendar 1.4
installListeners
protected void installListeners(JCalendar calendar)
uninstallListeners
protected void uninstallListeners(JCalendar calendar)
Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.