Overview
Package
Class
Tree
Deprecated
Index
Help
Java Calendar Component v3.1
www.java-calendar.com
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
V
W
A
addCalendarComponentListener(CalendarComponentListener)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Add a calendar component listener.
addCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Add a calendar component listener.
addCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
addCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
addCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
addDateListener(DateListener)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Add a date listener.
applyCalendarSkinStyle(CalendarSkinStyle)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Apply the specified style to this skin.
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternal
Applies this style on the specified skin.
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyle
Applies this style on the specified skin.
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleAqua
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDark
Applies this style on the specified skin.
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDefault
Applies this style on the specified skin.
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleForest
Applies this style on the specified skin.
applyStyle(CalendarSkin)
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleLight
Applies this style on the specified skin.
B
BACKGROUND_IMAGE
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
C
CELL_BACKGROUND_IMAGE
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
CELL_FILL_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
CELL_FONT
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
CHANGE_CURRENT_DATE_WHEN_YEAR_OR_MONTH_CHANGES
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
When this property is set to true the current selected date will be automatically changed when the year or month is changed through the visual controls.
CLOSE_WHEN_DATE_SELECTED
- Static variable in interface com.imagine.component.calendar.
CalendarComboBox
If true the combobox will be hidden when selecting a date with the mouse or with a key.
CURRENT_MONTH
- Static variable in class com.imagine.component.calendar.data.
CalendarMonthType
Describes the current month.
CalendarBackgroundInfo
- class com.imagine.component.calendar.data.
CalendarBackgroundInfo
.
Contains informations about the calendar background.
CalendarBackgroundInfo()
- Constructor for class com.imagine.component.calendar.data.
CalendarBackgroundInfo
CalendarBackgroundRenderer
- interface com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRenderer
.
All the drawing operations for the calendar background in a CalendarComponent are performed by a CalendarBackgroundRenderer.
CalendarBackgroundRendererDefault
- class com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRendererDefault
.
Defines the default background renderer.
CalendarBackgroundRendererDefault()
- Constructor for class com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRendererDefault
CalendarBackgroundRendererTransparent
- class com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRendererTransparent
.
Defines a transparent background renderer.
CalendarBackgroundRendererTransparent()
- Constructor for class com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRendererTransparent
CalendarComboBox
- interface com.imagine.component.calendar.
CalendarComboBox
.
This is the calendar combobox you have to insert into your application.
CalendarComponent
- interface com.imagine.component.calendar.
CalendarComponent
.
This is the calendar component you have to insert into your application.
CalendarComponentListener
- interface com.imagine.component.calendar.
CalendarComponentListener
.
Defines a listener for the CalendarComponent class.
CalendarDialog
- interface com.imagine.component.calendar.
CalendarDialog
.
This is a calendar dialog.
CalendarEvent
- class com.imagine.component.calendar.events.
CalendarEvent
.
This class will be extended by all the calendar events.
CalendarEvent(CalendarComponent)
- Constructor for class com.imagine.component.calendar.events.
CalendarEvent
Create a CalendarEvent event.
CalendarEventCalendarRendererProviderChanged
- class com.imagine.component.calendar.events.
CalendarEventCalendarRendererProviderChanged
.
Describes the event that the calendar renderer provider has changed.
CalendarEventCalendarRendererProviderChanged(CalendarComponent, CalendarRendererProvider)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventCalendarRendererProviderChanged
Create a CalendarEventCalendarRendererProviderChanged event.
CalendarEventDateSelectedByKey
- class com.imagine.component.calendar.events.
CalendarEventDateSelectedByKey
.
Describes the event that the date was selected by key.
CalendarEventDateSelectedByKey(CalendarComponent, CalendarMonthType, Date)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventDateSelectedByKey
Create a CalendarEventDateSelectedByKey event.
CalendarEventDateSelectedByMouse
- class com.imagine.component.calendar.events.
CalendarEventDateSelectedByMouse
.
Describes the event that the date was selected by mouse.
CalendarEventDateSelectedByMouse(CalendarComponent, CalendarMonthType, Date)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventDateSelectedByMouse
Create a CalendarEventDateSelectedByMouse event.
CalendarEventEmptySelectionAllowedChanged
- class com.imagine.component.calendar.events.
CalendarEventEmptySelectionAllowedChanged
.
Describes the event that the emty selections allowed status has changed.
CalendarEventEmptySelectionAllowedChanged(CalendarComponent, boolean)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventEmptySelectionAllowedChanged
Create a CalendarEventEmptySelectionAllowedChanged event.
CalendarEventExtraMonthDaysVisibleStatusChanged
- class com.imagine.component.calendar.events.
CalendarEventExtraMonthDaysVisibleStatusChanged
.
Describes the event that the extra month days visible status has changed.
CalendarEventExtraMonthDaysVisibleStatusChanged(CalendarComponent, boolean)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventExtraMonthDaysVisibleStatusChanged
Create a CalendarEventExtraMonthDaysVisibleStatusChanged event.
CalendarEventFirstDayOfWeekChanged
- class com.imagine.component.calendar.events.
CalendarEventFirstDayOfWeekChanged
.
Describes the event that the first day of week has changed.
CalendarEventFirstDayOfWeekChanged(CalendarComponent, int)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventFirstDayOfWeekChanged
Create a CalendarEventFirstDayOfWeekChanged event.
CalendarEventGridVisibleStatusChanged
- class com.imagine.component.calendar.events.
CalendarEventGridVisibleStatusChanged
.
Describes the event that the calendar grid visible status is changed.
CalendarEventGridVisibleStatusChanged(CalendarComponent, boolean)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventGridVisibleStatusChanged
Create a CalendarEventGridVisibleStatusChanged event.
CalendarEventHoverEffectStatusChanged
- class com.imagine.component.calendar.events.
CalendarEventHoverEffectStatusChanged
.
Describes the event that the hover effect status is changed.
CalendarEventHoverEffectStatusChanged(CalendarComponent, boolean)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventHoverEffectStatusChanged
Create a CalendarEventGridVisibleStatusChanged event.
CalendarEventKeyAction
- class com.imagine.component.calendar.events.
CalendarEventKeyAction
.
Describes the event that a Key Action was performed.
CalendarEventKeyAction(CalendarComponent, KeyEventType, KeyEvent)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventKeyAction
Create a CalendarEventKeyAction event.
CalendarEventLocaleChanged
- class com.imagine.component.calendar.events.
CalendarEventLocaleChanged
.
Describes the event that the calendar locale is changed.
CalendarEventLocaleChanged(CalendarComponent, Locale)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventLocaleChanged
Create a CalendarEventLocaleChanged event.
CalendarEventMaxMonthsNamesLengthChanged
- class com.imagine.component.calendar.events.
CalendarEventMaxMonthsNamesLengthChanged
.
Describes the event that the calendar maximum months names length is changed.
CalendarEventMaxMonthsNamesLengthChanged(CalendarComponent, int)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventMaxMonthsNamesLengthChanged
Create a CalendarEventMaxMonthsNamesLengthChanged event.
CalendarEventMaxWeekDaysNamesLengthChanged
- class com.imagine.component.calendar.events.
CalendarEventMaxWeekDaysNamesLengthChanged
.
Describes the event that the calendar maximum week days names length property is changed.
CalendarEventMaxWeekDaysNamesLengthChanged(CalendarComponent, int)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventMaxWeekDaysNamesLengthChanged
Create a CalendarEventMaxWeekDaysNamesLengthChanged event.
CalendarEventMouseAction
- class com.imagine.component.calendar.events.
CalendarEventMouseAction
.
Describes the event that a Mouse Action was performed.
CalendarEventMouseAction(CalendarComponent, MouseEventType, MouseEvent)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventMouseAction
Create a CalendarEventMouseAction event.
CalendarEventMouseMotionAction
- class com.imagine.component.calendar.events.
CalendarEventMouseMotionAction
.
Describes the event that a Mouse Motion Action was performed.
CalendarEventMouseMotionAction(CalendarComponent, MouseMotionEventType, MouseEvent)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventMouseMotionAction
Create a CalendarEventMouseMotionAction event.
CalendarEventSelectionModelChanged
- class com.imagine.component.calendar.events.
CalendarEventSelectionModelChanged
.
Describes the event that the calendar selection model is changed.
CalendarEventSelectionModelChanged(CalendarComponent, CalendarSelectionModel)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventSelectionModelChanged
Create a CalendarEventSelectionModelChanged event.
CalendarEventSkinPropertyChanged
- class com.imagine.component.calendar.events.
CalendarEventSkinPropertyChanged
.
Describes the event that a property of the calendar skin has changed.
CalendarEventSkinPropertyChanged(CalendarComponent, CalendarProperty, Object)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventSkinPropertyChanged
Create a CalendarEventSkinPropertyChanged event.
CalendarEventSkinStyleChanged
- class com.imagine.component.calendar.events.
CalendarEventSkinStyleChanged
.
Describes the event that the calendar skin style has changed.
CalendarEventSkinStyleChanged(CalendarComponent, CalendarSkinStyle)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventSkinStyleChanged
Create a CalendarEventSkinStyleChanged event.
CalendarEventStatusPanelNoneLabelChanged
- class com.imagine.component.calendar.events.
CalendarEventStatusPanelNoneLabelChanged
.
Describes the event that the calendar status panel none label is changed.
CalendarEventStatusPanelNoneLabelChanged(CalendarComponent, String)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventStatusPanelNoneLabelChanged
Create a CalendarEventStatusPanelNoneLabelChanged event.
CalendarEventStatusPanelTodayLabelChanged
- class com.imagine.component.calendar.events.
CalendarEventStatusPanelTodayLabelChanged
.
Describes the event that the calendar status panel today label is changed.
CalendarEventStatusPanelTodayLabelChanged(CalendarComponent, String)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventStatusPanelTodayLabelChanged
Create a CalendarEventStatusPanelTodayLabelChanged event.
CalendarEventStatusPanelVisibleValueChanged
- class com.imagine.component.calendar.events.
CalendarEventStatusPanelVisibleValueChanged
.
Describes the event that the calendar selection model is changed.
CalendarEventStatusPanelVisibleValueChanged(CalendarComponent, boolean)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventStatusPanelVisibleValueChanged
Create a CalendarEventStatusPanelVisibleValueChanged event.
CalendarEventWeekVisibleStatusChanged
- class com.imagine.component.calendar.events.
CalendarEventWeekVisibleStatusChanged
.
Describes the event that the week numbers visible status is changed.
CalendarEventWeekVisibleStatusChanged(CalendarComponent, boolean)
- Constructor for class com.imagine.component.calendar.events.
CalendarEventWeekVisibleStatusChanged
Create a CalendarEventWeekNumbersVisibleStatusChanged event.
CalendarFactory
- class com.imagine.component.calendar.
CalendarFactory
.
The factory used to create a CalendarComponent, CalendarComboBox or CalendarDialog.
CalendarFactory(String)
- Constructor for class com.imagine.component.calendar.
CalendarFactory
Create a CalendarFactory.
CalendarHeaderCellInfo
- class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
.
Contains informations about a calendar header cell.
CalendarHeaderCellInfo()
- Constructor for class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
CalendarHeaderCellRenderer
- interface com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRenderer
.
All the drawing operations for the calendar header cells in a CalendarComponent are performed by a CalendarHeaderCellRenderer.
CalendarHeaderCellRendererDefault
- class com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRendererDefault
.
Defines the default header renderer.
CalendarHeaderCellRendererDefault()
- Constructor for class com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRendererDefault
CalendarHeaderCellRendererHoveredHighlighted
- class com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRendererHoveredHighlighted
.
Defines a hovered highlighted header renderer.
CalendarHeaderCellRendererHoveredHighlighted()
- Constructor for class com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRendererHoveredHighlighted
CalendarMonthType
- class com.imagine.component.calendar.data.
CalendarMonthType
.
Describes the types of month.
CalendarProperty
- class com.imagine.component.calendar.data.
CalendarProperty
.
Defines a calendar property.
CalendarProperty(String, Class)
- Constructor for class com.imagine.component.calendar.data.
CalendarProperty
Create a calendar property.
CalendarPropertyException
- exception com.imagine.component.calendar.data.
CalendarPropertyException
.
Defines a calendar property exception.
CalendarPropertyException(String)
- Constructor for class com.imagine.component.calendar.data.
CalendarPropertyException
Constructor for the CalendarPropertyException object.
CalendarRendererProvider
- class com.imagine.component.calendar.renderers.
CalendarRendererProvider
.
Define a renderer provider.
CalendarRendererProvider()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProvider
CalendarRendererProviderDefault
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
.
Define the default renderer provider.
CalendarRendererProviderDefault()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
CalendarRendererProviderHoveredColumn
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
.
Define an provider that displays with the hovered colors the cells from the column which contains the hovered cell.
CalendarRendererProviderHoveredColumn()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
CalendarRendererProviderHoveredIntersection
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
.
Define an provider that displays with the hovered colors the cells from the line and column at which intersection is the hovered cell.
CalendarRendererProviderHoveredIntersection()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
CalendarRendererProviderHoveredLine
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
.
Define an provider that displays with the hovered colors the cells from the line which contains the hovered cell.
CalendarRendererProviderHoveredLine()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
CalendarRendererProviderOval
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
.
Define an Oval renderer provider.
CalendarRendererProviderOval()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
CalendarRendererProviderRoundRect
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
.
Define an RoundRect renderer provider.
CalendarRendererProviderRoundRect()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
CalendarRendererProviderTransparent
- class com.imagine.component.calendar.renderers.
CalendarRendererProviderTransparent
.
Defines a transparent renderer provider.
CalendarRendererProviderTransparent()
- Constructor for class com.imagine.component.calendar.renderers.
CalendarRendererProviderTransparent
CalendarSelectionListener
- interface com.imagine.component.calendar.selection.
CalendarSelectionListener
.
Defines a calendar selection listener.
CalendarSelectionModel
- class com.imagine.component.calendar.selection.
CalendarSelectionModel
.
Defines the calendar selection model.
CalendarSelectionModel()
- Constructor for class com.imagine.component.calendar.selection.
CalendarSelectionModel
CalendarSelectionModelMultipleIntervalSelection
- class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
.
Defines the selection model for single interval selection.
CalendarSelectionModelMultipleIntervalSelection()
- Constructor for class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
CalendarSelectionModelSingleIntervalSelection
- class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
.
Defines the selection model for single interval selection.
CalendarSelectionModelSingleIntervalSelection()
- Constructor for class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
CalendarSelectionModelSingleSelection
- class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
.
Defines the selection model for single selection.
CalendarSelectionModelSingleSelection()
- Constructor for class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
CalendarSkin
- interface com.imagine.component.calendar.skins.
CalendarSkin
.
All the graphics properties (colors, fonts, images, etc) used by a CalendarComponent object are stored in the CalendarSkin.
CalendarSkinStyle
- class com.imagine.component.calendar.skins.styles.
CalendarSkinStyle
.
Define the style of a skin.
CalendarSkinStyle()
- Constructor for class com.imagine.component.calendar.skins.styles.
CalendarSkinStyle
CalendarSkinStyleAqua
- class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleAqua
.
Defines the Aqua style.
CalendarSkinStyleAqua()
- Constructor for class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleAqua
CalendarSkinStyleDark
- class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDark
.
Defines the Dark style.
CalendarSkinStyleDark()
- Constructor for class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDark
CalendarSkinStyleDefault
- class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDefault
.
Defines the Default style.
CalendarSkinStyleDefault()
- Constructor for class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDefault
CalendarSkinStyleExternal
- class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternal
.
Defines a calendar skin style that can be loaded from an external inputStream.
CalendarSkinStyleExternal(InputStream)
- Constructor for class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternal
CalendarSkinStyleExternalFile
- class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternalFile
.
Defines a calendar skin style that can be loaded from an external file.
CalendarSkinStyleExternalFile(File)
- Constructor for class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternalFile
Creates an CalendarSkinStyleExternalFile from the specified file.
CalendarSkinStyleExternalURL
- class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternalURL
.
Defines a calendar skin style that can be loaded from an external URL.
CalendarSkinStyleExternalURL(URL)
- Constructor for class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternalURL
Creates an CalendarSkinStyleExternalFile from the specified URL.
CalendarSkinStyleForest
- class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleForest
.
Defines the Forest style.
CalendarSkinStyleForest()
- Constructor for class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleForest
CalendarSkinStyleLight
- class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleLight
.
Defines the Light style.
CalendarSkinStyleLight()
- Constructor for class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleLight
CalendarStatusPanelInfo
- class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
.
Contains informations about the status panel.
CalendarStatusPanelInfo()
- Constructor for class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
CalendarStatusPanelRenderer
- interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
.
All the drawing operations for the status panel are made by a CalendarStatusPanelRenderer object.
CalendarStatusPanelRendererDefault
- class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
.
Defines the default status panel renderer.
CalendarStatusPanelRendererDefault()
- Constructor for class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
CalendarTableCellEditor
- interface com.imagine.component.calendar.
CalendarTableCellEditor
.
Defines a JTableCellEditor component.
CalendarTableCellInfo
- class com.imagine.component.calendar.data.
CalendarTableCellInfo
.
Contains informations about a calendar table cell.
CalendarTableCellInfo()
- Constructor for class com.imagine.component.calendar.data.
CalendarTableCellInfo
CalendarTableCellRenderer
- interface com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRenderer
.
All the drawing operations for the calendar cells in a CalendarComponent are performed by a CalendarTableCellRenderer.
CalendarTableCellRendererDefault
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererDefault
.
Defines the default table renderer.
CalendarTableCellRendererDefault()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererDefault
CalendarTableCellRendererExtraMonth
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererExtraMonth
.
Defines the renderer for the extra month days.
CalendarTableCellRendererExtraMonth()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererExtraMonth
CalendarTableCellRendererHoveredHighlighted
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredHighlighted
.
Defines an Highlighted renderer for a hovered cell.
CalendarTableCellRendererHoveredHighlighted()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredHighlighted
CalendarTableCellRendererHoveredOval
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredOval
.
Defines an Oval renderer for a hovered cell.
CalendarTableCellRendererHoveredOval()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredOval
CalendarTableCellRendererHoveredRect
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredRect
.
Defines an Rect renderer for a selected cell.
CalendarTableCellRendererHoveredRect()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredRect
CalendarTableCellRendererHoveredRoundRect
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredRoundRect
.
Defines an RoundRect renderer for a selected cell.
CalendarTableCellRendererHoveredRoundRect()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredRoundRect
CalendarTableCellRendererSelectedOval
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedOval
.
Defines an Oval renderer for a selected cell.
CalendarTableCellRendererSelectedOval()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedOval
CalendarTableCellRendererSelectedRect
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedRect
.
Defines an Rect renderer for a selected cell.
CalendarTableCellRendererSelectedRect()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedRect
CalendarTableCellRendererSelectedRoundRect
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedRoundRect
.
Defines an RoundRect renderer for a selected cell.
CalendarTableCellRendererSelectedRoundRect()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedRoundRect
CalendarTableCellRendererToday
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererToday
.
Defines the renderer for today.
CalendarTableCellRendererToday()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererToday
CalendarTableCellRendererWeekend
- class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererWeekend
.
Defines the renderer for weekend days.
CalendarTableCellRendererWeekend()
- Constructor for class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererWeekend
CalendarUtils
- class com.imagine.component.calendar.util.
CalendarUtils
.
Contains utility functions.
CalendarUtils()
- Constructor for class com.imagine.component.calendar.util.
CalendarUtils
CalendarWeekCellInfo
- class com.imagine.component.calendar.data.
CalendarWeekCellInfo
.
Contains informations about a calendar week cell.
CalendarWeekCellInfo()
- Constructor for class com.imagine.component.calendar.data.
CalendarWeekCellInfo
CalendarWeekCellRenderer
- interface com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRenderer
.
All the drawing operations for the calendar week cells in a CalendarComponent are performed by a CalendarWeekCellRenderer.
CalendarWeekCellRendererDefault
- class com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRendererDefault
.
Defines the default week renderer.
CalendarWeekCellRendererDefault()
- Constructor for class com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRendererDefault
CalendarWeekCellRendererHoveredRect
- class com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRendererHoveredRect
.
Defines the hovered week renderer.
CalendarWeekCellRendererHoveredRect()
- Constructor for class com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRendererHoveredRect
calculateTextDimension(JComponent, String)
- Static method in class com.imagine.component.calendar.util.
GUIUtilities
calculateTextDimension(Component, Font, String)
- Static method in class com.imagine.component.calendar.util.
GUIUtilities
calendarComponent
- Variable in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
com.imagine.component.calendar
- package com.imagine.component.calendar
com.imagine.component.calendar.data
- package com.imagine.component.calendar.data
com.imagine.component.calendar.events
- package com.imagine.component.calendar.events
com.imagine.component.calendar.renderers
- package com.imagine.component.calendar.renderers
com.imagine.component.calendar.renderers.backgroundrenderers
- package com.imagine.component.calendar.renderers.backgroundrenderers
com.imagine.component.calendar.renderers.headercellrenderers
- package com.imagine.component.calendar.renderers.headercellrenderers
com.imagine.component.calendar.renderers.statuspanelrenderers
- package com.imagine.component.calendar.renderers.statuspanelrenderers
com.imagine.component.calendar.renderers.tablecellrenderers
- package com.imagine.component.calendar.renderers.tablecellrenderers
com.imagine.component.calendar.renderers.weekcellrenderers
- package com.imagine.component.calendar.renderers.weekcellrenderers
com.imagine.component.calendar.selection
- package com.imagine.component.calendar.selection
com.imagine.component.calendar.skins
- package com.imagine.component.calendar.skins
com.imagine.component.calendar.skins.external
- package com.imagine.component.calendar.skins.external
com.imagine.component.calendar.skins.styles
- package com.imagine.component.calendar.skins.styles
com.imagine.component.calendar.util
- package com.imagine.component.calendar.util
com.imagine.util.events
- package com.imagine.util.events
createCalendarComboBox(Date)
- Method in class com.imagine.component.calendar.
CalendarFactory
Create a calendarComboBox.
createCalendarComponent(Date)
- Method in class com.imagine.component.calendar.
CalendarFactory
Create a calendarComponent.
createCalendarDialog(Window, Date)
- Method in class com.imagine.component.calendar.
CalendarFactory
Create a calendarDialog.
createCalendarDialog(Window)
- Method in class com.imagine.component.calendar.
CalendarFactory
Create a calendarDialog.
createTableCellEditor()
- Method in class com.imagine.component.calendar.
CalendarFactory
Create a JTable cell editor for the given date.
D
DISABLED_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
DateListener
- interface com.imagine.component.calendar.
DateListener
.
This interface will be implemented by those objects who will receive date information.
dateChanged(Date)
- Method in interface com.imagine.component.calendar.
DateListener
Called when the current date is changed.
drawCenteredString(Graphics, int, int, String)
- Static method in class com.imagine.component.calendar.util.
GUIUtilities
drawCenteredString(Graphics, int, int, int, int, String)
- Static method in class com.imagine.component.calendar.util.
GUIUtilities
E
EXTRA_MONTH_CELL_FONT
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
EXTRA_MONTH_CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
EmptySelectionNotAllowedException
- exception com.imagine.component.calendar.selection.
EmptySelectionNotAllowedException
.
Thrown when empty selections are not allowed and it is tried to be set an empty selection.
EmptySelectionNotAllowedException(String)
- Constructor for class com.imagine.component.calendar.selection.
EmptySelectionNotAllowedException
Create a EmptySelectionNotAllowedException exception.
equals(Object)
- Method in class com.imagine.component.calendar.data.
CalendarProperty
Overrides the equals function in Object class.
exportSkin(CalendarSkin, File)
- Static method in class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternalFile
Saves the specified calendar skin into the specified file.
F
FIRST_DAY_OF_WEEK
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the first day of week property.
G
GRID_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
GUIUtilities
- class com.imagine.component.calendar.util.
GUIUtilities
.
This class provides certains functions for working with gui.
GUIUtilities()
- Constructor for class com.imagine.component.calendar.util.
GUIUtilities
getAnchorSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Get the anchor selection date.
getAnchorSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
getAnchorSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
getAnchorSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the background renderer which will be used to paint the calendar background.
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
getBackgroundRenderer(CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderTransparent
getBooleanCalendarComboBoxProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Get the value of the specified calendar property as a Boolean object.
getBooleanCalendarProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the value of the specified calendar property as a Boolean object.
getCalendarComboBox()
- Method in interface com.imagine.component.calendar.
CalendarTableCellEditor
Get the CalendarComboBox associated.
getCalendarComboBoxProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Get the value of the specified calendar property.
getCalendarComponent()
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Get the calendarComponent associated.
getCalendarComponent()
- Method in interface com.imagine.component.calendar.
CalendarDialog
Get the CalendarComponent object associated.
getCalendarComponent()
- Method in class com.imagine.component.calendar.events.
CalendarEvent
Get the parent CalendarComponent.
getCalendarComponent()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the calendar component associated.
getCalendarComponent()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Get the calendar component associated.
getCalendarComponent()
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Returns the calendarComponent associated.
getCalendarMonthType()
- Method in class com.imagine.component.calendar.events.
CalendarEventDateSelectedByKey
Returns the CalendarMonthType associated.
getCalendarMonthType()
- Method in class com.imagine.component.calendar.events.
CalendarEventDateSelectedByMouse
Returns the CalendarMonthType associated.
getCalendarProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the value of the specified calendar property.
getCalendarProperty()
- Method in class com.imagine.component.calendar.events.
CalendarEventSkinPropertyChanged
Get the skin property that has changed.
getCalendarRendererProvider()
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the calendar renderer provider object used to render the calendar.
getCalendarRendererProvider()
- Method in class com.imagine.component.calendar.events.
CalendarEventCalendarRendererProviderChanged
Returns the new value for the cell renderer provider.
getCalendarSelectionModel()
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the dates selection model.
getCalendarSelectionModel()
- Method in class com.imagine.component.calendar.events.
CalendarEventSelectionModelChanged
Get the value for selection model.
getCalendarSkin()
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the CalendarSkin object associated.
getCalendarSkinStyle()
- Method in class com.imagine.component.calendar.events.
CalendarEventSkinStyleChanged
Returns the new value for the skin style.
getChosedOption()
- Method in interface com.imagine.component.calendar.
CalendarDialog
Retuns OPTION_OK if the user pressed the OK button and OPTION_CANCEL if the user pressed the CANCEL button.
getColorSkinProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Get the value of the specified skin property as a Color object.
getColumn()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Get the column of the cell.
getColumn()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the column of the cell.
getComboBoxComponent()
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Get the comboBox component which can be added in the interface.
getComponent()
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the component associated.
getDate()
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Get the date.
getDate()
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the date.
getDate()
- Method in interface com.imagine.component.calendar.
CalendarDialog
Get the date.
getDate()
- Method in class com.imagine.component.calendar.events.
CalendarEventDateSelectedByKey
Returns the date associated.
getDate()
- Method in class com.imagine.component.calendar.events.
CalendarEventDateSelectedByMouse
Returns the date associated.
getDateFormat()
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Get the date format.
getDayOfMonth()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the day of month.
getDayOfWeek()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns the day of week.
getDayOfYear()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns the day of year.
getDaysNames(Locale, int)
- Static method in class com.imagine.component.calendar.util.
CalendarUtils
Get the names of the week days.
getDialog()
- Method in interface com.imagine.component.calendar.
CalendarDialog
Get the dialog associated.
getEmptySelectionAllowed()
- Method in class com.imagine.component.calendar.events.
CalendarEventEmptySelectionAllowedChanged
Returns true if empty selections are allowed.
getEventsListened()
- Method in interface com.imagine.component.calendar.
CalendarComponentListener
Get the list of events at which this CalendarComponentListener object listens.
getExtraMonthDaysVisible()
- Method in class com.imagine.component.calendar.events.
CalendarEventExtraMonthDaysVisibleStatusChanged
Get the extra month days visible status.
getFirstDayOfWeek()
- Method in class com.imagine.component.calendar.events.
CalendarEventFirstDayOfWeekChanged
Get the value for firstDayOfWeek.
getFontSkinProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Get the value of the specified property as a Font object.
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the header cell renderer which will be used to paint the header cell.
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
getHeaderCellRenderer(CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
getHeight()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Returns the height of the cell.
getHeight()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Returns the height of the cell.
getHeight()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
getHeight()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns the height of the cell.
getHeight()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Returns the height of the cell.
getHoverEffectStatus()
- Method in class com.imagine.component.calendar.events.
CalendarEventHoverEffectStatusChanged
Get the value for hoverEffectStatus.
getImageSkinProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Get the value of the specified property as an Image object.
getInstance()
- Static method in class com.imagine.component.calendar.
CalendarFactory
Return the default CalendarFactory instance.
getIntegerCalendarProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the value of the specified calendar property as an Integer object.
getKeyEvent()
- Method in class com.imagine.component.calendar.events.
CalendarEventKeyAction
Get the keyEvent associated.
getKeyEventType()
- Method in class com.imagine.component.calendar.events.
CalendarEventKeyAction
Get the keyEventType associated.
getLeadSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Get the lead selection date.
getLeadSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
getLeadSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
getLeadSelectionDate()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
getLeftPadding()
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
Get the left padding.
getLeftPadding()
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
Get the left padding.
getLocale()
- Method in class com.imagine.component.calendar.events.
CalendarEventLocaleChanged
Get the value for locale.
getLocaleCalendarProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the value of the specified calendar property as a Locale object.
getMaxMonthsNamesLength()
- Method in class com.imagine.component.calendar.events.
CalendarEventMaxMonthsNamesLengthChanged
Get the value for maxMonthsNamesLength.
getMaxWeekDaysNamesLength()
- Method in class com.imagine.component.calendar.events.
CalendarEventMaxWeekDaysNamesLengthChanged
Get the value for maxWeekDaysNamesLength.
getMonth()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Get the month.
getMonth()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the month.
getMonth()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Get the month.
getMonthType()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the type of the month described by this object.
getMonthsNames(Locale)
- Static method in class com.imagine.component.calendar.util.
CalendarUtils
Get the names of the months.
getMouseEvent()
- Method in class com.imagine.component.calendar.events.
CalendarEventMouseAction
Get the mouseEvent associated.
getMouseEvent()
- Method in class com.imagine.component.calendar.events.
CalendarEventMouseMotionAction
Get the mouseEvent associated.
getMouseEventType()
- Method in class com.imagine.component.calendar.events.
CalendarEventMouseAction
Get the mouseEventType associated.
getMouseMotionEventType()
- Method in class com.imagine.component.calendar.events.
CalendarEventMouseMotionAction
Get the mouseMotionEventType associated.
getMouseX()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
getMouseX()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
getMouseX()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
getMouseX()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
getMouseX()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
getMouseY()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
getMouseY()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
getMouseY()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
getMouseY()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
getMouseY()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
getName()
- Method in class com.imagine.component.calendar.data.
CalendarProperty
Get the name of this calendar property.
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the name of the provider.
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
getName()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderTransparent
getName()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Get the name of the selection model.
getName()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
getName()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
getName()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
getName()
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Get the name of the skin.
getName()
- Method in class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternal
Get the name of the style.
getName()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyle
Get the name of the style.
getName()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleAqua
getName()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDark
Get the name of the style.
getName()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleDefault
Get the name of the style.
getName()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleForest
Get the name of the style.
getName()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyleLight
Get the name of the style.
getNoneLabel()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
getNoneLabel()
- Method in class com.imagine.component.calendar.events.
CalendarEventStatusPanelNoneLabelChanged
Get the value for none label.
getPropertyValue()
- Method in class com.imagine.component.calendar.events.
CalendarEventSkinPropertyChanged
Get the new property value.
getRightPadding()
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
Get the right padding.
getRightPadding()
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
Get the right padding.
getRow()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the row of the cell.
getRow()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Get the row of the cell.
getSelectedDates()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
An array containing the selected dates.
getSelectedDates()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
getSelectedDates()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
getSelectedDates()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
getShowGrid()
- Method in class com.imagine.component.calendar.events.
CalendarEventGridVisibleStatusChanged
Get the value for showGrid.
getSkinProperty(CalendarProperty)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Get the value of the specified skin property.
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the renderer for the status panel.
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
getStatusPanelRenderer(CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
getStatusPanelVisible()
- Method in class com.imagine.component.calendar.events.
CalendarEventStatusPanelVisibleValueChanged
Get the visible value of status panel.
getSupportedCalendarProperties()
- Method in interface com.imagine.component.calendar.
CalendarComponent
Get the list of properties suported.
getSupportedCalendarSkinProperties()
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Get the list of properties suported.
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the table cell renderer which will be used to paint the table cell.
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
getTableCellRenderer(CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
getTodayLabel()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
getTodayLabel()
- Method in class com.imagine.component.calendar.events.
CalendarEventStatusPanelTodayLabelChanged
Get the value for today label.
getType()
- Method in class com.imagine.component.calendar.data.
CalendarProperty
Returns the type of the property.
getValue()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Returns the value in the cell.
getValue()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns the value in the cell.
getValue()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Returns the value in the cell.
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Get the week cell renderer which will be used to paint the week cell.
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
getWeekCellRenderer(CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
getWeekDaysCodes()
- Static method in class com.imagine.component.calendar.util.
CalendarUtils
Returns an array which contains the week days codes.
getWeekOfMonth()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the week of month.
getWeekOfMonth()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Get the week of month.
getWeekOfYear()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns the week of year.
getWeekOfYear()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Returns the week of year.
getWeekVisibleStatus()
- Method in class com.imagine.component.calendar.events.
CalendarEventWeekVisibleStatusChanged
Get the value for weekVisibleStatus.
getWidth()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Returns the width of the cell.
getWidth()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Returns the width of the cell.
getWidth()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
getWidth()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns the width of the cell.
getWidth()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Returns the width of the cell.
getYear()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Get the year.
getYear()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Get the year.
getYear()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Get the year.
H
HEADER_CELL_FILL_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
HEADER_CELL_FONT
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
HEADER_CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
HOVERED_CELL_FILL_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
HOVERED_CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Returns true if the specified calendar component associated has a background renderer.
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderDefault
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredColumn
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredIntersection
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderHoveredLine
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderOval
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderRoundRect
hasBackgroundRenderer()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProviderTransparent
hashCode()
- Method in class com.imagine.component.calendar.data.
CalendarProperty
Overrides the hashCode function from Object class.
I
isDateDisabled(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Returns true if the specified date is disabled.
isDateSelectable(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Returns true if the specified date can be selectable.
isDateSelected(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Returns true if the specified date is selected.
isDateSelected(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
isDateSelected(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
isDateSelected(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
isDisabled()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
true if the cell is disabled.
isEmptySelectionAllowed()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
If true the empty selection is allowed.
isFromWeekend()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns true if the date associated with the cell is from weekend.
isHovered()
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
isHovered()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
isHovered()
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
isHovered()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
isHovered()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
isNoneLabelHovered(Graphics, CalendarComponent, CalendarStatusPanelInfo)
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
Determines if the none label is hovered.
isNoneLabelHovered(Graphics, CalendarComponent, CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
isOnHoveredColumn()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Returns true if this cell is on the hovered column.
isOnHoveredColumn()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns true if this cell is on the hovered column.
isOnHoveredRow()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns true if this cell is on the hovered row.
isOnHoveredRow()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Returns true if this cell is on the hovered row.
isSelected()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
true if the cell is selected.
isToday()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Returns true if the cell contains the today date.
isTodayLabelHovered(Graphics, CalendarComponent, CalendarStatusPanelInfo)
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
Determines if the today label is hovered.
isTodayLabelHovered(Graphics, CalendarComponent, CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
K
KEY_PRESSED
- Static variable in class com.imagine.util.events.
KeyEventType
KEY_RELEASED
- Static variable in class com.imagine.util.events.
KeyEventType
KEY_TYPED
- Static variable in class com.imagine.util.events.
KeyEventType
KeyEventType
- class com.imagine.util.events.
KeyEventType
.
Defines the types of key events.
L
LOCALE
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the locale property.
M
MAX_ADVANCE_OVER_NON_SELECTABLE_DATES
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Specifies the maximum number of non selectable calendar cells to be skipped searching for a selectable cell in the current direction.
MAX_MONTHS_NAMES_LENGTH
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the max months names length property.
MAX_WEEK_DAYS_NAMES_LENGTH
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the max week days names length property.
MOUSE_CLICKED
- Static variable in class com.imagine.util.events.
MouseEventType
MOUSE_DRAGGED
- Static variable in class com.imagine.util.events.
MouseMotionEventType
MOUSE_ENTERED
- Static variable in class com.imagine.util.events.
MouseEventType
MOUSE_EXITED
- Static variable in class com.imagine.util.events.
MouseEventType
MOUSE_MOVED
- Static variable in class com.imagine.util.events.
MouseMotionEventType
MOUSE_PRESSED
- Static variable in class com.imagine.util.events.
MouseEventType
MOUSE_RELEASED
- Static variable in class com.imagine.util.events.
MouseEventType
MouseEventType
- class com.imagine.util.events.
MouseEventType
.
Defines the types of mouse events.
MouseMotionEventType
- class com.imagine.util.events.
MouseMotionEventType
.
Defines the types of mouse events.
N
NEXT_MONTH
- Static variable in class com.imagine.component.calendar.data.
CalendarMonthType
Describes the next month.
O
OPTION_CANCEL
- Static variable in interface com.imagine.component.calendar.
CalendarDialog
Defines the fact that the user pressed the CANCEL button.
OPTION_OK
- Static variable in interface com.imagine.component.calendar.
CalendarDialog
Defines the fact that the user pressed the OK button.
P
PREVIOUS_MONTH
- Static variable in class com.imagine.component.calendar.data.
CalendarMonthType
Describes the previous month.
paint(Graphics, CalendarComponent, CalendarBackgroundInfo)
- Method in interface com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRenderer
This method is efectively called to paint the calendar background.
paint(Graphics, CalendarComponent, CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRendererDefault
paint(Graphics, CalendarComponent, CalendarBackgroundInfo)
- Method in class com.imagine.component.calendar.renderers.backgroundrenderers.
CalendarBackgroundRendererTransparent
paint(Graphics, CalendarComponent, CalendarHeaderCellInfo)
- Method in interface com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRenderer
This method is efectively called to paint the content of a calendar header cell.
paint(Graphics, CalendarComponent, CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRendererDefault
paint(Graphics, CalendarComponent, CalendarHeaderCellInfo)
- Method in class com.imagine.component.calendar.renderers.headercellrenderers.
CalendarHeaderCellRendererHoveredHighlighted
paint(Graphics, CalendarComponent, CalendarStatusPanelInfo)
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
This method is efectively called to paint the content of the status panel.
paint(Graphics, CalendarComponent, CalendarStatusPanelInfo)
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in interface com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRenderer
This method is efectively called to paint the content of a calendar table cell.
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererDefault
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererExtraMonth
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredHighlighted
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredOval
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredRect
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererHoveredRoundRect
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedOval
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedRect
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererSelectedRoundRect
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererToday
paint(Graphics, CalendarComponent, CalendarTableCellInfo)
- Method in class com.imagine.component.calendar.renderers.tablecellrenderers.
CalendarTableCellRendererWeekend
paint(Graphics, CalendarComponent, CalendarWeekCellInfo)
- Method in interface com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRenderer
This method is efectively called to paint the content of a calendar week cell.
paint(Graphics, CalendarComponent, CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRendererDefault
paint(Graphics, CalendarComponent, CalendarWeekCellInfo)
- Method in class com.imagine.component.calendar.renderers.weekcellrenderers.
CalendarWeekCellRendererHoveredRect
processCalendarEvent(CalendarEvent)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Send an event to the calendar component.
processCalendarEvent(CalendarEvent)
- Method in interface com.imagine.component.calendar.
CalendarComponentListener
Process an event sent by the CalendarComponent class.
processKeyEvent(Date, KeyEventType, KeyEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Process the specified key event received from the calendar component.
processKeyEvent(Date, KeyEventType, KeyEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
processKeyEvent(Date, KeyEventType, KeyEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
processKeyEvent(Date, KeyEventType, KeyEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
processMouseEvent(Date, MouseEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Process the specified mouse event received from the calendar component.
processMouseEvent(Date, MouseEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
processMouseEvent(Date, MouseEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
processMouseEvent(Date, MouseEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
processMouseMotionEvent(Date, MouseMotionEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Process the specified mouse motion event received from the calendar component.
processMouseMotionEvent(Date, MouseMotionEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
processMouseMotionEvent(Date, MouseMotionEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
processMouseMotionEvent(Date, MouseMotionEventType, MouseEvent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
R
removeCalendarComponentListener(CalendarComponentListener)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Remove a calendar component listener.
removeCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Remove a calendar component listener.
removeCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
removeCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
removeCalendarSelectionListener(CalendarSelectionListener)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
removeDateListener(DateListener)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Remove a date listener.
S
SELECTED_CELL_FILL_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
SELECTED_CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
SHOW_EXTRA_MONTH_DAYS
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the visible status property for the extra month days.
SHOW_GRID
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the grid visible status property.
SHOW_HOVER
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the hover effect status property.
SHOW_STATUS_PANEL
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
True if the panel containing the Today and None labels is visible.
SHOW_WEEK
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
Defines the week numbers visible status property.
STATUS_PANEL_FILL_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
STATUS_PANEL_FONT
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
STATUS_PANEL_HOVERED_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
STATUS_PANEL_NONE_LABEL
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
The label for None item on status panel.
STATUS_PANEL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
STATUS_PANEL_TODAY_LABEL
- Static variable in interface com.imagine.component.calendar.
CalendarComponent
The label for Today item on status panel.
saveSkin(CalendarSkin, OutputStream)
- Static method in class com.imagine.component.calendar.skins.external.
CalendarSkinStyleExternal
Saves the specified calendar skin into the specified file.
selectionChanged(CalendarSelectionModel)
- Method in interface com.imagine.component.calendar.selection.
CalendarSelectionListener
Called when the selection is changed.
setAnchorSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Set the anchor selection date.
setAnchorSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
setAnchorSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
setAnchorSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
setButtonsNames(String, String)
- Method in interface com.imagine.component.calendar.
CalendarDialog
Set the names for the "Ok" and "Cancel" buttons.
setCalendarComboBoxProperty(CalendarProperty, Object)
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Set the specified CalendarComboBox property to the specified value.
setCalendarComponent(CalendarComponent)
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
Set the calendar component associated.
setCalendarComponent(CalendarComponent)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Set the calendar component associated.
setCalendarProperty(CalendarProperty, Object)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Set the specified calendar property to the specified value.
setCalendarRendererProvider(CalendarRendererProvider)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Set the calendar renderer provider.
setCalendarSelectionModel(CalendarSelectionModel)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Set the dates selection model.
setColumn(int)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Set the column of the cell.
setColumn(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the column of the cell.
setDate(Date)
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Set the date.
setDate(Date)
- Method in interface com.imagine.component.calendar.
CalendarComponent
Set the date.
setDate(Date)
- Method in interface com.imagine.component.calendar.
CalendarDialog
Set the date.
setDateFormat(String)
- Method in interface com.imagine.component.calendar.
CalendarComboBox
Set the date format.
setDayOfMonth(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the day of month.
setDayOfWeek(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the day of week.
setDayOfYear(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the day of year.
setDisabled(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
true if the cell is disabled.
setEmptySelectionAllowed(boolean)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Sets whether the empty selection is allowed.
setHeight(int)
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Set the height of the cell.
setHeight(int)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Set the height of the cell.
setHeight(int)
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
setHeight(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the height of the cell.
setHeight(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the height of the cell.
setLeadSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Set the lead selection date.
setLeadSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
setLeadSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
setLeadSelectionDate(Date)
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
setLeftPadding(int)
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
Set the left padding.
setLeftPadding(int)
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
Set the left padding.
setMonth(int)
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Set the month.
setMonth(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the month.
setMonth(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the month.
setMonthType(CalendarMonthType)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the type of the month described by this object.
setMouseX(int)
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
setMouseX(int)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
setMouseX(int)
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
setMouseX(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
setMouseX(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
setMouseY(int)
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
setMouseY(int)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
setMouseY(int)
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
setMouseY(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
setMouseY(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
setName(String)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Set the name of the skin.
setNoneLabel(String)
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
setOnHoveredColumn(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Set to true if this cell is on the hovered column.
setOnHoveredColumn(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set to true if this cell is on the hovered column.
setOnHoveredRow(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set to true if this cell is on the hovered row.
setOnHoveredRow(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set to true if this cell is on the hovered row.
setRightPadding(int)
- Method in interface com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRenderer
Set the right padding.
setRightPadding(int)
- Method in class com.imagine.component.calendar.renderers.statuspanelrenderers.
CalendarStatusPanelRendererDefault
Set the right padding.
setRow(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the row of the cell.
setRow(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the row of the cell.
setSelected(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
true if the cell is selected.
setSelectedDates(Date[])
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
Set the selected dates.
setSelectedDates(Date[])
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelMultipleIntervalSelection
setSelectedDates(Date[])
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleIntervalSelection
setSelectedDates(Date[])
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModelSingleSelection
setSkinProperty(CalendarProperty, Object)
- Method in interface com.imagine.component.calendar.skins.
CalendarSkin
Set the specified skin property to the specified value.
setToday(boolean)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
true if the cell contains the today date.
setTodayLabel(String)
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
setValue(Object)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Set the value in the cell.
setValue(Object)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the value in the cell.
setValue(Object)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the value in the cell.
setVisible(boolean)
- Method in interface com.imagine.component.calendar.
CalendarDialog
Set the visible property to the specified value.
setWeekOfMonth(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the week of month
setWeekOfMonth(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the week of month
setWeekOfYear(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the week of year.
setWeekOfYear(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the week of year.
setWidth(int)
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Set the width of the cell.
setWidth(int)
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
Set the width of the cell.
setWidth(int)
- Method in class com.imagine.component.calendar.data.
CalendarStatusPanelInfo
setWidth(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the width of the cell.
setWidth(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the width of the cell.
setYear(int)
- Method in class com.imagine.component.calendar.data.
CalendarBackgroundInfo
Set the year.
setYear(int)
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
Set the year.
setYear(int)
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
Set the year.
T
TODAY_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
toString()
- Method in class com.imagine.component.calendar.data.
CalendarHeaderCellInfo
toString()
- Method in class com.imagine.component.calendar.data.
CalendarProperty
Returns the name of this calendar property.
toString()
- Method in class com.imagine.component.calendar.data.
CalendarTableCellInfo
toString()
- Method in class com.imagine.component.calendar.data.
CalendarWeekCellInfo
toString()
- Method in class com.imagine.component.calendar.renderers.
CalendarRendererProvider
A string representation of this provider.
toString()
- Method in class com.imagine.component.calendar.selection.
CalendarSelectionModel
A string representation of this selection model.
toString()
- Method in class com.imagine.component.calendar.skins.styles.
CalendarSkinStyle
A string representation of this style.
V
validateCalendarPropertyValue(Object)
- Method in class com.imagine.component.calendar.data.
CalendarProperty
Returns true if the given property value can be associated with this calendar property.
W
WEEKEND_CELL_FONT
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
WEEKEND_CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
WEEK_CELL_FILL_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
WEEK_CELL_FONT
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
WEEK_CELL_TEXT_COLOR
- Static variable in interface com.imagine.component.calendar.skins.
CalendarSkin
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
Java Calendar Component v3.1
www.java-calendar.com
PREV NEXT
FRAMES
NO FRAMES
All Classes