A C D F G H I K L M N R S T V Y


A

actionPerformed(ActionEvent) - Method in class com.ibm.spinner.CalendarSpinner
Event mothod of ActionListener.
actionPerformed(ActionEvent) - Method in class com.ibm.spinner.NumericSpinner
 
actionPerformed(ActionEvent) - Method in class com.ibm.spinner.Spinner
Event method of ActionListener.
actionPerformed(ActionEvent) - Method in class com.ibm.spinner.SpinnerGUI
Event method of ActionListener.
addActionListener(ActionListener) - Method in class com.ibm.spinner.SpinnerEditor
 
addChangeListener(ValueChangedListener) - Method in class com.ibm.spinner.Spinner
Adds a valueChangedListener.
addDateChangedListener(DateChangedListener) - Method in class com.ibm.spinner.CalendarSpinner
Adds a DateChangedListener.
addSpinnerErrorEventListener(SpinnerErrorEventListener) - Method in class com.ibm.spinner.NumericSpinner
Adds a SpinnerErrorEventListener.
addSpinnerErrorEventListener(SpinnerErrorEventListener) - Method in class com.ibm.spinner.Spinner
Adds a valueChangedListener.

B

 

C

CalendarSpinner - class com.ibm.spinner.CalendarSpinner.
A spinner which displays and spins date/time.
CalendarSpinner() - Constructor for class com.ibm.spinner.CalendarSpinner
Default constructor which constructs a CalendarSpinner with the time zone set to that of the host, and the formatString property set to the default locale's Dateformat.

D

DATE - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of caret position.
dateChanged(DateChangedEvent) - Method in class com.ibm.spinner.CalendarSpinner
Event mothod of DateChangedListener.
dateChanged(DateChangedEvent) - Method in interface com.ibm.spinner.DateChangedListener
This method fires whenever a DateChangedEvent occurs.
DateChangedEvent - class com.ibm.spinner.DateChangedEvent.
The date changed event notifies its registered listeners when the date changes.
DateChangedEvent(Object, int) - Constructor for class com.ibm.spinner.DateChangedEvent
Constructs a new date changed event.
DateChangedEvent(Object, int, String) - Constructor for class com.ibm.spinner.DateChangedEvent
Constructs a new date changed event and specifies the new date as a Java String object.
DateChangedEvent(Object, int, String, Date, Date) - Constructor for class com.ibm.spinner.DateChangedEvent
Constructs a new date changed event and specifies the new date as a Java String object, a Java Date object and a Java SQL Date object.
DateChangedListener - interface com.ibm.spinner.DateChangedListener.
Implement the DateChangedListener interface in order to be notified when the DateChanged event gets fired.
DateSpinner - class com.ibm.spinner.DateSpinner.
A spinner which displays and spins date.
DateSpinner() - Constructor for class com.ibm.spinner.DateSpinner
Constructs a new date spinner with default setting.
DateSpinnerBeanInfo - class com.ibm.spinner.DateSpinnerBeanInfo.
BeanInfo for DateSpinner.
DateSpinnerBeanInfo() - Constructor for class com.ibm.spinner.DateSpinnerBeanInfo
Constructs a new DateSpinnerBeanInfo with default setting.
decreased(ChangeEvent) - Method in interface com.ibm.spinner.ValueChangedListener
This method is invoked when the value is decreased in the Spinner.

F

focusGained(FocusEvent) - Method in class com.ibm.spinner.SpinnerEditor
 
focusGained(FocusEvent) - Method in class com.ibm.spinner.SpinnerGUI
Event method of FocusListener.
focusLost(FocusEvent) - Method in class com.ibm.spinner.CalendarSpinner
Event mothod of FocusListener.
focusLost(FocusEvent) - Method in class com.ibm.spinner.SpinnerEditor
 
focusLost(FocusEvent) - Method in class com.ibm.spinner.SpinnerGUI
Event method of FocusListener.
FULL - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of date format string.
FULL - Static variable in class com.ibm.spinner.DateSpinner
One kind of date format string.
FULL - Static variable in class com.ibm.spinner.TimeSpinner
One kind of date format string.

G

