|
|||||||||
| Home >> All >> com >> theotherbell >> [ ui overview ] | PREV NEXT | ||||||||
B
- backButton - Variable in class com.theotherbell.ui.DatePicker
- When clicked, displays the previous month.
C
- calculateCalendar() - Method in class com.theotherbell.ui.DatePicker
- Calculates the days of the month.
- calculateDaysInMonth(Calendar) - Static method in class com.theotherbell.ui.DatePicker
- Calculates the number of days in the specified month.
- cancelButton - Variable in class com.theotherbell.ui.DatePicker
- When clicked, hides the calendar and sets the selected date to "empty".
- com.theotherbell.ui - package com.theotherbell.ui
- componentHidden(ComponentEvent) - Method in class com.theotherbell.ui.DateField.Listener
- Event handler that catches the selected date when the DatePicker is hidden.
D
- DateField - class com.theotherbell.ui.DateField.
- GUI component that lets the user enter a date using a drop-down DatePicker.
- DateField() - Constructor for class com.theotherbell.ui.DateField
- Default constructor; the initially selected date is "empty".
- DateField(Date) - Constructor for class com.theotherbell.ui.DateField
- Alternate constructor that initializes the currently selected date to the specified date.
- DateField.Listener - class com.theotherbell.ui.DateField.Listener.
- Listener that will catch the selected date when the DatePicker is hidden.
- DateField.Listener() - Constructor for class com.theotherbell.ui.DateField.Listener
- DateFieldSample - class com.theotherbell.ui.DateFieldSample.
- DateFieldSample() - Constructor for class com.theotherbell.ui.DateFieldSample
- DatePicker - class com.theotherbell.ui.DatePicker.
- GUI component that allows the user to choose a date from a calendar.
- DatePicker() - Constructor for class com.theotherbell.ui.DatePicker
- Default constructor that sets the currently selected date to the current date.
- DatePicker(Date) - Constructor for class com.theotherbell.ui.DatePicker
- Alternate constructor that sets the currently selected date to the specified date if non-null.
- DatePickerSample - class com.theotherbell.ui.DatePickerSample.
- DatePickerSample() - Constructor for class com.theotherbell.ui.DatePickerSample
- dateText - Variable in class com.theotherbell.ui.DateField
- Displays the currently selected date.
- dateToString(Date) - Static method in class com.theotherbell.ui.DateField
- Returns a short string representation for the specified date (January 1, 2003).
- dayHeadings - Variable in class com.theotherbell.ui.DatePicker
- Column headings for the days of the week.
- daysInMonth - Variable in class com.theotherbell.ui.DatePicker
- 2-dimensional array for 6 weeks of 7 days each.
- dlg - Variable in class com.theotherbell.ui.DateField
- The DatePicker's container.
- dp - Variable in class com.theotherbell.ui.DateField
- The current DatePicker instance.
- dropdownButton - Variable in class com.theotherbell.ui.DateField
- When clicked, displays the DatePicker immediately under the text field.
F
- formatDateText(Date) - Static method in class com.theotherbell.ui.DatePicker
- Returns a short string representation of the specified date (January, 2001).
- forwardButton - Variable in class com.theotherbell.ui.DatePicker
- When clicked, displays the next month.
G
- getDate() - Method in class com.theotherbell.ui.DateField
- Returns the currently selected date or null if not set.
- getDate() - Method in class com.theotherbell.ui.DatePicker
- Returns the currently selected date.
- getToday() - Static method in class com.theotherbell.ui.DatePicker
- Returns the current date.
- gray - Static variable in class com.theotherbell.ui.DatePicker
- Disabled color.
H
- hideOnSelect - Variable in class com.theotherbell.ui.DatePicker
- When true, the panel will be hidden as soon as a day is selected by clicking the day or clicking the Today button.
- highlight - Static variable in class com.theotherbell.ui.DatePicker
- Highlighted color.
I
- init() - Method in class com.theotherbell.ui.DateField
- Initializes the panel components.
- init() - Method in class com.theotherbell.ui.DatePicker
- Initializes the panel components according to the current value of selectedDate.
- initButtons(boolean) - Method in class com.theotherbell.ui.DatePicker
- Initializes Today and Cancel buttons dependent on whether hideOnSelect is set; if the panel will stay open, the Cancel button is invisible.
- insets - Static variable in class com.theotherbell.ui.DatePicker
- Insets for day components and small buttons.
- isHideOnSelect() - Method in class com.theotherbell.ui.DatePicker
- Returns true if the panel will be made invisible after a day is selected.
L
- largeFont - Static variable in class com.theotherbell.ui.DatePicker
- Large font.
M
- main(String[]) - Static method in class com.theotherbell.ui.DateFieldSample
- main(String[]) - Static method in class com.theotherbell.ui.DatePickerSample
- monthAndYear - Variable in class com.theotherbell.ui.DatePicker
- Displays the currently selected month and year.
O
- onBackClicked(ActionEvent) - Method in class com.theotherbell.ui.DatePicker
- Event handler for the back button that decrements the currently selected month.
- onButtonClick(ActionEvent) - Method in class com.theotherbell.ui.DateField
- Event handler that displays the DatePicker when the button is clicked.
- onCancel(ActionEvent) - Method in class com.theotherbell.ui.DatePicker
- Event handler for the Cancel button that unsets the currently selected date.
- onDayClicked(MouseEvent) - Method in class com.theotherbell.ui.DatePicker
- Event handler that sets the currently selected date to the clicked day.
- onForwardClicked(ActionEvent) - Method in class com.theotherbell.ui.DatePicker
- Event handler for the forward button that increments the currently selected month.
- onToday(ActionEvent) - Method in class com.theotherbell.ui.DatePicker
- Event handler for the Today button that sets the currently selected date to the current date.
- originalDate - Variable in class com.theotherbell.ui.DatePicker
- Tracks the original date set when the component was created.
S
- selectedDate - Variable in class com.theotherbell.ui.DatePicker
- Currently selected date.
- selectedDay - Variable in class com.theotherbell.ui.DatePicker
- Most recently selected day component.
- setHideOnSelect(boolean) - Method in class com.theotherbell.ui.DatePicker
- Controls whether the panel will be made invisible after a day is selected.
- smallFont - Static variable in class com.theotherbell.ui.DatePicker
- Small font.
- startX - Static variable in class com.theotherbell.ui.DatePicker
- X coordinate for upper left corner of week 1 day 1.
- startY - Static variable in class com.theotherbell.ui.DatePicker
- Y coordinate for upper left corner of week 1 day 1.
- stringToDate(String) - Static method in class com.theotherbell.ui.DateField
- Constructs a Date object from a short date (January 1, 2003).
T
- todayButton - Variable in class com.theotherbell.ui.DatePicker
- When clicked, sets the selected day to the current date.
W
- white - Static variable in class com.theotherbell.ui.DatePicker
- Enabled color.
B C D F G H I L M O S T W
|
|||||||||
| Home >> All >> com >> theotherbell >> [ ui overview ] | PREV NEXT | ||||||||