Uses of Enum Class
org.jdesktop.swingx.plaf.basic.CalendarState
Packages that use CalendarState
Package
Description
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of CalendarState in org.jdesktop.swingx.plaf.basic
Subclasses with type arguments of type CalendarState in org.jdesktop.swingx.plaf.basicFields in org.jdesktop.swingx.plaf.basic declared as CalendarStateModifier and TypeFieldDescription(package private) CalendarStateCalendarAdapter.dayStateprivate CalendarStateCalendarCellContext.dayStateFields in org.jdesktop.swingx.plaf.basic with type parameters of type CalendarStateModifier and TypeFieldDescriptionprivate Map<CalendarState, ComponentProvider<?>> BasicCalendarRenderingHandler.providersThe providers to use per DayState.Methods in org.jdesktop.swingx.plaf.basic that return CalendarStateModifier and TypeMethodDescriptionCalendarAdapter.getCalendarState()CalendarCellContext.getCalendarState()static CalendarStateReturns the enum constant of this class with the specified name.static CalendarState[]CalendarState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.plaf.basic with parameters of type CalendarStateModifier and TypeMethodDescriptionprivate CalendarAdapterBasicCalendarRenderingHandler.getCalendarAdapter(JXMonthView monthView, Calendar calendar, CalendarState dayState) private JComponentBasicCalendarRenderingHandler.highlight(JComponent comp, JXMonthView monthView, Calendar calendar, CalendarState dayState) NOTE: it's the responsibility of the CalendarCellContext to detangle all "default" (that is: which could be queried from the comp and/or UIManager) foreground/background colors based on the given state! Moved out off here.CalendarAdapter.install(Calendar calendar, CalendarState dayState) voidCalendarCellContext.installContext(JXMonthView component, Calendar value, boolean selected, boolean focused, CalendarState dayState) private booleanBasicCalendarRenderingHandler.isFocused(JXMonthView monthView, Calendar calendar, CalendarState dayState) private booleanBasicCalendarRenderingHandler.isSelectable(CalendarState dayState) private booleanBasicCalendarRenderingHandler.isSelected(JXMonthView monthView, Calendar calendar, CalendarState dayState) protected voidBasicMonthViewUI.paintDayOfMonth(Graphics g, Rectangle bounds, Calendar calendar, CalendarState state) Paints a day which is of the current month with the given state.BasicCalendarRenderingHandler.prepareRenderingComponent(JXMonthView monthView, Calendar calendar, CalendarState dayState) Configures and returns a component for rendering of the given monthView cell.CalendarRenderingHandler.prepareRenderingComponent(JXMonthView monthView, Calendar calendar, CalendarState state) Configures and returns a component for rendering of the given monthView cell.