getCalendar() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current calendar's six time fields (which are year, month, date, hour, minute, second).
getCaretPos() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current caret positon of the text field.
getColumns() - Method in class com.ibm.spinner.SpinnerGUI
Gets the columns of the text field which is used to display the current selected item.
getContents() - Method in class com.ibm.spinner.SpinnerErrorMessageSource
Gets the contents of the resource bundle.
getContents() - Method in class com.ibm.spinner.SpinnerResource
Overrides getContents method.
getCurrentException() - Method in class com.ibm.spinner.SpinnerErrorEvent
Gets the current exception.
getDate() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current date/time stored in the spinner.
getDatePartValue() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current date part(year, month, day).
getDateString() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current date/time string shown in the entry field.
getDateString() - Method in class com.ibm.spinner.DateChangedEvent
Returns the date string for this event in either: 1) the system default date format for this locale, or 2) the date format as specified in dateFormatString property.
getDay() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current day.
getDecrButtonArrowColor() - Method in class com.ibm.spinner.SpinnerGUI
Gets the arrow color in the decrment button.
getEditorComponent() - Method in class com.ibm.spinner.SpinnerEditor
Gets current editor of SpinnerEditor.
getFormatString() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current date/time format string.
getFormattingStyle() - Method in class com.ibm.spinner.CalendarSpinner
Gets the default formatting styles which can be FULL, LONG, MEDIUM, or SHORT.
getHour() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current hour.
getIncrButtonArrowColor() - Method in class com.ibm.spinner.SpinnerGUI
Gets the arrow color of the incrment button.
getIncrement() - Method in class com.ibm.spinner.NumericSpinner
Returns the increment value of NumericSpinner.
getItem() - Method in class com.ibm.spinner.SpinnerEditor
Gets current editor's contents.
getJavaDate() - Method in class com.ibm.spinner.DateChangedEvent
Returns the date for this event as an instance of java.util.Date.
getMaximum() - Method in class com.ibm.spinner.CalendarSpinner
Gets the maximum property of calendar.
getMaximum() - Method in class com.ibm.spinner.NumericSpinner
Returns the maximum value of NumericSpinner.
getMaximumSize() - Method in class com.ibm.spinner.SpinnerGUI
Gets the maximum size of the spinner.
getMessage() - Method in class com.ibm.spinner.SpinnerErrorEvent
Gets the message.
getMessageCode() - Method in class com.ibm.spinner.SpinnerErrorEvent
Gets the message code.
getMinimum() - Method in class com.ibm.spinner.CalendarSpinner
Gets the minimum property of calendar.
getMinimum() - Method in class com.ibm.spinner.NumericSpinner
Returns the minimum value of NumericSpinner.
getMinimumSize() - Method in class com.ibm.spinner.SpinnerGUI
Gets the minimum size of the spinner.
getMinute() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current minute.
getModel() - Method in class com.ibm.spinner.NumericSpinner
Returns the data model currently used by the NumericSpinner.
getMonth() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current month.
getOrientation() - Method in class com.ibm.spinner.SpinnerGUI
Returns the spinner's orientation which represents the arrangement of the two spin buttons(horizontal or vertical).
getPreferredSize() - Method in class com.ibm.spinner.SpinnerGUI
Gets the preferred size of this spinner.
getSecond() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current second.
getSQLDate() - Method in class com.ibm.spinner.CalendarSpinner
Returns the spinner's current date as an SQL date.
getSQLDate() - Method in class com.ibm.spinner.DateChangedEvent
Returns the date for this event as an instance of java.sql.Date.
getStringBy(String) - Static method in class com.ibm.spinner.SpinnerErrorMessageSource
Gets the specified string by the string index.
getStringBy(String) - Static method in class com.ibm.spinner.SpinnerResource
 
getTimePartValue() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current time part(hour, minute, second).
getTimeZone() - Method in class com.ibm.spinner.CalendarSpinner
Returns the ID of the spinner's current time zone.
getValue() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current date/time value.
getValue() - Method in class com.ibm.spinner.NumericSpinner
Returns the current value of NumericSpinner.
getYear() - Method in class com.ibm.spinner.CalendarSpinner
Gets the current year.

H

HOUR - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of caret position.

I

increased(ChangeEvent) - Method in interface com.ibm.spinner.ValueChangedListener
This method is invoked when the value is increased in the Spinner.
internalError(SpinnerErrorEvent) - Method in interface com.ibm.spinner.SpinnerErrorEventListener
This method is invoked when an internal error occurs.
isEditable() - Method in class com.ibm.spinner.SpinnerGUI
Gets the editable property of spinner.
isEnabled() - Method in class com.ibm.spinner.SpinnerGUI
Gets the enabled property of spinner.
isWrap() - Method in class com.ibm.spinner.Spinner
Gets the spinner's wrap property.
isWrapAssociated() - Method in class com.ibm.spinner.CalendarSpinner
Returns true if the spinner's subfields can be wrapped together.

K

keyPressed(KeyEvent) - Method in class com.ibm.spinner.CalendarSpinner
 
keyPressed(KeyEvent) - Method in class com.ibm.spinner.Spinner
Event method of KeyListener.
keyPressed(KeyEvent) - Method in class com.ibm.spinner.SpinnerGUI
Event method of KeyListener.
keyReleased(KeyEvent) - Method in class com.ibm.spinner.CalendarSpinner
 
keyReleased(KeyEvent) - Method in class com.ibm.spinner.NumericSpinner
 
keyReleased(KeyEvent) - Method in class com.ibm.spinner.SpinnerGUI
Event method of KeyListener.
keyTyped(KeyEvent) - Method in class com.ibm.spinner.SpinnerGUI
Event method of KeyListener.

L

LONG - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of date format string.
LONG - Static variable in class com.ibm.spinner.DateSpinner
One kind of date format string.
LONG - Static variable in class com.ibm.spinner.TimeSpinner
One kind of date format string.

M

MEDIUM - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of date format string.
MEDIUM - Static variable in class com.ibm.spinner.DateSpinner
One kind of date format string.
MEDIUM - Static variable in class com.ibm.spinner.TimeSpinner
One kind of date format string.
MINUTE - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of caret position.
MONTH - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of caret position.
mouseClicked(MouseEvent) - Method in class com.ibm.spinner.SpinnerGUI
 
mouseEntered(MouseEvent) - Method in class com.ibm.spinner.SpinnerGUI
 
mouseExited(MouseEvent) - Method in class com.ibm.spinner.SpinnerGUI
 
mousePressed(MouseEvent) - Method in class com.ibm.spinner.SpinnerGUI
 
mouseReleased(MouseEvent) - Method in class com.ibm.spinner.CalendarSpinner
 
mouseReleased(MouseEvent) - Method in class com.ibm.spinner.SpinnerGUI
 

N

NumericSpinner - class com.ibm.spinner.NumericSpinner.
A spinner which scrolls through a list of integers with bounded range.
NumericSpinner() - Constructor for class com.ibm.spinner.NumericSpinner
Creates a NumericSpinner using a bounded range model with a minimum as 0, maximum as 100, increment as 1 and current value as 0.
NumericSpinner(int) - Constructor for class com.ibm.spinner.NumericSpinner
Creates a NumericSpinner using a bounded range model with a minimum as 0, maximum as 100 and current value as 0.
NumericSpinner(int, int) - Constructor for class com.ibm.spinner.NumericSpinner
Creates a NumericSpinner using a bounded range model with specified minimum and maximum value.
NumericSpinner(int, int, int, int) - Constructor for class com.ibm.spinner.NumericSpinner
Creates a NumericSpinner using a bounded range model with specified values.

O

 

P

 

R

removeActionListener(ActionListener) - Method in class com.ibm.spinner.SpinnerEditor
 
removeChangeListener(ValueChangedListener) - Method in class com.ibm.spinner.Spinner
Removes a dateChangedListener.
removeDateChangedListener(DateChangedListener) - Method in class com.ibm.spinner.CalendarSpinner
Removes a date-changed listener.
removeSpinnerErrorEventListener(SpinnerErrorEventListener) - Method in class com.ibm.spinner.NumericSpinner
Removes a SpinnerErrorEventListener.
removeSpinnerErrorEventListener(SpinnerErrorEventListener) - Method in class com.ibm.spinner.Spinner
Removes a dateChangedListener.

S

