Package | Description |
---|---|
ilog.views.gantt.swing.calendarview |
Provides classes for rendering Gantt data in Swing calendaring components, such as a
month or daily planner view.
|
ilog.views.util.swing.calendar |
Provides a set of Swing calendar components.
|
ilog.views.util.swing.calendar.event |
Provides for events fired by the Swing calendar components.
|
Modifier and Type | Method and Description |
---|---|
protected IlvCalendarModel |
IlvMonthPanel.createDefaultCalendarModel()
Returns the default calendar model object for this panel, which is
an instance of
IlvDefaultCalendarModel . |
protected IlvCalendarModel |
IlvDayView.createDefaultCalendarModel()
Returns the default calendar model object for this view, which is
an instance of
IlvDefaultCalendarModel . |
IlvCalendarModel |
IlvMonthView.getCalendarModel()
Returns the model that holds the calendar displayed by the view.
|
IlvCalendarModel |
IlvMonthPanel.getCalendarModel()
Returns the model that holds the calendar displayed by the panel.
|
IlvCalendarModel |
IlvDayView.getCalendarModel()
Returns the model that holds the calendar displayed by the view.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMonthView.setCalendarModel(IlvCalendarModel calendarModel)
Sets the model that holds the calendar displayed by the view.
|
void |
IlvMonthPanel.setCalendarModel(IlvCalendarModel calendarModel)
Sets the model that holds the calendar displayed by the panel.
|
void |
IlvDayView.setCalendarModel(IlvCalendarModel calendarModel)
Sets the model that holds the calendar displayed by the view.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractCalendarModel
IlvAbstractCalendarModel is the superclass of all IlvCalendarModel
implementations. |
class |
IlvDefaultCalendarModel
IlvDefaultCalendarModel is a default implementation of the
IlvCalendarModel interface. |
Modifier and Type | Method and Description |
---|---|
protected IlvCalendarModel |
IlvJTimeChooser.createDefaultModel()
Returns the default calendar model object for this component, which is
an
IlvDefaultCalendarModel . |
protected IlvCalendarModel |
IlvJMonthScroller.createDefaultModel()
Returns the default calendar model object for this component, which is an
IlvDefaultCalendarModel . |
protected IlvCalendarModel |
IlvJCalendarPanel.createDefaultModel()
Returns the default calendar model object for this panel, which is an
IlvDefaultCalendarModel . |
protected IlvCalendarModel |
IlvJCalendar.createDefaultModel()
Returns the default calendar model object for this component, which is an
IlvDefaultCalendarModel . |
IlvCalendarModel |
IlvJTimeChooser.getModel()
Returns the data model that holds the calendar displayed by the
time chooser.
|
IlvCalendarModel |
IlvJMonthScroller.getModel()
Returns the data model that holds the calendar displayed by the month
scroller.
|
IlvCalendarModel |
IlvJCalendarPanel.getModel()
Returns the data model that holds the calendar displayed by the panel.
|
IlvCalendarModel |
IlvJCalendar.getModel()
Returns the data model that holds the calendar displayed by the calendar component.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJTimeChooser.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the
time chooser.
|
void |
IlvJMonthScroller.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the month
scroller.
|
void |
IlvJCalendarPanel.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the panel.
|
void |
IlvJCalendar.setModel(IlvCalendarModel model)
Sets the data model that holds the calendar displayed by the calendar component.
|
Constructor and Description |
---|
IlvJCalendar(IlvCalendarModel model)
Creates a new
IlvJCalendar that is initialized with the specified data
model. |
IlvJCalendarPanel(IlvCalendarModel model)
Creates a new
IlvJCalendarPanel that is initialized with the specified
data model. |
IlvJMonthScroller(IlvCalendarModel model)
Creates a new
IlvJMonthScroller that is initialized with the
specified data model. |
IlvJTimeChooser(IlvCalendarModel model)
Creates a new
IlvJTimeChooser that is initialized with the
specified data model. |
Constructor and Description |
---|
CalendarModelEvent(IlvCalendarModel source,
Calendar oldValue,
Calendar newValue)
Creates a new
CalendarModelEvent generated by the
specified calendar model. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.