A B C D E F G H I J K L M N P R S T U V W X Y

A

actionPerformed(ActionEvent) - Method in class net.sf.nachocalendar.components.DateField
Invoked when an action occurs.
addActionListener(ActionListener) - Method in class net.sf.nachocalendar.components.DatePanel
Registers ActionListener to receive events.
addChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.CalendarPanel
Registers ChangeListener to receive events.
addChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.DateField
Registers ChangeListener to receive events.
addChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.DatePanel
Registers ChangeListener to receive events.
addChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.MonthScroller
Registers ChangeListener to receive events.
addChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.YearScroller
Registers ChangeListener to receive events.
addComponent(Component) - Method in class net.sf.nachocalendar.demo.ComponentForm
 
addData(Date, Object) - Method in class net.sf.nachocalendar.model.DefaultDataModel
Adds new data to the Collection.
addDataModelListener(DataModelListener) - Method in class net.sf.nachocalendar.model.DefaultDataModel
Registers DataModelListener to receive events.
addDateSelectionListener(DateSelectionListener) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Registers DateSelectionListener to receive events.
addDateSelectionListener(DateSelectionListener) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
Registers DateSelectionListener to receive events.
addHoliDay(HoliDay) - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Adds a new holiday to the Collection.
addKeyListener(KeyListener) - Method in class net.sf.nachocalendar.components.CalendarPanel
Registers KeyListener to receive events.
addKeyListener(KeyListener) - Method in class net.sf.nachocalendar.components.DatePanel
Registers KeyListener to receive events.
addMonthChangeListener(MonthChangeListener) - Method in class net.sf.nachocalendar.components.DatePanel
Registers MonthChangeListener to receive events.
addSelectionInterval(Date, Date) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Adds the interval to the selection.
addSelectionInterval(Date, Date) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
addTask(Task) - Method in class net.sf.nachocalendar.tasks.TaskDataModel
Adds a new Task to the model.
addYearChangeListener(YearChangeListener) - Method in class net.sf.nachocalendar.components.MonthScroller
Registers YearChangeListener to receive events.
ArrowButton - Class in net.sf.nachocalendar.components
JButton showing an arrow.
ArrowButton(int) - Constructor for class net.sf.nachocalendar.components.ArrowButton
Creates a new instance of ArrowButton.

B

both - Variable in class net.sf.nachocalendar.components.MoonPhase
 
buf - Variable in class net.sf.nachocalendar.components.MoonPhase
 

C

CalendarDemo - Class in net.sf.nachocalendar.demo
 
CalendarDemo() - Constructor for class net.sf.nachocalendar.demo.CalendarDemo
Creates new form CalendarDemo
CalendarFactory - Class in net.sf.nachocalendar
Factory with convenient methods to get components ready to use.
CalendarFactory() - Constructor for class net.sf.nachocalendar.CalendarFactory
Default constructor, declared as private.
CalendarPanel - Class in net.sf.nachocalendar.components
Panel used to show many months at once.
CalendarPanel() - Constructor for class net.sf.nachocalendar.components.CalendarPanel
Default constructor, constructs a vertical panel with 3 months.
CalendarPanel(int) - Constructor for class net.sf.nachocalendar.components.CalendarPanel
Constructs a panel with 3 months and the provided orientation.
CalendarPanel(boolean) - Constructor for class net.sf.nachocalendar.components.CalendarPanel
Constructrs a panel with 3 months, Vertical.
CalendarPanel(int, int) - Constructor for class net.sf.nachocalendar.components.CalendarPanel
Constructs a panel with the provided quantity and orientation.
CalendarPanel(int, int, boolean) - Constructor for class net.sf.nachocalendar.components.CalendarPanel
 
CalendarPanel(int, int, boolean, boolean) - Constructor for class net.sf.nachocalendar.components.CalendarPanel
Creates a new instance of CalendarPanel.
CalendarUtils - Class in net.sf.nachocalendar.components
Collection of utilities.
canvas2 - Variable in class net.sf.nachocalendar.components.MoonPhase
 
characters(char[], int, int) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
clear() - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Removes all holidays from the Collection.
clear() - Method in class net.sf.nachocalendar.model.DefaultDataModel
Removes all data from the Collection.
clearSelection() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Clears the current selection.
clearSelection() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
ComponentForm - Class in net.sf.nachocalendar.demo
 
ComponentForm(Frame, boolean) - Constructor for class net.sf.nachocalendar.demo.ComponentForm
Creates new form ComponentForm
ComponentForm(Dialog, boolean) - Constructor for class net.sf.nachocalendar.demo.ComponentForm
 
convertToDate(Object) - Static method in class net.sf.nachocalendar.components.CalendarUtils
Converts Object to Date.
createCalendarPanel() - Static method in class net.sf.nachocalendar.CalendarFactory
Creates a plain CalendarPanel.
createCalendarPanel(int, int) - Static method in class net.sf.nachocalendar.CalendarFactory
Creates a plain CalendarPanel.
createCalendarPanel(int) - Static method in class net.sf.nachocalendar.CalendarFactory
Creates a plain CalendarPanel.
createCalendarPanel() - Method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a CalendarPanel customized.
createCalendarPanel(boolean) - Method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a CalendarPanel customized.
createCalendarPanel(int, int) - Static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Creates a new CalendarPanel.
createCalendarPanel() - Static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Creates a new CalendarPanel with default values.
createCalendarPanel() - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new CalendarPanel customized to show Tasks.
createCalendarPanel(int, int) - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new CalendarPanel customized to show Tasks.
createCalendarPanel(int) - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new CalendarPanel customized to show Tasks.
createDateField() - Static method in class net.sf.nachocalendar.CalendarFactory
Returns a plain DateField.
createDateField() - Method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a DateField customized.
createDateField(boolean) - Method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a DateField customized.
createDateField(String, Locale) - Static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Returns a formatted DateField.
createDateField() - Static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Creates a DateField with a parent Dialog.
createDateField(String, Locale) - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a formatted DateField.
createDateField() - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new DateField customized to show Tasks.
createDatePanel() - Static method in class net.sf.nachocalendar.CalendarFactory
Creates a plain DatePanel.
createDatePanel(boolean) - Static method in class net.sf.nachocalendar.CalendarFactory
Creates a plain DatePanel.
createDatePanel() - Method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a DatePanel customized.
createDatePanel(boolean) - Method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a DatePanel customized.
createDatePanel() - Static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Factory Method to create a DatePanel customized to show holidays.
createDatePanel(boolean) - Static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Factory Method to create a DatePanel customized to show holidays.
createDatePanel() - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new DatePanel customized to show Tasks.
createDatePanel(boolean) - Static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new DatePanel customized to show Tasks.
current - Variable in class net.sf.nachocalendar.components.MoonPhase
 
