|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.imagine.component.calendar.CalendarFactory
The factory used to create a CalendarComponent, CalendarComboBox or CalendarDialog.
Constructor Summary | |
protected |
CalendarFactory(java.lang.String name)
Create a CalendarFactory. |
Method Summary | |
abstract CalendarComboBox |
createCalendarComboBox(java.util.Date date)
Create a calendarComboBox. |
abstract CalendarComponent |
createCalendarComponent(java.util.Date date)
Create a calendarComponent. |
CalendarDialog |
createCalendarDialog(java.awt.Window parent)
Create a calendarDialog. |
CalendarDialog |
createCalendarDialog(java.awt.Window parent,
java.util.Date date)
Create a calendarDialog. |
abstract CalendarTableCellEditor |
createTableCellEditor()
Create a JTable cell editor for the given date. |
static CalendarFactory |
getInstance()
Return the default CalendarFactory instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CalendarFactory(java.lang.String name)
name
- The name of the factory.Method Detail |
public abstract CalendarComponent createCalendarComponent(java.util.Date date)
date
- The date of the component.
public abstract CalendarComboBox createCalendarComboBox(java.util.Date date)
date
- The date of the calendarComboBox.
public CalendarDialog createCalendarDialog(java.awt.Window parent, java.util.Date date)
parent
- The parent window of the calendarDialog.date
- The date of the calendarDialog.
public CalendarDialog createCalendarDialog(java.awt.Window parent)
parent
- The parent window of the calendarDialog.
public abstract CalendarTableCellEditor createTableCellEditor()
public static CalendarFactory getInstance()
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |