JComponentPack 1.3.0

com.zfqjava.swing.plaf.basic
Class BasicCalendarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.zfqjava.swing.plaf.CalendarUI
          extended by com.zfqjava.swing.plaf.basic.BasicCalendarUI

public class BasicCalendarUI
extends CalendarUI

The basic L&F for CalendarUI.


Constructor Summary
BasicCalendarUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 JTable getTable(int month)
          Returns the JTable for the specified month.
protected  void installComponents(JCalendar calendar)
           
protected  void installDefaults(JCalendar calendar)
           
protected  void installListeners(JCalendar calendar)
           
 void installUI(JComponent c)
           
protected  void uninstallComponents(JCalendar calendar)
           
protected  void uninstallDefaults(JCalendar calendar)
           
protected  void uninstallListeners(JCalendar calendar)
           
 void uninstallUI(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCalendarUI

public BasicCalendarUI()
Method Detail

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)

JComponentPack 1.3.0

Send your Feedback
JComponentPack 1.3.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.