customize(DateField) - Method in class net.sf.nachocalendar.customizer.DirectSetter
 
customize(CalendarPanel) - Method in class net.sf.nachocalendar.customizer.DirectSetter
 
customize(DatePanel) - Method in class net.sf.nachocalendar.customizer.DirectSetter
 
customize(DateField) - Method in interface net.sf.nachocalendar.customizer.PropertiesSetter
Customizes a Datefield.
customize(CalendarPanel) - Method in interface net.sf.nachocalendar.customizer.PropertiesSetter
Customizes a CalendarPanel.
customize(DatePanel) - Method in interface net.sf.nachocalendar.customizer.PropertiesSetter
Customizes a DatePanel.
Customizer - Interface in net.sf.nachocalendar.customizer
Interface that must implement any class used to read a configuration file to get property values.
CustomizerDemo - Class in net.sf.nachocalendar.demo
 
CustomizerDemo(Frame, boolean) - Constructor for class net.sf.nachocalendar.demo.CustomizerDemo
Creates new form CustomizerDemo
CustomizerFactory - Class in net.sf.nachocalendar.customizer
Factory using a configuration file to set the properties of the component.
CustomizerFactory(File) - Constructor for class net.sf.nachocalendar.customizer.CustomizerFactory
Constructor with a config file.

D

dataChanged(DataChangeEvent) - Method in interface net.sf.nachocalendar.event.DataModelListener
Event fired when a date changes.
DataChangeEvent - Class in net.sf.nachocalendar.event
Event fired when a date changes.
DataChangeEvent(Object, Date) - Constructor for class net.sf.nachocalendar.event.DataChangeEvent
Creates a new instance of DataChangeEvent.
DataModel - Interface in net.sf.nachocalendar.model
Model used to manage data asociated to dates.
DataModelListener - Interface in net.sf.nachocalendar.event
Listener interface to DateChange events.
DateField - Class in net.sf.nachocalendar.components
Field used to select a date.
DateField(boolean) - Constructor for class net.sf.nachocalendar.components.DateField
Creates a new instance of DateField.
DateField() - Constructor for class net.sf.nachocalendar.components.DateField
Constructs a default DateField.
DateField(DateFormatter) - Constructor for class net.sf.nachocalendar.components.DateField
Constructor with a custom formatter.
DateField(DateFormat) - Constructor for class net.sf.nachocalendar.components.DateField
 
DateField(Locale) - Constructor for class net.sf.nachocalendar.components.DateField
Constructor with a custom locale.
DateFieldTableEditor - Class in net.sf.nachocalendar.table
 
DateFieldTableEditor() - Constructor for class net.sf.nachocalendar.table.DateFieldTableEditor
Default constructor.
DateFieldTableEditor(DateField) - Constructor for class net.sf.nachocalendar.table.DateFieldTableEditor
Constructor specifying the DateField to use.
DatePanel - Class in net.sf.nachocalendar.components
Panel for selecting a day.
DatePanel() - Constructor for class net.sf.nachocalendar.components.DatePanel
Default constructor.
DatePanel(boolean) - Constructor for class net.sf.nachocalendar.components.DatePanel
Creates a DatePanel and let specify the showing of week numbers.
DateRendererDecorator - Class in net.sf.nachocalendar.table
 
DateRendererDecorator() - Constructor for class net.sf.nachocalendar.table.DateRendererDecorator
Default constructor.
DateRendererDecorator(TableCellRenderer) - Constructor for class net.sf.nachocalendar.table.DateRendererDecorator
Constructor using the renderer to decorate.
DateRendererDecorator(TableCellRenderer, DateFormat) - Constructor for class net.sf.nachocalendar.table.DateRendererDecorator
Constructor specifying the format.
DateSelectionEvent - Class in net.sf.nachocalendar.event
 
DateSelectionEvent(Object) - Constructor for class net.sf.nachocalendar.event.DateSelectionEvent
Default constructor.
DateSelectionListener - Interface in net.sf.nachocalendar.event
 
DateSelectionModel - Interface in net.sf.nachocalendar.model
 
DayPanel - Class in net.sf.nachocalendar.components
Component used to display a day.
DayPanel(DayRenderer, int) - Constructor for class net.sf.nachocalendar.components.DayPanel
Creates a new instance of DayPanel.
DayRenderer - Interface in net.sf.nachocalendar.components
Interface that must be implemented by classes used to render Days.
DefaultDataModel - Class in net.sf.nachocalendar.model
Default implementation for DataModel.
DefaultDataModel() - Constructor for class net.sf.nachocalendar.model.DefaultDataModel
Creates a new instance of DefaultDataModel.
DefaultDateSelectionModel - Class in net.sf.nachocalendar.model
Default implementation for DateSelectionModel interface.
DefaultDateSelectionModel() - Constructor for class net.sf.nachocalendar.model.DefaultDateSelectionModel
Default constructor.
DefaultDayRenderer - Class in net.sf.nachocalendar.components
Default implementation of the DayRenderer interface.
DefaultDayRenderer() - Constructor for class net.sf.nachocalendar.components.DefaultDayRenderer
Creates a new instance of DefaultDayRenderer.
DefaultHeaderRenderer - Class in net.sf.nachocalendar.components
Default implementation of HeaderRenderer.
DefaultHeaderRenderer() - Constructor for class net.sf.nachocalendar.components.DefaultHeaderRenderer
Creates a new instance of DefaultHeaderRenderer.
DefaultHoliDay - Class in net.sf.nachocalendar.holidays
Default implementation for holidays.
DefaultHoliDay() - Constructor for class net.sf.nachocalendar.holidays.DefaultHoliDay
Creates a new instance of HoliDay.
DefaultTask - Class in net.sf.nachocalendar.tasks
Default implementation of the Task interface.
DefaultTask() - Constructor for class net.sf.nachocalendar.tasks.DefaultTask
Creates a new instance of DefaultTask.
destroy() - Method in class net.sf.nachocalendar.components.MoonPhase
 
DirectSetter - Class in net.sf.nachocalendar.customizer
Class that sets properties of components using direct calls to methods.
DirectSetter(Customizer) - Constructor for class net.sf.nachocalendar.customizer.DirectSetter
Constructor with a Customizer.
DirectSetter() - Constructor for class net.sf.nachocalendar.customizer.DirectSetter
Default constructor, must add a Customizer via setter.
DOWN - Static variable in class net.sf.nachocalendar.components.CalendarPanel
Down Position.
drawMoon(Graphics, Date, int, int, int) - Method in class net.sf.nachocalendar.components.MoonCalculation
 

