org.jdesktop.swingx.plaf.basic
Class BasicCalendarHeaderHandler
java.lang.Object
org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler
public class BasicCalendarHeaderHandler
- extends Object
TODO add type doc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
calendarHeader
protected JComponent calendarHeader
BasicCalendarHeaderHandler
public BasicCalendarHeaderHandler()
install
public void install(JXMonthView monthView)
uninstall
public void uninstall(JXMonthView monthView)
getHeaderComponent
public org.jdesktop.swingx.plaf.basic.BasicCalendarHeader getHeaderComponent()
createCalendarHeader
protected org.jdesktop.swingx.plaf.basic.BasicCalendarHeader createCalendarHeader()
createDerivedFont
@Deprecated
protected Font createDerivedFont()
- Deprecated. KEEP re-added usage in preliminary zoomable support
no longer used in paint/layout with renderer.
- Create a derived font used to when painting various pieces of the
month view component. This method will be called whenever
the font on the component is set so a new derived font can be created.