Alphabetical Index

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(javax.swing.event.ChangeListener) - method in class net.sf.nachocalendar.components.MonthScroller
Registers ChangeListener to receive events.
addChangeListener(javax.swing.event.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.
Registers DataModelListener to receive events.
addDateSelectionListener(DateSelectionListener) - method in class net.sf.nachocalendar.model.DateSelectionModel
Registers DateSelectionListener to receive events.
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.
Registers MonthChangeListener to receive events.
addSelectionInterval(Date,Date) - method in class 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.
Registers YearChangeListener to receive events.
ArrowButton - class net.sf.nachocalendar.components.ArrowButton
JButton showing an arrow.
ArrowButton(int) - constructor for class net.sf.nachocalendar.components.ArrowButton
Creates a new instance of ArrowButton.

B

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

C

CalendarDemo - class net.sf.nachocalendar.demo.CalendarDemo
CalendarDemo() - constructor for class net.sf.nachocalendar.demo.CalendarDemo
Creates new form CalendarDemo
CalendarFactory - class net.sf.nachocalendar.CalendarFactory
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 net.sf.nachocalendar.components.CalendarPanel
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(boolean) - constructor for class net.sf.nachocalendar.components.CalendarPanel
Constructrs a panel with 3 months, Vertical.
CalendarPanel(int) - constructor for class net.sf.nachocalendar.components.CalendarPanel
Constructs a panel with 3 months and the provided orientation.
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 net.sf.nachocalendar.components.CalendarUtils
Collection of utilities.
canvas2 - field 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.model.DefaultDataModel
Removes all data from the Collection.
clear() - method in class net.sf.nachocalendar.holidays.HoliDayModel
Removes all holidays from the Collection.
clearSelection() - method in class net.sf.nachocalendar.model.DateSelectionModel
Clears the current selection.
clearSelection() - method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
ComponentForm - class net.sf.nachocalendar.demo.ComponentForm
ComponentForm(java.awt.Dialog,boolean) - constructor for class net.sf.nachocalendar.demo.ComponentForm
ComponentForm(java.awt.Frame,boolean) - constructor for class net.sf.nachocalendar.demo.ComponentForm
Creates new form 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() - method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a CalendarPanel customized.
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(boolean) - method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a CalendarPanel customized.
createCalendarPanel(int) - static method in class net.sf.nachocalendar.CalendarFactory
Creates a plain CalendarPanel.
createCalendarPanel(int) - 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.CalendarFactory
Creates a plain CalendarPanel.
createCalendarPanel(int,int) - static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Creates a new CalendarPanel.
createCalendarPanel(int,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() - static method in class net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Creates a DateField with a parent Dialog.
createDateField() - static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a new DateField customized to show Tasks.
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(String,Locale) - static method in class net.sf.nachocalendar.tasks.TaskCalendarFactory
Returns a formatted DateField.
createDatePanel() - 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() - 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.CalendarFactory
Creates a plain DatePanel.
createDatePanel(boolean) - method in class net.sf.nachocalendar.customizer.CustomizerFactory
Returns a DatePanel customized.
createDatePanel(boolean) - 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.tasks.TaskCalendarFactory
Returns a new DatePanel customized to show Tasks.
current - field in class net.sf.nachocalendar.components.MoonPhase
customize(CalendarPanel) - method in class net.sf.nachocalendar.customizer.DirectSetter
customize(CalendarPanel) - method in class net.sf.nachocalendar.customizer.PropertiesSetter
Customizes a CalendarPanel.
customize(DateField) - method in class net.sf.nachocalendar.customizer.DirectSetter
customize(DateField) - method in class net.sf.nachocalendar.customizer.PropertiesSetter
Customizes a Datefield.
customize(DatePanel) - method in class net.sf.nachocalendar.customizer.DirectSetter
customize(DatePanel) - method in class net.sf.nachocalendar.customizer.PropertiesSetter
Customizes a DatePanel.
Customizer - interface net.sf.nachocalendar.customizer.Customizer
Interface that must implement any class used to read a configuration file to get property values.
CustomizerDemo - class net.sf.nachocalendar.demo.CustomizerDemo
CustomizerDemo(java.awt.Frame,boolean) - constructor for class net.sf.nachocalendar.demo.CustomizerDemo
Creates new form CustomizerDemo
CustomizerFactory - class net.sf.nachocalendar.customizer.CustomizerFactory
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 class net.sf.nachocalendar.event.DataModelListener
Event fired when a date changes.
DataChangeEvent - class net.sf.nachocalendar.event.DataChangeEvent
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 net.sf.nachocalendar.model.DataModel
Model used to manage data asociated to dates.
DataModelListener - interface net.sf.nachocalendar.event.DataModelListener
Listener interface to DateChange events.
DateField - class net.sf.nachocalendar.components.DateField
Field used to select a date.
DateField() - constructor for class net.sf.nachocalendar.components.DateField
Constructs a default DateField.
DateField(boolean) - constructor for class net.sf.nachocalendar.components.DateField
Creates a new instance of DateField.
DateField(DateFormat) - constructor for class net.sf.nachocalendar.components.DateField
DateField(DateFormatter) - constructor for class net.sf.nachocalendar.components.DateField
Constructor with a custom formatter.
DateField(Locale) - constructor for class net.sf.nachocalendar.components.DateField
Constructor with a custom locale.
DateFieldTableEditor - class net.sf.nachocalendar.table.DateFieldTableEditor
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 net.sf.nachocalendar.components.DatePanel
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 net.sf.nachocalendar.table.DateRendererDecorator
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 net.sf.nachocalendar.event.DateSelectionEvent
DateSelectionEvent(Object) - constructor for class net.sf.nachocalendar.event.DateSelectionEvent
Default constructor.
DateSelectionListener - interface net.sf.nachocalendar.event.DateSelectionListener
DateSelectionModel - interface net.sf.nachocalendar.model.DateSelectionModel
DayPanel - class net.sf.nachocalendar.components.DayPanel
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 net.sf.nachocalendar.components.DayRenderer
Interface that must be implemented by classes used to render Days.
DefaultDataModel - class net.sf.nachocalendar.model.DefaultDataModel
Default implementation for DataModel.
DefaultDataModel() - constructor for class net.sf.nachocalendar.model.DefaultDataModel
Creates a new instance of DefaultDataModel.
DefaultDateSelectionModel - class net.sf.nachocalendar.model.DefaultDateSelectionModel
Default implementation for DateSelectionModel interface.
DefaultDateSelectionModel() - constructor for class net.sf.nachocalendar.model.DefaultDateSelectionModel
Default constructor.
DefaultDayRenderer - class net.sf.nachocalendar.components.DefaultDayRenderer
Default implementation of the DayRenderer interface.
DefaultDayRenderer() - constructor for class net.sf.nachocalendar.components.DefaultDayRenderer
Creates a new instance of DefaultDayRenderer.
DefaultHeaderRenderer - class net.sf.nachocalendar.components.DefaultHeaderRenderer
Default implementation of HeaderRenderer.
DefaultHeaderRenderer() - constructor for class net.sf.nachocalendar.components.DefaultHeaderRenderer
Creates a new instance of DefaultHeaderRenderer.
DefaultHoliDay - class net.sf.nachocalendar.holidays.DefaultHoliDay
Default implementation for holidays.
DefaultHoliDay() - constructor for class net.sf.nachocalendar.holidays.DefaultHoliDay
Creates a new instance of HoliDay.
DefaultTask - class net.sf.nachocalendar.tasks.DefaultTask
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 net.sf.nachocalendar.customizer.DirectSetter
Class that sets properties of components using direct calls to methods.
DirectSetter() - constructor for class net.sf.nachocalendar.customizer.DirectSetter
Default constructor, must add a Customizer via setter.
DirectSetter(Customizer) - constructor for class net.sf.nachocalendar.customizer.DirectSetter
Constructor with a Customizer.
DOWN - static field 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 - field in class net.sf.nachocalendar.components.MoonPhase
endElement(String,String,String) - method in class net.sf.nachocalendar.customizer.XMLCustomizer
eternalScroll - field 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 net.sf.nachocalendar.components.FormatSymbols
FormatSymbols(DateFormatter,Locale) - constructor for class net.sf.nachocalendar.components.FormatSymbols

G

gBuf - field in class net.sf.nachocalendar.components.MoonPhase
getAll() - method in class net.sf.nachocalendar.model.DefaultDataModel
Returns a Collection with the data.
getAll() - method in class net.sf.nachocalendar.holidays.HoliDayModel
Returns a Collection with the Holidays.
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 class 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.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.
getData(Date) - method in class net.sf.nachocalendar.holidays.HoliDayModel
Returns the data asociated with the provided date.
getDate() - method in class net.sf.nachocalendar.components.CalendarPanel
Getter for property date.
getDate() - method in class net.sf.nachocalendar.event.DataChangeEvent
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.holidays.DefaultHoliDay
Getter for property date.
getDate() - method in class net.sf.nachocalendar.tasks.DefaultTask
Returns the Date of this task.
getDate() - method in class net.sf.nachocalendar.holidays.HoliDay
Getter for property date.
getDate() - method in class net.sf.nachocalendar.event.MonthChangeEvent
Getter for property date.
getDate() - method in class 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 class net.sf.nachocalendar.components.DayRenderer
Returns a component configured to render the Day.
Returns a component configured to render the Day.
Returns a component configured to render the Day.
Returns a component configured to render the Day.
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 class 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 class 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() - method in class net.sf.nachocalendar.components.MonthPanel
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 class net.sf.nachocalendar.components.HeaderRenderer
Returns the component used to render the header.
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 class 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 class net.sf.nachocalendar.model.DateSelectionModel
Returns the lead selection Date.
getLeadSelectionDate() - method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
getLong(String) - method in class 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 class net.sf.nachocalendar.tasks.DefaultTask
Returns the name of this task.
getName() - method in class net.sf.nachocalendar.holidays.HoliDay
Getter for property name.
getName() - method in class 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 class net.sf.nachocalendar.model.DateSelectionModel
Returns the selected Date.
getSelectedDate() - method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
getSelectedDates() - method in class 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 class 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.model.DefaultDataModel
Returns the quantity of data in the Collection.
getSize() - method in class net.sf.nachocalendar.holidays.HoliDayModel
Returns the quantity of holidays in the Collection.
getString(String) - method in class 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
getTaskBg() - method in class net.sf.nachocalendar.tasks.TaskQuantityRenderer
getTaskBg() - method in class net.sf.nachocalendar.tasks.TaskRenderer
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 class 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 net.sf.nachocalendar.components.HeaderPanel
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 net.sf.nachocalendar.components.HeaderRenderer
Interface that must be implemented by classes used to render.
height - field in class net.sf.nachocalendar.components.MoonPhase
HoliDay - interface net.sf.nachocalendar.holidays.HoliDay
Interface that must be implemented to represent a HoliDay.
HolidayCalendarDemo - class net.sf.nachocalendar.demo.HolidayCalendarDemo
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 net.sf.nachocalendar.holidays.HoliDayCalendarFactory
Factory for holiday showing components.
HolidayDecorator - class net.sf.nachocalendar.holidays.HolidayDecorator
HolidayDecorator(DayRenderer) - constructor for class net.sf.nachocalendar.holidays.HolidayDecorator
Default constructor.
HoliDayModel - class net.sf.nachocalendar.holidays.HoliDayModel
Default implementation for HoliDayModel.
HoliDayModel() - constructor for class net.sf.nachocalendar.holidays.HoliDayModel
Creates a new instance of DefaultHoliDayModel.
HoliDayRenderer - class net.sf.nachocalendar.holidays.HoliDayRenderer
Implementation of the DayRenderer interface.
HoliDayRenderer() - constructor for class net.sf.nachocalendar.holidays.HoliDayRenderer
Creates a new instance of HoliDayRenderer.
HORIZONTAL - static field 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 class 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 class net.sf.nachocalendar.model.DateSelectionModel
Checks if provided date is selected.
isSelectedDate(Date) - method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
isSelectionEmpty() - method in class 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 net.sf.nachocalendar.table.JTableCustomizer
JTableDemo - class net.sf.nachocalendar.demo.JTableDemo
JTableDemo(java.awt.Frame,boolean) - constructor for class net.sf.nachocalendar.demo.JTableDemo
Creates new form JTableDemo

K

keySet() - method in class 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 field in class net.sf.nachocalendar.components.CalendarPanel
Left Position.

M

main(args[]) - static method in class net.sf.nachocalendar.demo.CalendarDemo
MonthChangeEvent - class net.sf.nachocalendar.event.MonthChangeEvent
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 net.sf.nachocalendar.event.MonthChangeListener
monthDecreased(MonthChangeEvent) - method in class net.sf.nachocalendar.event.MonthChangeListener
Called when the day underflows.
monthIncreased(MonthChangeEvent) - method in class net.sf.nachocalendar.event.MonthChangeListener
Called when the day overflows.
MonthPanel - class net.sf.nachocalendar.components.MonthPanel
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 net.sf.nachocalendar.components.MonthScroller
Component used to change the current month.
MonthScroller() - constructor for class net.sf.nachocalendar.components.MonthScroller
Creates new form MonthScroller.
MoonCalculation - class net.sf.nachocalendar.components.MoonCalculation
File: MoonCalculation.java Author: Angus McIntyre <angus@pobox.com> Date: 31.05.96 Updated: 01.06.96 Java class to calculate the phase of the moon, given a date.
moondist - field in class net.sf.nachocalendar.components.MoonPhase
MoonPhase - class net.sf.nachocalendar.components.MoonPhase
moonPhase(int,int,int) - method in class net.sf.nachocalendar.components.MoonCalculation
moonsize - field in class net.sf.nachocalendar.components.MoonPhase
MULTIPLE_INTERVAL_SELECTION - static field in class net.sf.nachocalendar.model.DateSelectionModel
Used to support multiple Date intevals.

N

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 - field in class net.sf.nachocalendar.components.MoonPhase
PlainCalendarDemo - class net.sf.nachocalendar.demo.PlainCalendarDemo
PlainCalendarDemo(java.awt.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 net.sf.nachocalendar.customizer.PropertiesConverter
Utility class to convert Strings to various types.
PropertiesCustomizer - class net.sf.nachocalendar.customizer.PropertiesCustomizer
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 net.sf.nachocalendar.customizer.PropertiesSetter
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(javax.swing.event.ChangeListener) - method in class net.sf.nachocalendar.components.MonthScroller
Removes ChangeListener from the list of listeners.
removeChangeListener(javax.swing.event.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.
Removes DataModelListener from the list of listeners.
removeDateSelectionListener(DateSelectionListener) - method in class net.sf.nachocalendar.model.DateSelectionModel
Removes DateSelectionListener from the list of listeners.
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.
Removes MonthChangeListener from the list of listeners.
removeSelectionInterval(Date,Date) - method in class 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.
Removes YearChangeListener from the list of listeners.
RIGHT - static field 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.holidays.DefaultHoliDay
Setter for property date.
setDate(Date) - method in class net.sf.nachocalendar.tasks.DefaultTask
Sets the date of this task.
setDate(Date) - method in class net.sf.nachocalendar.holidays.HoliDay
Setter for property date.
setDate(Date) - method in class net.sf.nachocalendar.event.MonthChangeEvent
Setter for property date.
setDate(Date) - method in class 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 class 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 class net.sf.nachocalendar.tasks.DefaultTask
Sets the name of this task.
setName(String) - method in class net.sf.nachocalendar.holidays.HoliDay
Setter for property name.
setName(String) - method in class 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 class 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(DayRenderer) - method in class net.sf.nachocalendar.components.MonthPanel
Setter for property renderer.
setRenderer(HeaderRenderer) - method in class net.sf.nachocalendar.components.HeaderPanel
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 class net.sf.nachocalendar.model.DateSelectionModel
Sets the selected Date.
setSelectedDate(Object) - method in class net.sf.nachocalendar.model.DefaultDateSelectionModel
setSelectedDates(Object[]) - method in class 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 class 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
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 class 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 field in class net.sf.nachocalendar.model.DateSelectionModel
Used to support only one Date interval.
SINGLE_SELECTION - static field in class 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 - field in class net.sf.nachocalendar.components.MoonPhase
sunsize - field in class net.sf.nachocalendar.components.MoonPhase

T

Task - interface net.sf.nachocalendar.tasks.Task
Interface that must be implemented to show a Task using the TaskDataModel.
TaskCalendarDemo - class net.sf.nachocalendar.demo.TaskCalendarDemo
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 net.sf.nachocalendar.tasks.TaskCalendarFactory
Factory class used to obtain objects customized to show Tasks.
TaskDataModel - class net.sf.nachocalendar.tasks.TaskDataModel
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 net.sf.nachocalendar.tasks.TaskDecorator
TaskDecorator(DayRenderer) - constructor for class net.sf.nachocalendar.tasks.TaskDecorator
Default constructor.
TaskQuantityRenderer - class net.sf.nachocalendar.tasks.TaskQuantityRenderer
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 net.sf.nachocalendar.tasks.TaskRenderer
Renderer customized to show dates with tasks assigned in yellow background.
TaskRenderer() - constructor for class net.sf.nachocalendar.tasks.TaskRenderer
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 field in class net.sf.nachocalendar.components.CalendarPanel
Up Position.

V

valueChanged(DateSelectionEvent) - method in class net.sf.nachocalendar.event.DateSelectionListener
Event fired when the selection changes.
VERTICAL - static field in class net.sf.nachocalendar.components.CalendarPanel
Vertical orientation.

W

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

X

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

Y

YearChangeEvent - class net.sf.nachocalendar.event.YearChangeEvent
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 net.sf.nachocalendar.event.YearChangeListener
Defines an Object which listens for year changes.
yearDecreased(YearChangeEvent) - method in class net.sf.nachocalendar.event.YearChangeListener
Called when the month underflows.
yearIncreased(YearChangeEvent) - method in class net.sf.nachocalendar.event.YearChangeListener
Called when the month overflows.
YearScroller - class net.sf.nachocalendar.components.YearScroller
Component used to change the current year.
YearScroller() - constructor for class net.sf.nachocalendar.components.YearScroller
Creates new form YearScroller.