E

earthsize - Variable in class net.sf.nachocalendar.components.MoonPhase
 
endElement(String, String, String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
eternalScroll - Variable in class net.sf.nachocalendar.components.CalendarPanel
 

F

fireChangeEvent(ChangeEvent) - Method in class net.sf.nachocalendar.components.MonthPanel
Event fired every date selection change.
FormatSymbols - Class in net.sf.nachocalendar.components
 
FormatSymbols(DateFormatter, Locale) - Constructor for class net.sf.nachocalendar.components.FormatSymbols
 

G

gBuf - Variable in class net.sf.nachocalendar.components.MoonPhase
 
getAll() - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Returns a Collection with the Holidays.
getAll() - Method in class net.sf.nachocalendar.model.DefaultDataModel
Returns a Collection with the data.
getAllowsInvalid() - Method in class net.sf.nachocalendar.components.DateField
Getter for property allowsInvalid.
getBaseDate() - Method in class net.sf.nachocalendar.components.DateField
 
getBoolean(String) - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns a boolean related to the key.
getBoolean(String) - Static method in class net.sf.nachocalendar.customizer.PropertiesConverter
Converts the String to a boolean.
getBoolean(String) - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
getBoolean(String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
getCellEditorValue() - Method in class net.sf.nachocalendar.table.DateFieldTableEditor
 
getData() - Method in class net.sf.nachocalendar.components.DayPanel
Returns the current data.
getData(Date) - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Returns the data asociated with the provided date.
getData(Date) - Method in interface net.sf.nachocalendar.model.DataModel
Checks if the date provided has data.
getData(Date) - Method in class net.sf.nachocalendar.model.DefaultDataModel
Checks if the date provided has data.
getDate() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property date.
getDate() - Method in class net.sf.nachocalendar.components.DatePanel
Returns the selected date.
getDate() - Method in class net.sf.nachocalendar.components.DayPanel
Return the displaying date.
getDate() - Method in class net.sf.nachocalendar.event.DataChangeEvent
Getter for property date.
getDate() - Method in class net.sf.nachocalendar.event.MonthChangeEvent
Getter for property date.
getDate() - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Getter for property date.
getDate() - Method in interface net.sf.nachocalendar.holidays.HoliDay
Getter for property date.
getDate() - Method in class net.sf.nachocalendar.tasks.DefaultTask
Returns the Date of this task.
getDate() - Method in interface net.sf.nachocalendar.tasks.Task
Returns the Date of this task.
getDateFormat() - Method in class net.sf.nachocalendar.components.DateField
 
getDateSelectionModel() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
getDateSelectionModel() - Method in class net.sf.nachocalendar.components.DatePanel
 
getDay() - Method in class net.sf.nachocalendar.components.MonthPanel
Returns the currently selected day.
getDaypanels() - Method in class net.sf.nachocalendar.components.MonthPanel
 
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in interface net.sf.nachocalendar.components.DayRenderer
Returns a component configured to render the Day.
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in class net.sf.nachocalendar.components.DefaultDayRenderer
Returns a component configured to render the Day.
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in class net.sf.nachocalendar.holidays.HolidayDecorator
 
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in class net.sf.nachocalendar.holidays.HoliDayRenderer
Deprecated. Returns a component configured to render the Day.
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in class net.sf.nachocalendar.tasks.TaskDecorator
 
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in class net.sf.nachocalendar.tasks.TaskQuantityRenderer
Returns a component configured to render the Day.
getDayRenderer(DayPanel, Date, Object, boolean, boolean, boolean) - Method in class net.sf.nachocalendar.tasks.TaskRenderer
Deprecated. Returns a component configured to render the Day.
getDefaultWorking() - Static method in class net.sf.nachocalendar.components.MonthPanel
 
getDescription() - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Getter for property description.
getDirection() - Method in class net.sf.nachocalendar.components.ArrowButton
Getter for property direction.
getDouble(String) - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns a double related to the key.
getDouble(String) - Static method in class net.sf.nachocalendar.customizer.PropertiesConverter
Converts the String to a double.
getDouble(String) - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
getDouble(String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
getFirstDayOfWeek() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property firstDayOfWeek.
getFirstDayOfWeek() - Method in class net.sf.nachocalendar.components.DateField
Getter for property firstDayOfWeek.
getFirstDayOfWeek() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for property firstDayOfWeek.
getFirstDayOfWeek() - Method in class net.sf.nachocalendar.components.MonthPanel
Getter for property firstDayOfWeek.
getFloat(String) - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns a float related to the key.
getFloat(String) - Static method in class net.sf.nachocalendar.customizer.PropertiesConverter
Converts the String to a float.
getFloat(String) - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
getFloat(String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
getFormattedTextField() - Method in class net.sf.nachocalendar.components.DateField
Returns the JFormattedTextField for further customization
getHeaderRenderer() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property headerRenderer.
getHeaderRenderer() - Method in class net.sf.nachocalendar.components.DateField
Getter for property headerRenderer.
getHeaderRenderer() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for property headerRenderer.
getHeaderRenderer(HeaderPanel, Object, boolean, boolean) - Method in class net.sf.nachocalendar.components.DefaultHeaderRenderer
Returns the component used to render the header.
getHeaderRenderer(HeaderPanel, Object, boolean, boolean) - Method in interface net.sf.nachocalendar.components.HeaderRenderer
Returns the component used to render the header.
getHeaderRenderer() - Method in class net.sf.nachocalendar.components.MonthPanel
Getter for property headerRenderer.
getHoliDay(Date) - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Checks if the date provided is holiday.
getIndex() - Method in class net.sf.nachocalendar.components.DayPanel
Getter for property index.
getInteger(String) - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns an int related to the key.
getInteger(String) - Static method in class net.sf.nachocalendar.customizer.PropertiesConverter
Converts the String to an int.
getInteger(String) - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
getInteger(String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
getLeadSelectionDate() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Returns the lead selection Date.
getLeadSelectionDate() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
getLong(String) - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns a long related to the key.
getLong(String) - Static method in class net.sf.nachocalendar.customizer.PropertiesConverter
Converts the String to a long.
getLong(String) - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
getLong(String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
getMaxDate() - Method in class net.sf.nachocalendar.components.MonthPanel
 
getMessage(String) - Static method in class net.sf.nachocalendar.components.CalendarUtils
Returns a localized message.
getMinDate() - Method in class net.sf.nachocalendar.components.MonthPanel
 
getMinimalDaysInFirstWeek() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
getMinimalDaysInFirstWeek() - Method in class net.sf.nachocalendar.components.MonthPanel
 
getModel() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property model.
getModel() - Method in class net.sf.nachocalendar.components.DateField
Getter for property model.
getModel() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for property model.
getModel() - Method in class net.sf.nachocalendar.components.MonthPanel
Getter for property model.
getMonth() - Method in class net.sf.nachocalendar.components.MonthPanel
Returns the currently selected month.
getMonth() - Method in class net.sf.nachocalendar.components.MonthScroller
Returns the current month.
getName() - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Getter for property name.
getName() - Method in interface net.sf.nachocalendar.holidays.HoliDay
Getter for property name.
getName() - Method in class net.sf.nachocalendar.tasks.DefaultTask
Returns the name of this task.
getName() - Method in interface net.sf.nachocalendar.tasks.Task
Returns the name of this task.
getOrientation() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property orientation.
getPreferredSize() - Method in class net.sf.nachocalendar.components.ArrowButton
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize() - Method in class net.sf.nachocalendar.components.HeaderPanel
If the preferredSize has been set to a non-null value just returns it.
getQuantity() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property quantity.
getRenderer() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property renderer.
getRenderer() - Method in class net.sf.nachocalendar.components.DateField
Getter for property renderer.
getRenderer() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for property renderer.
getRenderer() - Method in class net.sf.nachocalendar.components.DayPanel
Getter for property renderer.
getRenderer() - Method in class net.sf.nachocalendar.components.HeaderPanel
Getter for property renderer.
getRenderer() - Method in class net.sf.nachocalendar.components.MonthPanel
Getter for property renderer.
getScrollPosition() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property scrollPosition.
getSelectedDate() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Returns the selected Date.
getSelectedDate() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
getSelectedDates() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Sets the selected Dates.
getSelectedDates() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
getSelectionMode() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
getSelectionMode() - Method in class net.sf.nachocalendar.components.DatePanel
Returns the current selection mode.
getSelectionMode() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Returns the selection mode.
getSelectionMode() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
getShowOkCancel() - Method in class net.sf.nachocalendar.components.DateField
Getter for property showOkCancel.
getShowToday() - Method in class net.sf.nachocalendar.components.DateField
Returns the Today button visibility.
getShowToday() - Method in class net.sf.nachocalendar.components.DatePanel
Returns the Today button visibility.
getSingletonObject() - Static method in class net.sf.nachocalendar.components.FormatSymbols
 
getSize() - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Returns the quantity of holidays in the Collection.
getSize() - Method in class net.sf.nachocalendar.model.DefaultDataModel
Returns the quantity of data in the Collection.
getString(String) - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns a String related to the key.
getString(String) - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
getString(String) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.sf.nachocalendar.table.DateFieldTableEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.nachocalendar.table.DateRendererDecorator
 
getTaskBg() - Method in class net.sf.nachocalendar.tasks.TaskQuantityRenderer
 
getTaskBg() - Method in class net.sf.nachocalendar.tasks.TaskRenderer
Deprecated.  
getTasks(Date) - Method in class net.sf.nachocalendar.tasks.TaskDataModel
Returns a Collection with all the tasks related to a provided Date.
getTodayCaption() - Method in class net.sf.nachocalendar.components.DateField
Returns the today button text.
getTodayCaption() - Method in class net.sf.nachocalendar.components.DatePanel
Returns the today button text.
getValue() - Method in class net.sf.nachocalendar.components.CalendarPanel
Returns the selected date.
getValue() - Method in class net.sf.nachocalendar.components.DateField
Returns the current Date.
getValue() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for property value.
getValue() - Method in class net.sf.nachocalendar.components.HeaderPanel
Getter for property value.
getValueIsAdjusting() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Returns true if the current changes to the value property are part of a series of changes.
getValueIsAdjusting() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
getValues() - Method in class net.sf.nachocalendar.components.CalendarPanel
Return the selected dates as an Array.
getValues() - Method in class net.sf.nachocalendar.components.DatePanel
Returns a Object collection with the selected dates.
getWorkingdays() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property workingdays.
getWorkingDays() - Method in class net.sf.nachocalendar.components.DateField
Getter for property workingDays.
getWorkingDays() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for property workingDays.
getWorkingdays() - Method in class net.sf.nachocalendar.components.MonthPanel
Getter for property workingdays.
getYear() - Method in class net.sf.nachocalendar.components.YearScroller
Returns the current selected year.
getYearPosition() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property yearPosition.

H

HeaderPanel - Class in net.sf.nachocalendar.components
Panel used to render headers and week numbers.
HeaderPanel(HeaderRenderer) - Constructor for class net.sf.nachocalendar.components.HeaderPanel
Creates a new instance of HeaderPanel.
HeaderRenderer - Interface in net.sf.nachocalendar.components
Interface that must be implemented by classes used to render.
height - Variable in class net.sf.nachocalendar.components.MoonPhase
 
HoliDay - Interface in net.sf.nachocalendar.holidays
Interface that must be implemented to represent a HoliDay.
HolidayCalendarDemo - Class in net.sf.nachocalendar.demo
Demo app used to show the package features
HolidayCalendarDemo(JFrame, boolean) - Constructor for class net.sf.nachocalendar.demo.HolidayCalendarDemo
Creates new form HolidayCalendarDemo
HoliDayCalendarFactory - Class in net.sf.nachocalendar.holidays
Factory for holiday showing components.
HolidayDecorator - Class in net.sf.nachocalendar.holidays
 
HolidayDecorator(DayRenderer) - Constructor for class net.sf.nachocalendar.holidays.HolidayDecorator
Default constructor.
HoliDayModel - Class in net.sf.nachocalendar.holidays
Default implementation for HoliDayModel.
HoliDayModel() - Constructor for class net.sf.nachocalendar.holidays.HoliDayModel
Creates a new instance of DefaultHoliDayModel.
HoliDayRenderer - Class in net.sf.nachocalendar.holidays
Deprecated. As of version 0.20 replaced by net.sf.nachocalendar.holidays.HoliDayDecorator
HoliDayRenderer() - Constructor for class net.sf.nachocalendar.holidays.HoliDayRenderer
Deprecated. Creates a new instance of HoliDayRenderer.
HORIZONTAL - Static variable in class net.sf.nachocalendar.components.CalendarPanel
Horizontal orientation.

I

init() - Method in class net.sf.nachocalendar.components.MoonPhase
 
isAntiAliased() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
isAntiAliased() - Method in class net.sf.nachocalendar.components.DateField
 
isAntiAliased() - Method in class net.sf.nachocalendar.components.DatePanel
 
isAntiAliased() - Method in class net.sf.nachocalendar.components.DayPanel
 
isAntiAliased() - Method in class net.sf.nachocalendar.components.HeaderPanel
 
isAntiAliased() - Method in class net.sf.nachocalendar.components.MonthPanel
 
isCellEditable(EventObject) - Method in class net.sf.nachocalendar.table.DateFieldTableEditor
 
isComponentEnabled() - Method in class net.sf.nachocalendar.components.DayPanel
Getter for property componentEnabled.
isEnabled() - Method in class net.sf.nachocalendar.components.CalendarPanel
Getter for enabled property
isEnabled() - Method in class net.sf.nachocalendar.components.DateField
Getter for enabled property
isEnabled() - Method in class net.sf.nachocalendar.components.DatePanel
Getter for enabled property.
isEnabled() - Method in class net.sf.nachocalendar.components.DayPanel
Getter for property enabled.
isEnabled() - Method in class net.sf.nachocalendar.components.MonthPanel
Getter for enabled property
isEnabled() - Method in class net.sf.nachocalendar.components.MonthScroller
Getter for enabled property.
isEnabled() - Method in class net.sf.nachocalendar.components.YearScroller
Getter for enabled property.
isEternalScroll() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
isHeader() - Method in class net.sf.nachocalendar.components.HeaderPanel
Getter for property header.
isLeapYearP(int) - Method in class net.sf.nachocalendar.components.MoonCalculation
 
isPrintMoon() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
isPrintMoon() - Method in class net.sf.nachocalendar.components.DateField
 
isPrintMoon() - Method in class net.sf.nachocalendar.components.DatePanel
 
isPrintMoon() - Method in class net.sf.nachocalendar.components.DayPanel
 
isPrintMoon() - Method in class net.sf.nachocalendar.components.MonthPanel
 
isRecurrent() - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Getter for property recurrent.
isRecurrent() - Method in interface net.sf.nachocalendar.holidays.HoliDay
Getter for property recurrent.
isSameDay(Date, Date) - Static method in class net.sf.nachocalendar.components.CalendarUtils
Compares two dates.
isSelected() - Method in class net.sf.nachocalendar.components.DayPanel
Getter for property selected.
isSelectedDate(Date) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Checks if provided date is selected.
isSelectedDate(Date) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
isSelectionEmpty() - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Checks if selection is empty.
isSelectionEmpty() - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
isShowToday() - Method in class net.sf.nachocalendar.components.CalendarPanel
 
isToday(Date) - Static method in class net.sf.nachocalendar.components.CalendarUtils
Compares provided date with the current Date.
isWorking() - Method in class net.sf.nachocalendar.components.DayPanel
Getter for property working.
isWorking() - Method in class net.sf.nachocalendar.components.HeaderPanel
Getter for property working.

J

JTableCustomizer - Class in net.sf.nachocalendar.table
 
JTableDemo - Class in net.sf.nachocalendar.demo
 
JTableDemo(Frame, boolean) - Constructor for class net.sf.nachocalendar.demo.JTableDemo
Creates new form JTableDemo

K

keySet() - Method in interface net.sf.nachocalendar.customizer.Customizer
Returns a Set with the properties names.
keySet() - Method in class net.sf.nachocalendar.customizer.PropertiesCustomizer
 
keySet() - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 

L

LEFT - Static variable in class net.sf.nachocalendar.components.CalendarPanel
Left Position.

M

main(String[]) - Static method in class net.sf.nachocalendar.demo.CalendarDemo
 
MonthChangeEvent - Class in net.sf.nachocalendar.event
Event fired when a month must be changed because a day under or overflows.
MonthChangeEvent(Object, Date) - Constructor for class net.sf.nachocalendar.event.MonthChangeEvent
Creates a new instance of MonthChangeEvent.
MonthChangeListener - Interface in net.sf.nachocalendar.event
 
monthDecreased(MonthChangeEvent) - Method in interface net.sf.nachocalendar.event.MonthChangeListener
Called when the day underflows.
monthIncreased(MonthChangeEvent) - Method in interface net.sf.nachocalendar.event.MonthChangeListener
Called when the day overflows.
MonthPanel - Class in net.sf.nachocalendar.components
Class for displaying a month.
MonthPanel() - Constructor for class net.sf.nachocalendar.components.MonthPanel
Default constructor, it uses default values for everything.
MonthPanel(boolean) - Constructor for class net.sf.nachocalendar.components.MonthPanel
Full constructor for MonthPanel.
MonthScroller - Class in net.sf.nachocalendar.components
Component used to change the current month.
MonthScroller() - Constructor for class net.sf.nachocalendar.components.MonthScroller
Creates new form MonthScroller.
MoonCalculation - Class in net.sf.nachocalendar.components
File: MoonCalculation.java Author: Angus McIntyre Date: 31.05.96 Updated: 01.06.96 Java class to calculate the phase of the moon, given a date.
MoonCalculation() - Constructor for class net.sf.nachocalendar.components.MoonCalculation
 
moondist - Variable in class net.sf.nachocalendar.components.MoonPhase
 
moonPhase(int, int, int) - Method in class net.sf.nachocalendar.components.MoonCalculation
 
MoonPhase - Class in net.sf.nachocalendar.components
 
MoonPhase() - Constructor for class net.sf.nachocalendar.components.MoonPhase
 
moonsize - Variable in class net.sf.nachocalendar.components.MoonPhase
 
MULTIPLE_INTERVAL_SELECTION - Static variable in interface net.sf.nachocalendar.model.DateSelectionModel
Used to support multiple Date intevals.

N

net.sf.nachocalendar - package net.sf.nachocalendar
Home package.
net.sf.nachocalendar.components - package net.sf.nachocalendar.components
Component classes, including DateField and CalendarPanel.
net.sf.nachocalendar.customizer - package net.sf.nachocalendar.customizer
Customizer Classes
net.sf.nachocalendar.demo - package net.sf.nachocalendar.demo
Contains an application demo (CalendarDemo) used to demostrate the use of the components and the HoliDay showing customization
net.sf.nachocalendar.event - package net.sf.nachocalendar.event
Contains eventmodel classes
net.sf.nachocalendar.holidays - package net.sf.nachocalendar.holidays
This is a sample and useful customization.
net.sf.nachocalendar.model - package net.sf.nachocalendar.model
Contains classes to support data relation with dates
net.sf.nachocalendar.table - package net.sf.nachocalendar.table
Contains classes to add support to use a DateField within a JTable.
net.sf.nachocalendar.tasks - package net.sf.nachocalendar.tasks
This is a sample and useful customization.
nextMonth() - Method in class net.sf.nachocalendar.components.MonthScroller
Changes to the next month.

P

paint(Graphics) - Method in class net.sf.nachocalendar.components.ArrowButton
Invoked by Swing to draw components.
paint(Graphics) - Method in class net.sf.nachocalendar.components.DayPanel
Invoked by Swing to draw components.
paint(Graphics) - Method in class net.sf.nachocalendar.components.HeaderPanel
Invoked by Swing to draw components.
paint(Graphics) - Method in class net.sf.nachocalendar.tasks.TaskQuantityRenderer
Draws the component.
phase - Variable in class net.sf.nachocalendar.components.MoonPhase
 
PlainCalendarDemo - Class in net.sf.nachocalendar.demo
 
PlainCalendarDemo(Frame, boolean) - Constructor for class net.sf.nachocalendar.demo.PlainCalendarDemo
Creates new form PlainCalendarDemo
previousMonth() - Method in class net.sf.nachocalendar.components.MonthScroller
Changes to the previous month.
PropertiesConverter - Class in net.sf.nachocalendar.customizer
Utility class to convert Strings to various types.
PropertiesCustomizer - Class in net.sf.nachocalendar.customizer
Calendar customizer using a .properties file.
PropertiesCustomizer(InputStream) - Constructor for class net.sf.nachocalendar.customizer.PropertiesCustomizer
Constructor using a inputstream which may read a .properties file.
PropertiesSetter - Interface in net.sf.nachocalendar.customizer
Interface that must be implemented by classes that set components properties.
propertyChange(PropertyChangeEvent) - Method in class net.sf.nachocalendar.components.DateField
Event fired when a property changes.

R

refresh() - Method in class net.sf.nachocalendar.components.CalendarPanel
Refreshes the display of this month.
refresh() - Method in class net.sf.nachocalendar.components.DatePanel
Refreshes the showing of this component.
refresh() - Method in class net.sf.nachocalendar.components.MonthPanel
Refreshes the showing of this component.
removeActionListener(ActionListener) - Method in class net.sf.nachocalendar.components.DatePanel
Removes ActionListener from the list of listeners.
removeChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.CalendarPanel
Removes ChangeListener from the list of listeners.
removeChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.DateField
Removes ChangeListener from the list of listeners.
removeChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.DatePanel
Removes ChangeListener from the list of listeners.
removeChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.MonthScroller
Removes ChangeListener from the list of listeners.
removeChangeListener(ChangeListener) - Method in class net.sf.nachocalendar.components.YearScroller
Removes ChangeListener from the list of listeners.
removeData(Date) - Method in class net.sf.nachocalendar.model.DefaultDataModel
Removes the provided data from the Collection.
removeDataModelListener(DataModelListener) - Method in class net.sf.nachocalendar.model.DefaultDataModel
Removes DataModelListener from the list of listeners.
removeDateSelectionListener(DateSelectionListener) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Removes DateSelectionListener from the list of listeners.
removeDateSelectionListener(DateSelectionListener) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
Removes DateSelectionListener from the list of listeners.
removeHoliDay(HoliDay) - Method in class net.sf.nachocalendar.holidays.HoliDayModel
Removes the provided holiday from the Collection.
removeKeyListener(KeyListener) - Method in class net.sf.nachocalendar.components.CalendarPanel
Removes KeyListener from the list of listeners.
removeKeyListener(KeyListener) - Method in class net.sf.nachocalendar.components.DatePanel
Removes KeyListener from the list of listeners.
removeMonthChangeListener(MonthChangeListener) - Method in class net.sf.nachocalendar.components.DatePanel
Removes MonthChangeListener from the list of listeners.
removeSelectionInterval(Date, Date) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Removes the interval from selection.
removeSelectionInterval(Date, Date) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
removeTask(Task) - Method in class net.sf.nachocalendar.tasks.TaskDataModel
Removes a task from the model.
removeYearChangeListener(YearChangeListener) - Method in class net.sf.nachocalendar.components.MonthScroller
Removes YearChangeListener from the list of listeners.
RIGHT - Static variable in class net.sf.nachocalendar.components.CalendarPanel
Right Position.

S

setAllowsInvalid(boolean) - Method in class net.sf.nachocalendar.components.DateField
Setter for property allowsInvalid.
setAntiAliased(boolean) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setAntiAliased(boolean) - Method in class net.sf.nachocalendar.components.DateField
 
setAntiAliased(boolean) - Method in class net.sf.nachocalendar.components.DatePanel
 
setAntiAliased(boolean) - Method in class net.sf.nachocalendar.components.DayPanel
 
setAntiAliased(boolean) - Method in class net.sf.nachocalendar.components.HeaderPanel
 
setAntiAliased(boolean) - Method in class net.sf.nachocalendar.components.MonthPanel
 
setBaseDate(Date) - Method in class net.sf.nachocalendar.components.DateField
A base date may different from "today" and will be the date shown on the Date Window when it is launched.
setComponentEnabled(boolean) - Method in class net.sf.nachocalendar.components.DayPanel
Setter for property componentEnabled.
setCustomizer(Customizer) - Method in class net.sf.nachocalendar.customizer.DirectSetter
Sets the current customizer.
setData(Object) - Method in class net.sf.nachocalendar.components.DayPanel
Sets the current data.
setDate(Date) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property date.
setDate(Date) - Method in class net.sf.nachocalendar.components.DatePanel
Sets the selected date.
setDate(Date) - Method in class net.sf.nachocalendar.components.DayPanel
Sets the displaying date.
setDate(Date) - Method in class net.sf.nachocalendar.event.MonthChangeEvent
Setter for property date.
setDate(Date) - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Setter for property date.
setDate(Date) - Method in interface net.sf.nachocalendar.holidays.HoliDay
Setter for property date.
setDate(Date) - Method in class net.sf.nachocalendar.tasks.DefaultTask
Sets the date of this task.
setDate(Date) - Method in interface net.sf.nachocalendar.tasks.Task
Sets the date of this task.
setDateFormat(DateFormat) - Method in class net.sf.nachocalendar.components.DateField
 
setDateSelectionModel(DateSelectionModel) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setDateSelectionModel(DateSelectionModel) - Method in class net.sf.nachocalendar.components.DatePanel
 
setDay(Date) - Method in class net.sf.nachocalendar.components.MonthPanel
Sets the current selected day.
setDaypanels(DayPanel[]) - Method in class net.sf.nachocalendar.components.MonthPanel
 
setDefaultEditor(JTable) - Static method in class net.sf.nachocalendar.table.JTableCustomizer
Sets the default editor/renderer for Date objets to provided JTable.
setDefaultEditor(JTable, DateFormat) - Static method in class net.sf.nachocalendar.table.JTableCustomizer
Sets the default editor/renderer for Date objets to provided JTable.
setDescription(String) - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Setter for property description.
setDirection(int) - Method in class net.sf.nachocalendar.components.ArrowButton
Setter for property direction.
setEditorForRow(JTable, int) - Static method in class net.sf.nachocalendar.table.JTableCustomizer
Sets the editor/renderer for Date objects to provided JTable, for the specified column.
setEditorForRow(JTable, int, DateFormat) - Static method in class net.sf.nachocalendar.table.JTableCustomizer
Sets the editor/renderer for Date objects to provided JTable, for the specified column.
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.CalendarPanel
Enables or disables the component
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.DateField
Enables or disables the component
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.DatePanel
Enables or disables the component.
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.DayPanel
Setter for property enabled.
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.MonthPanel
Enables or disables the component
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.MonthScroller
Enables or disables the component.
setEnabled(boolean) - Method in class net.sf.nachocalendar.components.YearScroller
Enables or disables the component.
setEternalScroll(boolean) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setFirstDayOfWeek(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property firstDayOfWeek.
setFirstDayOfWeek(int) - Method in class net.sf.nachocalendar.components.DateField
Setter for property firstDayOfWeek.
setFirstDayOfWeek(int) - Method in class net.sf.nachocalendar.components.DatePanel
Setter for property firstDayOfWeek.
setFirstDayOfWeek(int) - Method in class net.sf.nachocalendar.components.MonthPanel
Setter for property firstDayOfWeek.
setHeader(boolean) - Method in class net.sf.nachocalendar.components.HeaderPanel
Setter for property header.
setHeaderRenderer(HeaderRenderer) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property headerRenderer.
setHeaderRenderer(HeaderRenderer) - Method in class net.sf.nachocalendar.components.DateField
Setter for property headerRenderer.
setHeaderRenderer(HeaderRenderer) - Method in class net.sf.nachocalendar.components.DatePanel
Setter for property headerRenderer.
setHeaderRenderer(HeaderRenderer) - Method in class net.sf.nachocalendar.components.MonthPanel
Setter for property headerRenderer.
setIndex(int) - Method in class net.sf.nachocalendar.components.DayPanel
Setter for property index.
setLeadSelectionDate(Date) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Sets the lead selection Date.
setLeadSelectionDate(Date) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
setMinimalDaysInFirstWeek(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
Specifies how many days should the first week of the year contain
If not specified, i.e.
setMinimalDaysInFirstWeek(int) - Method in class net.sf.nachocalendar.components.MonthPanel
Specifies how many days should the first week of the year contain
If not specified, i.e.
setModel(DataModel) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property model.
setModel(DataModel) - Method in class net.sf.nachocalendar.components.DateField
Setter for property model.
setModel(DataModel) - Method in class net.sf.nachocalendar.components.DatePanel
Setter for property model.
setModel(DataModel) - Method in class net.sf.nachocalendar.components.MonthPanel
Setter for property model.
setMonth(Date) - Method in class net.sf.nachocalendar.components.MonthPanel
Sets the current showing month.
setMonth(int) - Method in class net.sf.nachocalendar.components.MonthScroller
Changes de current month.
setName(String) - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Setter for property name.
setName(String) - Method in interface net.sf.nachocalendar.holidays.HoliDay
Setter for property name.
setName(String) - Method in class net.sf.nachocalendar.tasks.DefaultTask
Sets the name of this task.
setName(String) - Method in interface net.sf.nachocalendar.tasks.Task
Sets the name of this task.
setNextIcon(Icon) - Method in class net.sf.nachocalendar.components.MonthScroller
Changes the icon for the Next button.
setNextIcon(Icon) - Method in class net.sf.nachocalendar.components.YearScroller
Changes the icon for the Next button.
setNextText(String) - Method in class net.sf.nachocalendar.components.MonthScroller
Changes the text of the Next button.
setNextText(String) - Method in class net.sf.nachocalendar.components.YearScroller
Changes the text of the Next button.
setOrientation(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
Changes the orientation (horizontal or vertical).
setPreviousIcon(Icon) - Method in class net.sf.nachocalendar.components.MonthScroller
Changes the icon for the Previous button.
setPreviousIcon(Icon) - Method in class net.sf.nachocalendar.components.YearScroller
Changes the icon for the Previous button.
setPreviousText(String) - Method in class net.sf.nachocalendar.components.MonthScroller
Changes the text of the Previous button.
setPreviousText(String) - Method in class net.sf.nachocalendar.components.YearScroller
Changes the text of the Previous button.
setPrintMoon(boolean) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setPrintMoon(boolean) - Method in class net.sf.nachocalendar.components.DateField
 
setPrintMoon(boolean) - Method in class net.sf.nachocalendar.components.DatePanel
 
setPrintMoon(boolean) - Method in class net.sf.nachocalendar.components.DayPanel
 
setPrintMoon(boolean) - Method in class net.sf.nachocalendar.components.MonthPanel
 
setQuantity(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property quantity.
setRecurrent(boolean) - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Setter for property recurrent.
setRecurrent(boolean) - Method in interface net.sf.nachocalendar.holidays.HoliDay
Setter for property recurrent.
setRenderer(DayRenderer) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property renderer.
setRenderer(DayRenderer) - Method in class net.sf.nachocalendar.components.DateField
Setter for property renderer.
setRenderer(DayRenderer) - Method in class net.sf.nachocalendar.components.DatePanel
Setter for property renderer.
setRenderer(DayRenderer) - Method in class net.sf.nachocalendar.components.DayPanel
Setter for property renderer.
setRenderer(HeaderRenderer) - Method in class net.sf.nachocalendar.components.HeaderPanel
Setter for property renderer.
setRenderer(DayRenderer) - Method in class net.sf.nachocalendar.components.MonthPanel
Setter for property renderer.
setScrollPosition(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property scrollPosition.
setSelected(boolean) - Method in class net.sf.nachocalendar.components.DayPanel
Setter for property selected.
setSelectedDate(Object) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Sets the selected Date.
setSelectedDate(Object) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
setSelectedDates(Object[]) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Sets the selected Dates.
setSelectedDates(Object[]) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
setSelectionMode(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setSelectionMode(int) - Method in class net.sf.nachocalendar.components.DatePanel
Sets the selection mode.
setSelectionMode(int) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
Sets the selection mode.
setSelectionMode(int) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
setShowOkCancel(boolean) - Method in class net.sf.nachocalendar.components.DateField
Setter for property showOkCancel.
setShowToday(boolean) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setShowToday(boolean) - Method in class net.sf.nachocalendar.components.DateField
Sets the Today button visibility.
setShowToday(boolean) - Method in class net.sf.nachocalendar.components.DatePanel
Sets the Today button visibility.
setTaskBg(Color) - Method in class net.sf.nachocalendar.tasks.TaskQuantityRenderer
 
setTaskBg(Color) - Method in class net.sf.nachocalendar.tasks.TaskRenderer
Deprecated.  
setTodayCaption(String) - Method in class net.sf.nachocalendar.components.CalendarPanel
 
setTodayCaption(String) - Method in class net.sf.nachocalendar.components.DateField
Sets the today button text.
setTodayCaption(String) - Method in class net.sf.nachocalendar.components.DatePanel
Sets the today button text.
setValue(Object) - Method in class net.sf.nachocalendar.components.CalendarPanel
Sets the selected date.
setValue(Object) - Method in class net.sf.nachocalendar.components.DateField
Sets the current Date.
setValue(Object) - Method in class net.sf.nachocalendar.components.DatePanel
Setter for property value.
setValue(Object) - Method in class net.sf.nachocalendar.components.HeaderPanel
Setter for property value.
setValueIsAdjusting(boolean) - Method in interface net.sf.nachocalendar.model.DateSelectionModel
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setValueIsAdjusting(boolean) - Method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
 
setValues(Object[]) - Method in class net.sf.nachocalendar.components.CalendarPanel
Set the selected dates.
setValues(Object[]) - Method in class net.sf.nachocalendar.components.DatePanel
Sets the selected Dates.
setWorking(boolean) - Method in class net.sf.nachocalendar.components.DayPanel
Setter for property working.
setWorking(boolean) - Method in class net.sf.nachocalendar.components.HeaderPanel
Setter for property working.
setWorkingdays(boolean[]) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property workingdays.
setWorkingDays(boolean[]) - Method in class net.sf.nachocalendar.components.DateField
Setter for property workingDays.
setWorkingDays(boolean[]) - Method in class net.sf.nachocalendar.components.DatePanel
Setter for property workingDays.
setWorkingdays(boolean[]) - Method in class net.sf.nachocalendar.components.MonthPanel
Setter for property workingdays.
setYear(int) - Method in class net.sf.nachocalendar.components.YearScroller
Changes the current selected year.
setYearPosition(int) - Method in class net.sf.nachocalendar.components.CalendarPanel
Setter for property yearPosition.
showTitle(boolean) - Method in class net.sf.nachocalendar.components.MonthPanel
Sets the showing of the title.
SINGLE_INTERVAL_SELECTION - Static variable in interface net.sf.nachocalendar.model.DateSelectionModel
Used to support only one Date interval.
SINGLE_SELECTION - Static variable in interface net.sf.nachocalendar.model.DateSelectionModel
Used to support only one Date selected.
startDocument() - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
startElement(String, String, String, Attributes) - Method in class net.sf.nachocalendar.customizer.XMLCustomizer
 
stateChanged(ChangeEvent) - Method in class net.sf.nachocalendar.components.CalendarPanel
Event fired when the selected day changes.
sundist - Variable in class net.sf.nachocalendar.components.MoonPhase
 
sunsize - Variable in class net.sf.nachocalendar.components.MoonPhase
 

T

Task - Interface in net.sf.nachocalendar.tasks
Interface that must be implemented to show a Task using the TaskDataModel.
TaskCalendarDemo - Class in net.sf.nachocalendar.demo
Demo app used to show the package features
TaskCalendarDemo(JFrame, boolean) - Constructor for class net.sf.nachocalendar.demo.TaskCalendarDemo
Creates new form HolidayCalendarDemo
TaskCalendarFactory - Class in net.sf.nachocalendar.tasks
Factory class used to obtain objects customized to show Tasks.
TaskDataModel - Class in net.sf.nachocalendar.tasks
Implementation of the interface DataModel, created to manage tasks.
TaskDataModel() - Constructor for class net.sf.nachocalendar.tasks.TaskDataModel
Creates a new instance of TaskDataModel.
TaskDecorator - Class in net.sf.nachocalendar.tasks
 
TaskDecorator(DayRenderer) - Constructor for class net.sf.nachocalendar.tasks.TaskDecorator
Default constructor.
TaskQuantityRenderer - Class in net.sf.nachocalendar.tasks
Renderer customized to show dates with tasks assigned in yellow background.
TaskQuantityRenderer() - Constructor for class net.sf.nachocalendar.tasks.TaskQuantityRenderer
Creates a new instance of TaskRenderer.
TaskRenderer - Class in net.sf.nachocalendar.tasks
Deprecated. As of version 0.20 replaced by net.sf.nachocalendar.tasks.TaskDecorator
TaskRenderer() - Constructor for class net.sf.nachocalendar.tasks.TaskRenderer
Deprecated. Creates a new instance of TaskRenderer.
toString() - Method in class net.sf.nachocalendar.holidays.DefaultHoliDay
Returns a string representation of the object.
toString() - Method in class net.sf.nachocalendar.tasks.DefaultTask
Returns a String representing this object.

U

UP - Static variable in class net.sf.nachocalendar.components.CalendarPanel
Up Position.

V

valueChanged(DateSelectionEvent) - Method in interface net.sf.nachocalendar.event.DateSelectionListener
Event fired when the selection changes.
VERTICAL - Static variable in class net.sf.nachocalendar.components.CalendarPanel
Vertical orientation.

W

width - Variable in class net.sf.nachocalendar.components.MoonPhase
 

X

XMLCustomizer - Class in net.sf.nachocalendar.customizer
This class reads an xml file to get properties values.
XMLCustomizer(InputStream) - Constructor for class net.sf.nachocalendar.customizer.XMLCustomizer
 

Y

YearChangeEvent - Class in net.sf.nachocalendar.event
Event fired when a year must be changed because a month under or overflows.
YearChangeEvent(Object) - Constructor for class net.sf.nachocalendar.event.YearChangeEvent
Creates a new instance of YearChangeEvent.
YearChangeListener - Interface in net.sf.nachocalendar.event
Defines an Object which listens for year changes.
yearDecreased(YearChangeEvent) - Method in interface net.sf.nachocalendar.event.YearChangeListener
Called when the month underflows.
yearIncreased(YearChangeEvent) - Method in interface net.sf.nachocalendar.event.YearChangeListener
Called when the month overflows.
YearScroller - Class in net.sf.nachocalendar.components
Component used to change the current year.
YearScroller() - Constructor for class net.sf.nachocalendar.components.YearScroller
Creates new form YearScroller.

A B C D E F G H I J K L M N P R S T U V W X Y