org.jdesktop.swingx.plaf.basic
Class BasicCalendarHeaderHandler
- java.lang.Object
-
- org.jdesktop.swingx.plaf.basic.CalendarHeaderHandler
-
- org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler
-
public class BasicCalendarHeaderHandler extends CalendarHeaderHandler
Custom implementation of a CalendarHeaderHandler in preparation of a vista-style calendar. Does nothing yet.
-
-
Field Summary
-
Fields inherited from class org.jdesktop.swingx.plaf.basic.CalendarHeaderHandler
uiControllerID
-
-
Constructor Summary
Constructors Constructor and Description BasicCalendarHeaderHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler.BasicCalendarHeadergetHeaderComponent()Returns a component to be used as header in a zoomable month view, guaranteed to be not null.voidinstall(JXMonthView monthView)Installs this handler to the given month view.voiduninstall(JXMonthView monthView)Uninstalls this handler from the given target month view.
-
-
-
Method Detail
-
install
public void install(JXMonthView monthView)
Description copied from class:CalendarHeaderHandlerInstalls this handler to the given month view.- Overrides:
installin classCalendarHeaderHandler- Parameters:
monthView- the target month view to install to.
-
uninstall
public void uninstall(JXMonthView monthView)
Description copied from class:CalendarHeaderHandlerUninstalls this handler from the given target month view.- Overrides:
uninstallin classCalendarHeaderHandler- Parameters:
monthView- the target month view to install from.
-
getHeaderComponent
public org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler.BasicCalendarHeader getHeaderComponent()
Description copied from class:CalendarHeaderHandlerReturns a component to be used as header in a zoomable month view, guaranteed to be not null.- Overrides:
getHeaderComponentin classCalendarHeaderHandler- Returns:
- a component to be used as header in a zoomable JXMonthView
-
-
DataMelt 3.0 © DataMelt by jWork.ORG