scrollDown() - Method in class com.ibm.spinner.CalendarSpinner
Decrements the date/time subfield that the caret points to.
scrollDown() - Method in class com.ibm.spinner.NumericSpinner
Decrements the spinner's value by the increment.
scrollDown() - Method in class com.ibm.spinner.Spinner
Decrements the spinner's value or position.
scrollUp() - Method in class com.ibm.spinner.CalendarSpinner
Increments the date/time subfield that the caret points to.
scrollUp() - Method in class com.ibm.spinner.NumericSpinner
Increments the spinner's value by the increment.
scrollUp() - Method in class com.ibm.spinner.Spinner
Increments the spinner's value or position.
SECOND - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of caret position.
selectAll() - Method in class com.ibm.spinner.SpinnerEditor
 
setBackground(Color) - Method in class com.ibm.spinner.SpinnerGUI
Sets background color of the text field.
setCalendar(Calendar) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current calendar's six time fields ,which are year, month, date, hour, minute, second the same with the time fields of another calendar.
setCalendar(Calendar) - Method in class com.ibm.spinner.TimeSpinner
Sets the current calendar's six time fields ,which are year, month, date, hour, minute, second the same with the time fields of another calendar.
setCaretPos(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current caret positon of the text field.
setCaretPos(int) - Method in class com.ibm.spinner.DateSpinner
Sets the current caret positon of the text field.
setCaretPos(int) - Method in class com.ibm.spinner.TimeSpinner
Sets the current caret positon of the text field.
setColumns(int) - Method in class com.ibm.spinner.SpinnerGUI
Sets the columns of the text field which is used to display the current selected item.
setDate(Date) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current date/time.
setDateByFields(int, int, int, int, int, int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current date/time by time fields.
setDatePartValue(long) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current date part(year, month, day) by by fields.
setDateString(String) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current date/time shown in the entry field.
setDateString(String) - Method in class com.ibm.spinner.DateChangedEvent
Sets the date string for this event.
setDay(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current date.
setDecrButtonArrowColor(Color) - Method in class com.ibm.spinner.SpinnerGUI
Sets the arrow color in the decrment button.
setEditable(boolean) - Method in class com.ibm.spinner.SpinnerGUI
Sets whether the spinner can be edited or not.
setEnabled(boolean) - Method in class com.ibm.spinner.SpinnerGUI
Sets whether the spinner can be used or not.
setFont(Font) - Method in class com.ibm.spinner.SpinnerGUI
Sets text font of the text field.
setForeground(Color) - Method in class com.ibm.spinner.SpinnerGUI
Sets foreground color of the text field.
setFormatString(String) - Method in class com.ibm.spinner.CalendarSpinner
Sets the user defined pattern string for formatting and parsing date/time in a locale-sensitive manner.
setFormatString(String) - Method in class com.ibm.spinner.DateSpinner
Set the user defined pattern string for formatting and parsing date in a locale-sensitive manner.
setFormatString(String) - Method in class com.ibm.spinner.TimeSpinner
Set the user defined pattern string for formatting and parsing date in a locale-sensitive manner.
setFormattingStyle(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the default formatting styles which can be FULL, LONG, MEDIUM, of SHORT.
setFormattingStyle(int) - Method in class com.ibm.spinner.DateSpinner
Sets the default formatting styles which can be FULL, LONG, MEDIUM, of SHORT.
setFormattingStyle(int) - Method in class com.ibm.spinner.TimeSpinner
Sets the default formatting styles which can be FULL, LONG, MEDIUM, of SHORT.
setHour(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current hour.
setIncrButtonArrowColor(Color) - Method in class com.ibm.spinner.SpinnerGUI
Sets the arrow color of the incrment button.
setIncrement(int) - Method in class com.ibm.spinner.NumericSpinner
Sets the increment value of NumericSpinner.
setItem(Object) - Method in class com.ibm.spinner.SpinnerEditor
Sets current editor's contents.
setMaximum(Calendar) - Method in class com.ibm.spinner.CalendarSpinner
Sets the maximum property of calendar.
setMaximum(Calendar) - Method in class com.ibm.spinner.TimeSpinner
Sets the maximum property of calendar.
setMaximum(int) - Method in class com.ibm.spinner.NumericSpinner
Sets the maximum value of NumericSpinner.
setMinimum(Calendar) - Method in class com.ibm.spinner.CalendarSpinner
Sets the minimum property of calendar.
setMinimum(Calendar) - Method in class com.ibm.spinner.TimeSpinner
Sets the minimum property of calendar.
setMinimum(int) - Method in class com.ibm.spinner.NumericSpinner
Sets the minimum value of NumericSpinner.
setMinute(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current minute.
setModel(BoundedRangeModel) - Method in class com.ibm.spinner.NumericSpinner
Sets the data model that the NumericSpinner uses to spin through.
setMonth(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current month.
setOpaque(boolean) - Method in class com.ibm.spinner.SpinnerGUI
Sets whether the spinner can be opaque or not.
setOrientation(int) - Method in class com.ibm.spinner.SpinnerGUI
Sets the spinner's orientation to either SPIN_VERTICAL or SPIN_HORIZONTAL.
setSecond(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current second.
setTimePartValue(long) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current time part(hour, minute, second) by fields.
setTimeZone(String) - Method in class com.ibm.spinner.CalendarSpinner
Sets the time zone used by the DateFormat class for formatting strings into days.
setValue(int) - Method in class com.ibm.spinner.NumericSpinner
Sets the current value of NumericSpinner.
setValue(long) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current date/time value.
setWrap(boolean) - Method in class com.ibm.spinner.Spinner
Sets the spinner's wrap property.
setWrapAssociated(boolean) - Method in class com.ibm.spinner.CalendarSpinner
Sets whether the spinner's subfields can be wrapped together or not.
setYear(int) - Method in class com.ibm.spinner.CalendarSpinner
Sets the current year.
SHORT - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of date format string.
SHORT - Static variable in class com.ibm.spinner.DateSpinner
One kind of date format string.
SHORT - Static variable in class com.ibm.spinner.TimeSpinner
One kind of date format string.
SPIN_HORIZONTAL - Static variable in class com.ibm.spinner.SpinnerGUI
Horizontal arrangement of spinner's direction buttons.
SPIN_VERTICAL - Static variable in class com.ibm.spinner.SpinnerGUI
Vertical arrangement of spinner's direction buttons.
Spinner - class com.ibm.spinner.Spinner.
An abstract class which is the superclass of different kinds of spinners.
Spinner() - Constructor for class com.ibm.spinner.Spinner
Creates a default Spinner using vertical orientation as default.
SpinnerEditor() - Constructor for class com.ibm.spinner.SpinnerEditor
Default constructor of SpinnerEditor.
SpinnerErrorEvent - class com.ibm.spinner.SpinnerErrorEvent.
This event is used to notify that some internal error has occured, from the error code and the error message, the concrete error can be distinguished.
SpinnerErrorEvent(Object, int, Exception) - Constructor for class com.ibm.spinner.SpinnerErrorEvent
Construct an Event instance using the specified parameters.
SpinnerErrorEventListener - interface com.ibm.spinner.SpinnerErrorEventListener.
This interface describes the method that gets called by the listeners when an internal error occurs.
SpinnerErrorMessageSource - class com.ibm.spinner.SpinnerErrorMessageSource.
The resource bundle of all error messages.
SpinnerErrorMessageSource() - Constructor for class com.ibm.spinner.SpinnerErrorMessageSource
 
SpinnerGUI - class com.ibm.spinner.SpinnerGUI.
SpinnerGUI defines the common features that the spinner GUI has: two buttorns for increasing and decreasing the value, one text field for displaying and editing the value.
SpinnerGUI() - Constructor for class com.ibm.spinner.SpinnerGUI
Constructs and initializes the spinner's GUI.
SpinnerResource - class com.ibm.spinner.SpinnerResource.
This class is used as resource.
SpinnerResource() - Constructor for class com.ibm.spinner.SpinnerResource
 
stateChanged(ChangeEvent) - Method in class com.ibm.spinner.NumericSpinner
 
stateChanged(ChangeEvent) - Method in interface com.ibm.spinner.ValueChangedListener
This method is invoked when the value is changed in the Spinner.

T

TimeSpinner - class com.ibm.spinner.TimeSpinner.
A spinner which displays and spins time.
TimeSpinner() - Constructor for class com.ibm.spinner.TimeSpinner
Default constructor which constructs a DateSpinner with the time zone set to that of the host, and the formatString property set to the default locale's Dateformat.
 

V

ValueChangedListener - interface com.ibm.spinner.ValueChangedListener.
The listener that listens the ChangeEvent fired by the Spinner.

Y

YEAR - Static variable in class com.ibm.spinner.CalendarSpinner
One kind of caret position.

A C D F G H I K L M N R S T V Y