Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

absLocation(Component). Static method in class tea.set.Tool
Return the location of component relative to screen.
ABSOLUTE. Static variable in class tea.set.Meter
Display the absolute value.
action(Event, Object). Method in class tea.set.AnimatedButton
Action routine is called when the left mouse button is pressed and released.
action(Event, Object). Method in class tea.set.BookA
This method is used for DEMO only.
action(Event, Object). Method in class tea.set.Calendar
Action routine is called when a day or a day range is selected.
action(Event, Object). Method in class tea.set.CalendarA
Action should be overriden if day range selection needs to be handled.
action(Event, Object). Method in class tea.set.CardFile
Action to handle flipping pages.
action(Event, Object). Method in class tea.set.CardFileA
Used for DEMO purpose only.
action(Event, Object). Method in class tea.set.Effect3DA
Used only for DEMO purpose.
action(Event, Object). Method in class tea.set.Folder
Action triggered by a tab selection.
action(Event, Object). Method in class tea.set.FolderA
For demo only.
action(Event, Object). Method in class tea.set.GraphA
action(Event, Object). Method in class tea.set.ImageButton
Action routine caused by a mouse click.
action(Event, Object). Method in class tea.set.ListText
Action event ('\r', '\t') causes the list window to disappear.
action(Event, Object). Method in class tea.set.ListTextA
For demo only.
action(Event, Object). Method in class tea.set.MessageDialog
Handle OK button.
action(Event, Object). Method in class tea.set.Spinner
Action event is generated when the value of spinner changes.
action(Event, Object). Method in class tea.set.TableA
action(Event, Object). Method in class tea.set.TickerTapeA
action(Event, Object). Method in class tea.set.YearCal
Action is triggered when a day or a range is selected.
action(Event, Object). Method in class tea.set.YearCalA
add(String). Method in class tea.set.Forest
Add a node to the forest.
add(String, Component). Method in class tea.set.Book
Add a page to a chapter.
add(String, Component). Method in class tea.set.CardFile
Add a component to serve as one side of a tab card.
add(String, Component). Method in class tea.set.Folder
Add a component to the folder.
add(String, Component, Component). Method in class tea.set.CardFile
Add a new card to CardFile.
addCol(). Method in class tea.set.Grid
Add one column at the end of grid.
addCol(int). Method in class tea.set.Grid
Add specified number of columns at the end of grid.
addItem(String). Method in class tea.set.ListText
Add an item to the list.
addItem(String). Method in class tea.set.Spinner
Add an item to the list.
addRow(). Method in class tea.set.Grid
Add one row at the end of the grid.
addRow(int). Method in class tea.set.Grid
Add specified number of rows at the end of grid.
addRow(String, String). Method in class tea.set.MultiList
Add a row to the list.
addRow(String, String, Image). Method in class tea.set.MultiList
Add a row to the list.
addRow(String[]). Method in class tea.set.MultiList
Add a row to the list.
addRow(String[], Image). Method in class tea.set.MultiList
Add a row to the list.
addRow(Vector). Method in class tea.set.MultiList
Add a row to the list.
addRow(Vector, Image). Method in class tea.set.MultiList
Add a row to the list.
addY(Vector). Method in class tea.set.Graph
Add a data set to be displayed.
adjustSpeed(int). Method in class tea.set.TickerTape
Adjust the ticker tape speed.
ALL. Static variable in class tea.set.Calendar
Display year, month name, and weekday.
ALL. Static variable in class tea.set.Grid
Draw both horizontal and vertical ruling lines.
AnimatedButton(Image[]). Constructor for class tea.set.AnimatedButton
Create an AnimatedButton with the image array as the animation frames.
AnimatedButton(Image[], String). Constructor for class tea.set.AnimatedButton
Create an AnimatedButton with the image array as the animation frames and a text label.
AnimatedButton(Image[], String, int). Constructor for class tea.set.AnimatedButton
Create an AnimatedButton with the image array as the animation frames, and a text label with position specification.
AnimatedButton(Vector). Constructor for class tea.set.AnimatedButton
Create an AnimatedButton with the image vector as the animation frames.
AnimatedButton(Vector, String). Constructor for class tea.set.AnimatedButton
Create an AnimatedButton with the image vector as the animation frames and a text label.
AnimatedButton(Vector, String, int). Constructor for class tea.set.AnimatedButton
Create an AnimatedButton with the image vector as the animation frames, and a text label with position specification.
AnimatedButtonA(). Constructor for class tea.set.AnimatedButtonA
Animator(Image[]). Constructor for class tea.set.Animator
Create an Animator with the image array as the animation frames.
Animator(Vector). Constructor for class tea.set.Animator
Create an Animator with the image vector as the animation frames.
AnimatorA(). Constructor for class tea.set.AnimatorA
appendText(String). Method in class tea.set.Cell
Append text to the end.
appendText(String). Method in class tea.set.Spinner
Append text to the end.
appendText(String). Method in class tea.set.TextCell
Append text to the end.
appendText(String). Method in interface tea.set.TextEdit
Append text to the end.
ArrowButton(int). Constructor for class tea.set.ArrowButton
Construct an ArrowButton with the specified style.
ArrowButton(int, int). Constructor for class tea.set.ArrowButton
Construct an ArrowButton with the specified style and button border.
ArrowButton(int, int, int). Constructor for class tea.set.ArrowButton
Construct an ArrowButton with the specified style and button border.
ArrowButtonA(). Constructor for class tea.set.ArrowButtonA

B

BAR. Static variable in class tea.set.Graph
Bar chart style.
BAR3D. Static variable in class tea.set.Graph
3D bar chart style.
BaseA(). Constructor for class tea.set.BaseA
Book(). Constructor for class tea.set.Book
Constructs an empty Book.
Book(int). Constructor for class tea.set.Book
Constructs a Book with specified style.
BookA(). Constructor for class tea.set.BookA
BOTTOM. Static variable in class tea.set.Folder
Display the tabs at bottom of the folder.
BOTTOM. Static variable in class tea.set.ImageButton
BOTTOM specifies the label of the button being placed at the bottom of the button.
ButtonFilter(boolean, int, int, int, int). Constructor for class tea.set.ButtonFilter
Construct a ButtonFilter to convert an image to a button like look.

C

Calendar(). Constructor for class tea.set.Calendar
Create a new calendar containing the current month.
Calendar(int, int). Constructor for class tea.set.Calendar
Create a monthly calendar for year/month.
CalendarA(). Constructor for class tea.set.CalendarA
Applet constructor.
CardFile(). Constructor for class tea.set.CardFile
Construct an empty Cardfile, defaults to TOP_BOTTOM style.
CardFile(int). Constructor for class tea.set.CardFile
Construct a CardFile with the specified style.
CardFileA(). Constructor for class tea.set.CardFileA
Cell(). Constructor for class tea.set.Cell
Default constructor.
Cell(int). Constructor for class tea.set.Cell
Construct a Cell with w charactor width.
Cell(String). Constructor for class tea.set.Cell
Construct a Cell with default string s and width equals s.length().
Cell(String, int). Constructor for class tea.set.Cell
Construct a Cell with default string s and width equals w.
CELL3D. Static variable in class tea.set.Table
CELL3D specifies a 3D cell style.
CENTER_BOTTOM. Static variable in class tea.set.Grid
Center and bottom alignment.
CENTER_CENTER. Static variable in class tea.set.Grid
Center and center alignment.
CENTER_TOP. Static variable in class tea.set.Grid
Center and top alignment.
CHAR_SCROLL. Static variable in class tea.set.TickerTape
Scroll by character.
clear(). Method in class tea.set.Calendar
Clear any outstanding selection.
clearColHeader(). Method in class tea.set.Grid
Clear column headers.
clearRowHeader(). Method in class tea.set.Grid
Clear row headers.
clearRows(). Method in class tea.set.MultiList
Remove all rows from the list.
clearSelection(). Method in class tea.set.Cell
Clear selection.
clearSelection(). Method in class tea.set.Spinner
Clear selection.
clearSelection(). Method in class tea.set.TextCell
Clear selection.
clearSelection(). Method in interface tea.set.TextEdit
Clear selection.
clearTitle(). Method in class tea.set.MultiList
Remove the title row.
clearY(). Method in class tea.set.Graph
Clear all data sets.
compareTo(Calendar). Method in class tea.set.Calendar
Return the difference in month between this and mon.
countCols(). Method in class tea.set.Grid
Return the number of columns in the grid (excluding header column).
countRows(). Method in class tea.set.Grid
Return the number of rows in the grid (excluding header row).
countRows(). Method in class tea.set.MultiList
Return the total number of rows in the list.

D

dayOfWeek(int, int, int). Static method in class tea.set.Calendar
Return the day of week for year/month/day.
daysInMonth(int, int). Static method in class tea.set.Calendar
Return the number of days in month.
dehighlight(int). Method in class tea.set.Calendar
De-highlight the specified day.
dehighlight(int, int). Method in class tea.set.Calendar
De-highlight the specified days in the range, inclusive.
dehighlight(int, int, int). Method in class tea.set.YearCal
Highlight the specified day.
dehighlight(int, int, int, int, int, int). Method in class tea.set.YearCal
Highlight the day range.
delItem(String). Method in class tea.set.ListText
Delete an item from the list.
deselect(String). Method in class tea.set.Forest
De-select(dehighlight) the specified node.
disable(). Method in class tea.set.ImageButton
Disable the button.
DOUBLE_DOWN. Static variable in class tea.set.ArrowButton
Double down arrow button style.
DOUBLE_LEFT. Static variable in class tea.set.ArrowButton
Double left arrow button style.
DOUBLE_RIGHT. Static variable in class tea.set.ArrowButton
Double right arrow button style.
DOUBLE_UP. Static variable in class tea.set.ArrowButton
Double up arrow button style.
DOWN. Static variable in class tea.set.ArrowButton
Down arrow button style.
draw3DLine(Graphics, int, int, int, int, Color, int). Static method in class tea.set.Tool
Draw a 3D line.
draw3DLine(Graphics, int, int, int, int, Color, int, boolean). Static method in class tea.set.Tool
Draw a 3D line, either raised or lowered style.

E

Effect3D(Component). Constructor for class tea.set.Effect3D
Construct a 3D look and feel for the component.
Effect3D(Component, int). Constructor for class tea.set.Effect3D
Construct a 3D look and feel for the component with specified style.
Effect3D(Component, int, int). Constructor for class tea.set.Effect3D
Construct a 3D look and feel for the component with specified style and border width.
Effect3D(Component, String). Constructor for class tea.set.Effect3D
Construct a 3D look and feel for the component.
Effect3D(Component, String, int). Constructor for class tea.set.Effect3D
Construct a 3D look and feel for the component with specified style.
Effect3D(Component, String, int, int). Constructor for class tea.set.Effect3D
Construct a 3D look and feel for the component with specified style and border width.
Effect3DA(). Constructor for class tea.set.Effect3DA
enable(). Method in class tea.set.ImageButton
Enable the button.
equals(Object). Method in class tea.set.Calendar
Return true if the Calendars have same year and month.

F

FILL. Static variable in class tea.set.Grid
Resize the component to fill the cell.
filterRGB(int, boolean, int). Method in class tea.set.ButtonFilter
filterRGB(int, int, int). Method in class tea.set.ButtonFilter
Filter pixel color RGB.
finalize(). Method in class tea.set.ListText
Popdown the list window.
finalize(). Method in class tea.set.Scroller
Cleanup and release resource.
findApplet(Component). Static method in class tea.set.Tool
Find the closest applet parent from a component.
findFrame(Component). Static method in class tea.set.Tool
Find the top level frame from a component.
findWindow(Component). Static method in class tea.set.Tool
Find the closest window parent from a component.
flush(). Method in class tea.set.CardFile
Need to be called if: add(String, Component) is used, and there is a card only has one side added.
Folder(). Constructor for class tea.set.Folder
Create an empty Folder.
Folder(int). Constructor for class tea.set.Folder
Create an empty Folder with specified the style of the folder.
FOLDER_CLOSE. Static variable in class tea.set.Forest
Folder closed image.
FOLDER_LEAF. Static variable in class tea.set.Forest
Leaf node image.
FOLDER_OPEN. Static variable in class tea.set.Forest
Folder openned image.
FolderA(). Constructor for class tea.set.FolderA
forceOpen(String, boolean). Method in class tea.set.Forest
Set the force open mode on or off on the node pointed to by path.
Forest(). Constructor for class tea.set.Forest
Construct a Forest widget defaults to NO_LINE option.
Forest(int). Constructor for class tea.set.Forest
Construct a Forest widget with the specified style.
Forest(int, boolean). Constructor for class tea.set.Forest
Construct a Forest widget with the specified style and behavior.
ForestA(). Constructor for class tea.set.ForestA

G

get3D(). Method in class tea.set.Grid
Return the line 3D mode.
getCell(int, int). Method in class tea.set.Grid
Return the component at cell.
getColor(String). Method in class tea.set.BaseA
Return a Color object from color name.
getColors(). Method in class tea.set.Graph
Get the colors used by Graph for display each data sets.
getColRoot(). Method in class tea.set.Grid
Return the current col root.
getColumn(). Method in class tea.set.Table
Get number of columns in table.
getColumns(). Method in class tea.set.Cell
Get number of columns.
getColumns(). Method in class tea.set.Spinner
Get number of columns.
getColumns(). Method in class tea.set.TextCell
Get number of columns.
getColumns(). Method in interface tea.set.TextEdit
Get number of columns.
getCurrent(). Method in class tea.set.Spinner
If Spinner is in number mode, return the current value as integer.
getCursorPos(). Method in class tea.set.Cell
Get cursor position.
getCursorPos(). Method in class tea.set.Spinner
Get cursor position.
getCursorPos(). Method in class tea.set.TextCell
Get cursor position.
getCursorPos(). Method in interface tea.set.TextEdit
Get cursor position.
getEndDay(). Method in class tea.set.Calendar
Return the end day (inclusive) of a selected date range.
getEndDay(). Method in class tea.set.YearCal
Get the end day of the selected day range.
getEndMonth(). Method in class tea.set.YearCal
Get the end month of the selected day range.
getEndYear(). Method in class tea.set.YearCal
Get the start year of the selected day range.
getFillHGap(). Method in class tea.set.Grid
Return true if fill gap mode is true for horizontal gap.
getFillVGap(). Method in class tea.set.Grid
Return true if fill gap mode is true for vertical gap.
getGridCol(). Method in class tea.set.TextCell
Return the grid column number.
getGridRow(). Method in class tea.set.TextCell
Return the grid row number.
getHeaderRuling(). Method in class tea.set.Grid
Return the current header ruling style.
getHGap(). Method in class tea.set.Grid
Return the horizontal gap between cells.
getHigh(). Method in class tea.set.Meter
Return the higher value of the range.
getImage(). Method in class tea.set.ImageCanvas
Return the image inside this canvas.
getImage(int). Method in class tea.set.Forest
Return a folder image.
getIncrement(int, int). Method in class tea.set.Grid
Get the increment for scrollbars.
getIncrement(int, int). Method in interface tea.set.Scrollable
Get increment value for the specified scrollbar.
getLabel(). Method in class tea.set.ImageButton
Return the label of the button, null if none.
getLow(). Method in class tea.set.Meter
Return the lower value of the range.
getMaximum(int). Method in class tea.set.Grid
Return scrollbar maximum (columns).
getMaximum(int). Method in interface tea.set.Scrollable
Get the maximum value of the specified scrollbar.
getMinimum(int). Method in class tea.set.Grid
Return scrollbar minimum (columns).
getMinimum(int). Method in interface tea.set.Scrollable
Get the minimum value of the specified scrollbar.
getMonth(). Method in class tea.set.Calendar
Return the month of the calendar.
getMonth(). Method in class tea.set.MonthCal
Return the month of the calendar.
getMonthName(int). Static method in class tea.set.Calendar
Return the three letter month name for month m.
getNotes(int). Method in class tea.set.MonthCal
Get the notes for the day.
getObject(int, int). Method in class tea.set.TextGrid
Return the object in cell (r, c).
getParameter(String). Method in class tea.set.BaseA
If applet id is set by setAppletID(), prepend the applet id to the qualified parameter name.
getRow(). Method in class tea.set.Table
Get number of rows in table.
getRow(int). Method in class tea.set.MultiList
Return the row value at the specified index.
getRowRoot(). Method in class tea.set.Grid
Return the current row root.
getRuling(). Method in class tea.set.Grid
Return the current ruling style.
getSelectedCol(). Method in class tea.set.Grid
Return the selected column index.
getSelectedCols(). Method in class tea.set.Grid
Return all selected column indexes.
getSelectedLabel(). Method in class tea.set.Forest
Return the label of the node selected.
getSelectedPath(). Method in class tea.set.Forest
Return the path of the node selected.
getSelectedRow(). Method in class tea.set.Grid
Return the selected row index.
getSelectedRow(). Method in class tea.set.MultiList
Return the row number of the selected row.
getSelectedRows(). Method in class tea.set.Grid
Return all selected row indexes.
getSelectedText(). Method in class tea.set.Cell
Return selected (highlighted) text.
getSelectedText(). Method in class tea.set.Spinner
Return selected (highlighted) text.
getSelectedText(). Method in class tea.set.TextCell
Return selected (highlighted) text.
getSelectedText(). Method in interface tea.set.TextEdit
Return selected (highlighted) text.
getSelectionEnd(). Method in class tea.set.Cell
Get the end position of selection.
getSelectionEnd(). Method in class tea.set.Spinner
Get the end position of selection.
getSelectionEnd(). Method in class tea.set.TextCell
Get the end position of selection.
getSelectionEnd(). Method in interface tea.set.TextEdit
Get the end position of selection.
getSelectionStart(). Method in class tea.set.Cell
Get the starting position of selection.
getSelectionStart(). Method in class tea.set.Spinner
Get the starting position of selection.
getSelectionStart(). Method in class tea.set.TextCell
Get the starting position of selection.
getSelectionStart(). Method in interface tea.set.TextEdit
Get the starting position of selection.
getSeparator(). Method in class tea.set.Forest
Return the current separator.
getStartDay(). Method in class tea.set.Calendar
Get the start day of a selected date range.
getStartDay(). Method in class tea.set.YearCal
Get the start day of the selected day range.
getStartMonth(). Method in class tea.set.YearCal
Get the start month of the selected day range.
getStartYear(). Method in class tea.set.YearCal
Get the start year of the selected day range.
getText(). Method in class tea.set.Cell
Get string value.
getText(). Method in class tea.set.MaskText
Return the text value of the MaskText.
getText(). Method in class tea.set.Spinner
Get text value.
getText(). Method in class tea.set.TextCanvas
Return the text string being currently displayed by TextCanvas.
getText(). Method in class tea.set.TextCell
Get text value.
getText(). Method in interface tea.set.TextEdit
Get text value.
getText(int, int). Method in class tea.set.Table
Return the text in cell (r, c).
getValue(). Method in class tea.set.Meter
Return the current value of the meter.
getValue(int). Method in class tea.set.Grid
Return the current value of the specified scrollbar.
getValue(int). Method in interface tea.set.Scrollable
Get the current value for the specified scrollbar.
getVGap(). Method in class tea.set.Grid
Return the vertial gap between cells.
getVisible(int). Method in class tea.set.Grid
Get the visible portion for the specified direction.
getVisible(int). Method in interface tea.set.Scrollable
Get the visible value for the specified scrollbar.
getYear(). Method in class tea.set.Calendar
Return the year of this calendar.
getYear(). Method in class tea.set.MonthCal
Return the year of this calendar.
gotFocus(Event, Object). Method in class tea.set.Cell
Called when this component got focus.
Graph(). Constructor for class tea.set.Graph
Construct an empty graph.
Graph(Vector, Vector). Constructor for class tea.set.Graph
Construct a Graph with x as the x axis values, and y as y axis values.
Graph(Vector, Vector, int). Constructor for class tea.set.Graph
Construct a Graph with x as the x axis values, and y as y axis values.
GraphA(). Constructor for class tea.set.GraphA
GRID. Static variable in class tea.set.Table
GRID specifies a plain grid style.
Grid(int, int). Constructor for class tea.set.Grid
Construct a grid with row rows and col columns.
Grid(int, int, int). Constructor for class tea.set.Grid
Construct a grid with specified number of rows and columns.
GRID3D. Static variable in class tea.set.Table
GRID3D specifies a 3D grid style.
GridA(). Constructor for class tea.set.GridA

H

H_CENTER. Static variable in class tea.set.Grid
Center at horizontal direction.
H_LEFT. Static variable in class tea.set.Grid
Alignment flag determines how the cell components are aligned inside a cell.
H_RIGHT. Static variable in class tea.set.Grid
Right align at horizontal direction.
handleEvent(Event). Method in class tea.set.AnimatedButtonA
Action causes the document pointed to by URL to be displayed.
handleEvent(Event). Method in class tea.set.ArrowButtonA
Action causes the document pointed to by URL to be displayed.
handleEvent(Event). Method in class tea.set.Forest
Handle and translate events.
handleEvent(Event). Method in class tea.set.ForestA
Display a HTML page is one is specified for the selected node.
handleEvent(Event). Method in class tea.set.Grid
If a Scroller is attached to this Grid, Scroller.notifyUpdate() will be called whenever the layout of this Grid changes.
handleEvent(Event). Method in class tea.set.GridA
handleEvent(Event). Method in class tea.set.ImageButtonA
Display the attached URL is specified.
handleEvent(Event). Method in class tea.set.MessageDialog
handleEvent(Event). Method in class tea.set.MonthCal
An action event is generated when the notes in a day changes.
handleEvent(Event). Method in class tea.set.MultiList
A single click on a data row generates a LIST_SELECT event.
handleEvent(Event). Method in class tea.set.Scroller
Handle scrolling related events.
handleEvent(Event). Method in class tea.set.TextCell
Switch to edit mode at mouse click.
handleEvent(Event). Method in class tea.set.TextGrid
Handle focus and row selection.
hide(int). Method in class tea.set.Folder
Hide the idx'th tab.
hide(String). Method in class tea.set.Folder
Hide the named tab.
hide(String). Method in class tea.set.Forest
Hide the specified node and its children.
hide(String, int). Method in class tea.set.Forest
Hide the specified node.
hideCol(int). Method in class tea.set.Grid
Hide a column from the grid.
hideRow(int). Method in class tea.set.Grid
Hide a row from the grid.
highlight(int). Method in class tea.set.Calendar
Highlight the specified day.
highlight(int, int). Method in class tea.set.Calendar
Highlight the specified days in the range, inclusive.
highlight(int, int, int). Method in class tea.set.YearCal
Highlight the specified day.
highlight(int, int, int, int, int, int). Method in class tea.set.YearCal
Highlight the day range.
HORIZONTAL. Static variable in class tea.set.Grid
Draw horizontal lines between rows.
HORIZONTAL. Static variable in class tea.set.Meter
Meter grows from left to right.
HORIZONTAL. Static variable in interface tea.set.Scrollable
Horizontal scrollbar.

I

ImageButton(Image). Constructor for class tea.set.ImageButton
Contruct an ImageButton with the supplied image.
ImageButton(Image, String). Constructor for class tea.set.ImageButton
Construct an ImageButton with image and a label.
ImageButton(Image, String, int). Constructor for class tea.set.ImageButton
Construct an ImageButton with image and a label.
ImageButtonA(). Constructor for class tea.set.ImageButtonA
ImageCanvas(Image). Constructor for class tea.set.ImageCanvas
Construct an ImageCanvas with specified image.
ImageCanvasA(). Constructor for class tea.set.ImageCanvasA
ImageLabel(Image, String). Constructor for class tea.set.ImageLabel
Construct an ImageLabel with specified image and text.
ImageLabelA(). Constructor for class tea.set.ImageLabelA
init(). Method in class tea.set.AnimatedButtonA
Applet initialization routine.
init(). Method in class tea.set.AnimatorA
Applet initialization method.
init(). Method in class tea.set.ArrowButtonA
Applet initialization method.
init(). Method in class tea.set.BookA
Applet initialization method.
init(). Method in class tea.set.CalendarA
Applet initialization method.
init(). Method in class tea.set.CardFileA
Applet initialization method.
init(). Method in class tea.set.Effect3DA
Applet initialization method.
init(). Method in class tea.set.FolderA
Applet initialization method.
init(). Method in class tea.set.ForestA
Applet initialization method.
init(). Method in class tea.set.GraphA
Applet initialization method.
init(). Method in class tea.set.GridA
Applet initialization method.
init(). Method in class tea.set.ImageButtonA
Applet initialization method.
init(). Method in class tea.set.ImageCanvasA
Initialize ImageCanvas.
init(). Method in class tea.set.ImageLabelA
Initialize ImageLabel.
init(). Method in class tea.set.ListTextA
Applet initialization method.
init(). Method in class tea.set.MaskTextA
Applet initialization.
init(). Method in class tea.set.MeterA
Applet initialization method.
init(). Method in class tea.set.MonthCalA
Applet initialization method.
init(). Method in class tea.set.MovingShadowA
init(). Method in class tea.set.MultiListA
Applet initialization method.
init(). Method in class tea.set.ScrollerA
Applet initialization method.
init(). Method in class tea.set.ShadeA
Applet initialization method.
init(). Method in class tea.set.SpinnerA
Applet initialization.
init(). Method in class tea.set.TableA
Applet initialization method.
init(). Method in class tea.set.TextCanvasA
init(). Method in class tea.set.TextCellA
Applet initialization.
init(). Method in class tea.set.TextGridA
Applet initialization method.
init(). Method in class tea.set.TickerTapeA
Applet initialization method.
init(). Method in class tea.set.YearCalA
Applet initialization method.
init(String). Method in class tea.set.BaseA
Handles initialization of general applet parameters.
insertCol(int). Method in class tea.set.Grid
Insert one column at the specified position.
insertCol(int, int). Method in class tea.set.Grid
Insert specified number of columns at the position specified.
insertRow(int). Method in class tea.set.Grid
Insert one row at the specified position.
insertRow(int, int). Method in class tea.set.Grid
Insert specified number of rows at the position specified.
insertText(String, int). Method in class tea.set.Cell
Insert text at the position.
insertText(String, int). Method in class tea.set.Spinner
Insert text at the position.
insertText(String, int). Method in class tea.set.TextCell
Insert text at the position.
insertText(String, int). Method in interface tea.set.TextEdit
Insert text at the position.
isAbsolute(). Method in class tea.set.Grid
Return true if absolute mode is set to true.
isColSelectable(). Method in class tea.set.Grid
Return true if column is selectable.
isEditable(). Method in class tea.set.Cell
Return true if editable (default).
isEditable(). Method in class tea.set.Spinner
Return true if editable (default).
isEditable(). Method in class tea.set.TextCell
Return true if editable (default).
isEditable(). Method in interface tea.set.TextEdit
Return true if editable (default).
isHidenCol(int). Method in class tea.set.Grid
Return true if the specified column is hiden.
isHidenRow(int). Method in class tea.set.Grid
Return true if the specified row is currently hiden.
isHighlighted(int). Method in class tea.set.Calendar
Return true if the specified day is highlighted.
isHighlighted(int, int, int). Method in class tea.set.YearCal
Return true if the specified day is highlighted.
isMultiSelect(). Method in class tea.set.Grid
Return true if multiSelect is enabled.
isResizable(). Method in class tea.set.Grid
Return user resize flag.
isRowSelectable(). Method in class tea.set.Grid
Return true if row is selectable.
isSelectedCol(int). Method in class tea.set.Grid
Return true if specified column is selected.
isSelectedRow(int). Method in class tea.set.Grid
Return true if specified row is selected.

K

keyDown(Event, int). Method in class tea.set.Cell
Handle keydown event.
keyDown(Event, int). Method in class tea.set.ListText
KeyDown event.
keyDown(Event, int). Method in class tea.set.MaskText
Handle key input.

L

layout(). Method in class tea.set.Effect3D
Layout the component.
layout(). Method in class tea.set.Folder
Layout the tabs and their associated components.
layout(). Method in class tea.set.Forest
This function is called automatically to layout the tree nodes.
layout(). Method in class tea.set.Grid
Layout headers as well as body grid.
LEFT. Static variable in class tea.set.ArrowButton
Left arrow button style.
LEFT. Static variable in class tea.set.Folder
Display the tabs at left side of the folder.
LEFT. Static variable in class tea.set.ImageButton
LEFT specifies the label of the button being placed at the left of the button.
LEFT_BOTTOM. Static variable in class tea.set.Grid
Left and bottom alignment.
LEFT_CENTER. Static variable in class tea.set.Grid
Left and center alignment.
LEFT_RIGHT. Static variable in class tea.set.CardFile
Two pages occupies left and right halves.
LEFT_TOP. Static variable in class tea.set.Grid
Left and top alignment.
LINE. Static variable in class tea.set.Forest
Display lines connecting parent nodes to their children nodes.
LINE. Static variable in class tea.set.Graph
Line graph style.
LINE_DOWN. Static variable in interface tea.set.Scrollable
Scroll line down.
LINE_SCROLL. Static variable in class tea.set.TickerTape
Scroll by line.
LINE_UP. Static variable in interface tea.set.Scrollable
Scroll line up.
ListText(int). Constructor for class tea.set.ListText
Construct a ListText with cols columns.
ListText(String). Constructor for class tea.set.ListText
Construct a ListText with str as the initial value.
ListText(String, int). Constructor for class tea.set.ListText
Construct a ListText with str as the initial value and cols columns.
ListTextA(). Constructor for class tea.set.ListTextA
locationInFrame(Component). Static method in class tea.set.Tool
Return the location of component in relative to top frame.
locationInWindow(Component). Static method in class tea.set.Tool
Return the location of component in relative to parent window.
lostFocus(Event, Object). Method in class tea.set.Cell
Called when this component lost focus.
LOWERED. Static variable in class tea.set.Effect3D
Lowered 3D effect.
LOWERED. Static variable in class tea.set.Grid
Draw lowered 3D lines.
LOWERED_BORDER. Static variable in class tea.set.Effect3D
Lowered 3D border effect.

M

main(String[]). Static method in class tea.set.CalendarA
main(String[]). Static method in class tea.set.TickerTapeA
main(String[]). Static method in class tea.set.YearCalA
makeVisible(int). Method in class tea.set.MultiList
Make the specified row visible.
MaskText(int). Constructor for class tea.set.MaskText
Construct a MaskText with cols columns.
MaskText(String). Constructor for class tea.set.MaskText
Construct a MaskText with ms as the initial mask.
MaskTextA(). Constructor for class tea.set.MaskTextA
MessageDialog(String). Constructor for class tea.set.MessageDialog
Construct a MessageDialog to show the specified message.
Meter(int, int). Constructor for class tea.set.Meter
Construct a meter with specified range.
Meter(int, int, int). Constructor for class tea.set.Meter
Construct a meter with specified range.
MeterA(). Constructor for class tea.set.MeterA
minimumSize(). Method in class tea.set.Calendar
Return the minimum size of the widget.
minimumSize(). Method in class tea.set.Cell
Return the minimum size.
minimumSize(). Method in class tea.set.Effect3D
Minimum size is the minimum size of the component increased by the border width.
minimumSize(). Method in class tea.set.Folder
Return the minimum size of the Folder.
minimumSize(). Method in class tea.set.Forest
Return the minimum size of the forest.
minimumSize(). Method in class tea.set.Graph
Return the minimum size of Graph.
minimumSize(). Method in class tea.set.ImageButton
Return the minimum size of the button.
minimumSize(). Method in class tea.set.ImageCanvas
Return the minimum size of the image.
minimumSize(). Method in class tea.set.ImageLabel
Return the minimum size of the label.
minimumSize(). Method in class tea.set.Meter
Return the minimum size of the meter.
minimumSize(). Method in class tea.set.PlaceHolder
Return minimum size.
minimumSize(). Method in class tea.set.Shade
Minimum size is the minimum size of the component increased by the shade and border width.
minimumSize(). Method in class tea.set.TextCanvas
Return the minimum size of the TextCanvas.
minimumSize(). Method in class tea.set.TickerTape
Return the minimum size of TickerTape.
MONTH_WEEK. Static variable in class tea.set.Calendar
Display weekday header and month name.
MonthCal(). Constructor for class tea.set.MonthCal
Create a new MonthCal containing the current month.
MonthCal(int, int). Constructor for class tea.set.MonthCal
Create a monthly calendar for year/month.
MonthCalA(). Constructor for class tea.set.MonthCalA
Applet constructor.
mouseDown(Event, int, int). Method in class tea.set.Calendar
Set the starting selection point to the day where the mouse pointer is in.
mouseDown(Event, int, int). Method in class tea.set.Cell
Handle mouse down event.
mouseDown(Event, int, int). Method in class tea.set.ImageButton
Mouse down event causes a pressed button image to be shown.
mouseDown(Event, int, int). Method in class tea.set.ListText
Handle mouse down event.
mouseDrag(Event, int, int). Method in class tea.set.Calendar
Day range selection.
mouseDrag(Event, int, int). Method in class tea.set.Cell
Handle mouse draw event.
mouseEnter(Event, int, int). Method in class tea.set.AnimatedButton
Mouse enter event starts an animation sequence.
mouseExit(Event, int, int). Method in class tea.set.AnimatedButton
Mouse exit event terminates the current animation sequence.
mouseExit(Event, int, int). Method in class tea.set.ImageButton
Mouse exit event causes a button to change back to normal state.
mouseUp(Event, int, int). Method in class tea.set.Calendar
Set the ending point of the selection to the day where the mouse pointer is in.
mouseUp(Event, int, int). Method in class tea.set.Cell
Handle mouse up event.
mouseUp(Event, int, int). Method in class tea.set.ImageButton
Mouse up event generates an action event.
mouseUp(Event, int, int). Method in class tea.set.MaskText
Make sure the cursor is never out of the picture area.
moveCol(int, int). Method in class tea.set.Grid
Move a col from one position to a new position.
moveRow(int, int). Method in class tea.set.Grid
Move a row from one position to a new position.
MovingShadowA(). Constructor for class tea.set.MovingShadowA
MultiList(int, int). Constructor for class tea.set.MultiList
Construct a MultiList widget with ncol fields and each with w character wide.
MultiList(int, int, int). Constructor for class tea.set.MultiList
Construct a MultiList widget with nrow rows, ncol fields, and each fields with width of w characters.
MultiList(int, int[]). Constructor for class tea.set.MultiList
Construct a MultiList widget with nrow rows, and the same number of fields as the w[] length.
MultiList(int[]). Constructor for class tea.set.MultiList
Construct a MultiList widget with the same number of fields as the length of w[].
MultiListA(). Constructor for class tea.set.MultiListA

N

NO_LINE. Static variable in class tea.set.Forest
Display nodes without connecting them with lines.
NO_TITLE. Static variable in class tea.set.Calendar
Display only days.
NONE. Static variable in class tea.set.Grid
Don't draw any ruling.
NONE. Static variable in class tea.set.Meter
Don't display value.
notifyUpdate(). Method in class tea.set.Scroller
This method can be called by the scrolled component to signal a need to recalculate the scrollbar values.

P

PAGE_DOWN. Static variable in interface tea.set.Scrollable
Scroll page down.
PAGE_UP. Static variable in interface tea.set.Scrollable
Scroll page up.
paint(Graphics). Method in class tea.set.AnimatedButton
Paint AnimatedButton.
paint(Graphics). Method in class tea.set.Animator
Paint images of animation.
paint(Graphics). Method in class tea.set.ArrowButton
Paint ArrowButton.
paint(Graphics). Method in class tea.set.Calendar
Paint the calendar.
paint(Graphics). Method in class tea.set.Cell
Paint widget.
paint(Graphics). Method in class tea.set.Effect3D
Paint 3D border and component.
paint(Graphics). Method in class tea.set.Folder
Paint the folder.
paint(Graphics). Method in class tea.set.Forest
Paint the forest.
paint(Graphics). Method in class tea.set.Graph
Paint the graph.
paint(Graphics). Method in class tea.set.ImageButton
Paint button.
paint(Graphics). Method in class tea.set.ImageCanvas
Paint the image.
paint(Graphics). Method in class tea.set.ImageLabel
Paint the image and text.
paint(Graphics). Method in class tea.set.Meter
Paint meter.
paint(Graphics). Method in class tea.set.MovingShadowA
paint(Graphics). Method in class tea.set.Shade
Paint the component with a shade.
paint(Graphics). Method in class tea.set.Table
Paint the table.
paint(Graphics). Method in class tea.set.TextCanvas
Paint TextCanvas.
paint(Graphics). Method in class tea.set.TickerTape
Paint TickerTape.
parseDate(String). Method in class tea.set.YearCalA
Return a Date object by parsing the string parameter.
parseList(String, int). Static method in class tea.set.BaseA
Parse an integer list.
parseString(String). Static method in class tea.set.Tool
Replace \n with newline, \t with tab in the string.
PERCENT. Static variable in class tea.set.Meter
Display the current value as a percentage of the range.
PIE. Static variable in class tea.set.Graph
Pie chart style.
PIE3D. Static variable in class tea.set.Graph
3D pie chart style.
PlaceHolder(int, int). Constructor for class tea.set.PlaceHolder
Create a blank space holder with the specified dimension.
PLAIN. Static variable in class tea.set.Grid
Non-3D mode.
POINT. Static variable in class tea.set.Graph
Point graph style.
popdown(). Method in class tea.set.ListText
Close the list window.
popup(). Method in class tea.set.ListText
Popup a new list window.
preferredSize(). Method in class tea.set.ArrowButton
Return preferred size of ArrowButton.
preferredSize(). Method in class tea.set.Calendar
Return the preferred size of the widget.
preferredSize(). Method in class tea.set.Cell
Return the preferred size.
preferredSize(). Method in class tea.set.Effect3D
Preferred size is the preferred size of the component increased by the border width.
preferredSize(). Method in class tea.set.Folder
Return the preferred size of the Folder.
preferredSize(). Method in class tea.set.Forest
Return the preferred size of the forest.
preferredSize(). Method in class tea.set.ImageButton
Return the preferred size of the button.
preferredSize(). Method in class tea.set.ImageCanvas
Return the preferred size of the image.
preferredSize(). Method in class tea.set.ImageLabel
Return the preferred size of the label.
preferredSize(). Method in class tea.set.Meter
Return the preferred size of the meter.
preferredSize(). Method in class tea.set.PlaceHolder
Return preferred size.
preferredSize(). Method in class tea.set.Scroller
Return the preferred size.
preferredSize(). Method in class tea.set.Shade
Preferred size is the preferred size of the component increased by the shade and border width.
preferredSize(). Method in class tea.set.TextCanvas
Return the preferred size of TextCanvas.
preferredSize(). Method in class tea.set.TickerTape
Return the preferred size of TickerTape.

R

RAISED. Static variable in class tea.set.Effect3D
Raised 3D effect.
RAISED. Static variable in class tea.set.Grid
Draw raised 3D lines.
RAISED_BORDER. Static variable in class tea.set.Effect3D
Raised 3D border effect.
registerScroller(Scroller). Method in class tea.set.Grid
This function is called by Scroller at initialization time.
registerScroller(Scroller). Method in interface tea.set.Scrollable
Register Scroller with the Scrollable components.
reload(). Method in class tea.set.TickerTape
A call to this function will cause that the TickerTape to reload text from the URL.
remove(String). Method in class tea.set.Forest
Remove the specified node and its subtree.
removeCol(int). Method in class tea.set.Grid
Remove specified column.
removeCol(int, int). Method in class tea.set.Grid
Remove specified number of columns at the position specified.
removeItem(String). Method in class tea.set.Spinner
Remove the specified item from the list.
removeRow(int). Method in class tea.set.Grid
Remove the specified row.
removeRow(int). Method in class tea.set.MultiList
Remove the specified row.
removeRow(int, int). Method in class tea.set.Grid
Remove specified number of rows at the position specified.
removeText(int, int). Method in class tea.set.Cell
Remove text in the range.
removeText(int, int). Method in class tea.set.Spinner
Remove text in the range.
removeText(int, int). Method in class tea.set.TextCell
Remove text in the range.
removeText(int, int). Method in interface tea.set.TextEdit
Remove text in the range.
requestFocus(). Method in class tea.set.Cell
Override requestFocus to set focus to true, needed when already has focus.
reset(). Method in class tea.set.Folder
Show a blank page (no tab selected).
reshape(int, int, int, int). Method in class tea.set.ImageButton
Reshape the button.
reshape(int, int, int, int). Method in class tea.set.Scroller
Use reshape as the initialization function.
resize(Dimension). Method in class tea.set.ImageButton
Change the size of the button to dimension.
resize(int, int). Method in class tea.set.ImageButton
Change the size of the button to (w, h).
RIGHT. Static variable in class tea.set.ArrowButton
Right arrow button style.
RIGHT. Static variable in class tea.set.Folder
Display the tabs at right side of the folder.
RIGHT. Static variable in class tea.set.ImageButton
RIGHT specifies the label of the button being placed at the right of the button.
RIGHT_BOTTOM. Static variable in class tea.set.Grid
Right and bottom alignment.
RIGHT_CENTER. Static variable in class tea.set.Grid
Right and center alignment.
RIGHT_TOP. Static variable in class tea.set.Grid
Right and top alignment.
run(). Method in class tea.set.AnimatedButton
Run method of the Runnable interface.
run(). Method in class tea.set.AnimatedButtonA
Runnable run method.
run(). Method in class tea.set.Animator
Run method of the Runnable interface.
run(). Method in class tea.set.AnimatorA
Runnable run method.
run(). Method in class tea.set.MeterA
run(). Method in class tea.set.MovingShadowA
run(). Method in class tea.set.Scroller
This thread handles the actual scrolling of component.
run(). Method in class tea.set.TickerTape
TickerTape main loop.
run(). Method in class tea.set.TickerTapeA

S

Scroller(Component). Constructor for class tea.set.Scroller
Attach a Scroller to a component.
Scroller(Component, boolean). Constructor for class tea.set.Scroller
Attach a Scroller to a component.
Scroller(Component, boolean, int, int). Constructor for class tea.set.Scroller
Attach a Scroller to a component.
ScrollerA(). Constructor for class tea.set.ScrollerA
select(int). Method in class tea.set.Calendar
Select the specified day.
select(int). Method in class tea.set.MultiList
Select the specified row.
select(int, int). Method in class tea.set.Calendar
Select the specified day range.
select(int, int). Method in class tea.set.Cell
Select the text in the range.
select(int, int). Method in class tea.set.Spinner
Select the text in the range.
select(int, int). Method in class tea.set.TextCell
Select the text in the range.
select(int, int). Method in interface tea.set.TextEdit
Select the text in the range.
select(String). Method in class tea.set.Forest
Select(highlight) the specified node.
selectAll(). Method in class tea.set.Calendar
Mark the entire month as selected.
selectAll(). Method in class tea.set.Cell
Select all text.
selectAll(). Method in class tea.set.Spinner
Select all text.
selectAll(). Method in class tea.set.TextCell
Select all text.
selectAll(). Method in interface tea.set.TextEdit
Select all text.
selectCol(int). Method in class tea.set.Grid
Select a column.
selectRow(int). Method in class tea.set.Grid
Select a row.
set3D(boolean). Method in class tea.set.CardFile
Set the 3D mode to true or false.
set3D(boolean). Method in class tea.set.Folder
Set folder 3D mode to true or false.
set3D(int). Method in class tea.set.Grid
Set the line 3D mode.
setAbsolute(boolean). Method in class tea.set.Grid
If absolute is set to true, cells will not be resized to fit the area.
setAlignment(int). Method in class tea.set.Grid
Set the alignment for the grid.
setAlignment(int, int, int). Method in class tea.set.Grid
Set the alignment for a particular cell.
setAppletID(String). Method in class tea.set.BaseA
Set the applet id to the string.
setBorder(boolean). Method in class tea.set.Shade
Set border option to true or false.
setBorder(int). Method in class tea.set.Effect3D
Set the border width.
setCaption(String). Method in class tea.set.Effect3D
Set the caption for this 3D box.
setCaseSensitive(boolean). Method in class tea.set.ListText
Set case sensitive to true or false.
setCell(int, int, Component). Method in class tea.set.Grid
Set the component for a grid cell.
setCell(int, int, Component, int, int). Method in class tea.set.Grid
Set the component for a spanning cell.
setCell(int, int, String). Method in class tea.set.Grid
Set the component for a cell.
setCol(int, String). Method in class tea.set.Grid
Set the entire column to the component.
setCol(int, String, String). Method in class tea.set.TextGrid
Set a grid column from a delimited field string.
setColAlignment(int, int). Method in class tea.set.Grid
Set the alignment for a particular column.
setColColor(int, Color). Method in class tea.set.Grid
Set the column color.
setColHeader(int, String). Method in class tea.set.Grid
Set one column header.
setColHeader(String, String). Method in class tea.set.Grid
Set column headers.
setColHeader(String[]). Method in class tea.set.Grid
Set column headers.
setColor(Color). Method in class tea.set.Meter
Set the filling color.
setColor(int, int, Color). Method in class tea.set.Grid
Set the specified cell to the color.
setColors(Color[]). Method in class tea.set.Graph
Set the colors to use for each data sets.
setColRoot(int). Method in class tea.set.Grid
Set the col root.
setColSelectable(boolean). Method in class tea.set.Grid
Set column selectable to true or false.
setColSelectable(boolean, boolean). Method in class tea.set.Grid
Set column selectable to true or false.
setColWidth(int). Method in class tea.set.Grid
Set all column to the specified width.
setColWidth(int[]). Method in class tea.set.Grid
Set the width for columns in the grid.
setCurrent(int). Method in class tea.set.Spinner
Set the current item to the item at specified index.
setCursorPos(int). Method in class tea.set.Cell
Set cursor at position.
setCursorPos(int). Method in class tea.set.Spinner
Set cursor at position.
setCursorPos(int). Method in class tea.set.TextCell
Set cursor at position.
setCursorPos(int). Method in interface tea.set.TextEdit
Set cursor at position.
setDelay(int). Method in class tea.set.AnimatedButton
Set the delay between animation frames in miniseconds.
setDelay(int). Method in class tea.set.Animator
Set the delay between animation frames in miniseconds.
setDirection(int). Method in class tea.set.ArrowButton
Change the arrow to the specified style.
setDisplay(int). Method in class tea.set.Meter
Set the display style.
setEditable(boolean). Method in class tea.set.Cell
Set editable to true or false.
setEditable(boolean). Method in class tea.set.Spinner
Set editable to true of false.
setEditable(boolean). Method in class tea.set.TextCell
Set editable to true of false.
setEditable(boolean). Method in interface tea.set.TextEdit
Set editable to true of false.
setEditMode(boolean). Method in class tea.set.TextCell
Switch to editing mode if true, to displaying mode if false.
setFillGap(boolean, boolean). Method in class tea.set.Grid
If the preferred size of rows and cols are less then the size of the widget, fill the gaps so the components will not be stretched.
setForce(boolean). Method in class tea.set.ListText
Set force option to true of false.
setGap(int, int). Method in class tea.set.Grid
Set the horizontal and vertical gaps between cells in the grid.
setGrid(int, int). Method in class tea.set.TextCell
Set the grid row and column.
setHeaderRuling(int). Method in class tea.set.Grid
Set the header ruling style.
setHighlight(Color). Method in class tea.set.Calendar
Set the highlight color.
setHighlight(Color). Method in class tea.set.YearCal
Set the highlight color.
setIconOnly(boolean). Method in class tea.set.Forest
Set folder open/close behavior.
setImage(Image). Method in class tea.set.ImageButton
Set or change the image displayed by this button.
setImage(Image, int). Method in class tea.set.Forest
Set the image for tree nodes.
setInsertMode(boolean). Method in class tea.set.Cell
Set insertion mode to true or false.
setInsertMode(boolean). Method in class tea.set.Spinner
Set insertion mode to true or false (overwrite).
setInsertMode(boolean). Method in class tea.set.TextCell
Set insertion mode to true or false (overwrite).
setInsertMode(boolean). Method in interface tea.set.TextEdit
Set insertion mode to true or false (overwrite).
setLabel(String). Method in class tea.set.ImageButton
Set the label for this button.
setLabel(String, int). Method in class tea.set.ImageButton
Set the label for this button.
setLabelPos(int). Method in class tea.set.ImageButton
Set the label position.
setMask(String). Method in class tea.set.MaskText
Set a new mask.
setMessage(String). Method in class tea.set.TickerTape
Set the message for displaying.
setMessage(URL). Method in class tea.set.TickerTape
Set the URL content for displaying.
setMonth(int). Method in class tea.set.Calendar
Set the month of the calendar.
setMonth(int). Method in class tea.set.MonthCal
Set the month of the calendar.
setMultiSelect(boolean). Method in class tea.set.Grid
Set multiSelect mode to true or false.
setNextFocus(Component). Method in class tea.set.MessageDialog
Set the next focus component.
setNotes(int, String). Method in class tea.set.MonthCal
Attach the notes to the specified day.
setObject(int, int, Object). Method in class tea.set.TextGrid
Set the text in cell (r, c) to object.
setRange(int, int). Method in class tea.set.Spinner
Set the range for the numeric spinner.
setResizable(boolean). Method in class tea.set.Grid
Enable/disable user resize through dragging ruling lines.
setRow(int, String). Method in class tea.set.Grid
Set the entire row to the component.
setRow(int, String, String). Method in class tea.set.TextGrid
Set a grid row from a delimited field string.
setRow(String, String, Image, int). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRow(String, String, int). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRow(String[], Image, int). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRow(String[], int). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRow(Vector, Image, int). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRow(Vector, int). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRowAlignment(int, int). Method in class tea.set.Grid
Set the alignment for a particular row.
setRowColor(int, Color). Method in class tea.set.Grid
Set the row color.
setRowHeader(int, String). Method in class tea.set.Grid
Set one row header.
setRowHeader(String, String). Method in class tea.set.Grid
Set row headers.
setRowHeader(String[]). Method in class tea.set.Grid
Set row headers.
setRowHeight(int). Method in class tea.set.Grid
Set all rows to the specified height.
setRowHeight(int[]). Method in class tea.set.Grid
Explicitly specify the row heights in the grid.
setRowRoot(int). Method in class tea.set.Grid
Set the row root.
setRowSelectable(boolean). Method in class tea.set.Grid
Set row selectable to true or false.
setRowSelectable(boolean, boolean). Method in class tea.set.Grid
Set row selectable to true or false.
setRuling(int). Method in class tea.set.Grid
Set the ruling style.
setSeparator(char). Method in class tea.set.Forest
Set the separator to the new charactor.
setShadeWidth(int). Method in class tea.set.Shade
Set the shade width.
setSpanning(int, int, int, int). Method in class tea.set.Grid
Set the spanning cell size.
setStyle(int). Method in class tea.set.CardFile
Set the display style.
setStyle(int). Method in class tea.set.Effect3D
Set the style of the 3D effect.
setStyle(int). Method in class tea.set.Folder
Set the folder to a new style.
setStyle(int). Method in class tea.set.Forest
Set the display style of this Forest to either LINE or NO_LINE.
setStyle(int). Method in class tea.set.Graph
Set the graph style to the specified type.
setStyle(int). Method in class tea.set.Table
Set the table display style.
setStyle(String). Method in class tea.set.GraphA
Set the graph style.
setTemplate(String). Method in class tea.set.Cell
Set the template string, used to set size.
setText(int, int, String). Method in class tea.set.Table
Set the text in cell (r, c) to string t.
setText(String). Method in class tea.set.Cell
Set the value of cell.
setText(String). Method in class tea.set.MaskText
Set the text value to the supplied string.
setText(String). Method in class tea.set.Spinner
Set the value of text.
setText(String). Method in class tea.set.TextCanvas
Set the text string for displaying.
setText(String). Method in class tea.set.TextCell
Set the value of text.
setText(String). Method in interface tea.set.TextEdit
Set the value of text.
setTitle(int). Method in class tea.set.Calendar
Set the title option to either no title, weekday only, month and weekday, or all.
setTitle(int). Method in class tea.set.YearCal
Set the title options of calendar.
setTitle(String, String). Method in class tea.set.MultiList
Add a title row to the list.
setTitle(String[]). Method in class tea.set.MultiList
Add a title row to the list.
setTitle(Vector). Method in class tea.set.MultiList
Add a title row to the list.
setValue(int). Method in class tea.set.Meter
Set the current value of the meter.
setValue(int, int). Method in class tea.set.Grid
Scroll the grid according to scrollbar value.
setValue(int, int). Method in interface tea.set.Scrollable
Set the scroll value for the specified scrollbar.
setValues(Vector, Vector). Method in class tea.set.Graph
Set the data sets value.
setYear(int). Method in class tea.set.Calendar
Set the year of the calendar.
setYear(int). Method in class tea.set.MonthCal
Set the year of the calendar.
setYear(int). Method in class tea.set.YearCal
Set the year to y.
Shade(Component). Constructor for class tea.set.Shade
Construct a shaded component.
Shade(Component, boolean). Constructor for class tea.set.Shade
Construct a shaded component and draw border according to the border flag.
ShadeA(). Constructor for class tea.set.ShadeA
show(int). Method in class tea.set.Folder
Make the idx'th tab visible.
show(int). Method in class tea.set.Forest
Show the nodes in the first 'level' levels.
show(String). Method in class tea.set.Folder
Make the named tab visible.
show(String). Method in class tea.set.Forest
Show the specified node.
show(String, int). Method in class tea.set.Forest
Show the specified node.
showAll(). Method in class tea.set.Forest
Show all nodes in the trees.
showCol(int). Method in class tea.set.Grid
Show a column if it's currently hiden.
showRow(int). Method in class tea.set.Grid
Show a row if the row is currently hiden.
size(). Method in class tea.set.Cell
Return the size of the widget.
Spinner(int, int). Constructor for class tea.set.Spinner
Construct a numeric spinner with allowable values in the range specified by low and high.
Spinner(int, int, boolean). Constructor for class tea.set.Spinner
Construct a numeric spinner with allowable values in the range specified by low and high.
Spinner(String, String). Constructor for class tea.set.Spinner
Construct a list spinner by extracting fields from the string using delim as the delimiter.
Spinner(String, String, boolean). Constructor for class tea.set.Spinner
Construct a list spinner by extracting fields from the string using delim as the delimiter.
Spinner(String[]). Constructor for class tea.set.Spinner
Construct a list spinner using the strings in items.
Spinner(String[], boolean). Constructor for class tea.set.Spinner
Construct a list spinner using the strings in items.
Spinner(Vector). Constructor for class tea.set.Spinner
Construct a list spinner using the strings in items.
Spinner(Vector, boolean). Constructor for class tea.set.Spinner
Construct a list spinner using the strings in items.
SpinnerA(). Constructor for class tea.set.SpinnerA
STACKBAR. Static variable in class tea.set.Graph
Stacked bar chart style.
STACKBAR3D. Static variable in class tea.set.Graph
Stacked 3D bar chart style.
start(). Method in class tea.set.AnimatedButton
Start the animation sequence.
start(). Method in class tea.set.AnimatedButtonA
Start animation sequence.
start(). Method in class tea.set.Animator
Start the animation sequence.
start(). Method in class tea.set.AnimatorA
Start animation sequence.
start(). Method in class tea.set.BookA
Start all applets in this container.
start(). Method in class tea.set.CardFileA
Start all applets in this container.
start(). Method in class tea.set.FolderA
Start all applets in this container.
start(). Method in class tea.set.GridA
Start all applets in this container.
start(). Method in class tea.set.MeterA
start(). Method in class tea.set.MovingShadowA
start(). Method in class tea.set.TextGridA
Start all applets in this container.
start(). Method in class tea.set.TickerTape
Create a new thread and start the TickerTape main loop, or resume a suspended main loop thread.
start(). Method in class tea.set.TickerTapeA
startComponents(Container). Method in class tea.set.BaseA
Start all applets in this container.
stop(). Method in class tea.set.AnimatedButton
Stop the animation.
stop(). Method in class tea.set.AnimatedButtonA
Stop animation sequence.
stop(). Method in class tea.set.Animator
Stop the animation sequence.
stop(). Method in class tea.set.AnimatorA
Stop animation sequence..
stop(). Method in class tea.set.BookA
Stop all applets in this container.
stop(). Method in class tea.set.CardFileA
Stop all applets in this container.
stop(). Method in class tea.set.FolderA
Stop all applets in this container.
stop(). Method in class tea.set.GridA
Stop all applets in this container.
stop(). Method in class tea.set.ListTextA
Remove the list window.
stop(). Method in class tea.set.MeterA
stop(). Method in class tea.set.MovingShadowA
stop(). Method in class tea.set.TextGridA
Stop all applets in this container.
stop(). Method in class tea.set.TickerTape
Stop the TickerTape thread.
stop(). Method in class tea.set.TickerTapeA
stopComponents(Container). Method in class tea.set.BaseA
Stop all applets in this container.

T

tabbable(). Method in class tea.set.Cell
Allow tab to shift focus to this component.
Table(int, int, int). Constructor for class tea.set.Table
Construct a table widget with row rows, col columns, and w characters in each column.
Table(int, int, int[]). Constructor for class tea.set.Table
Construct a table widget with row rows, col columns, and character width for each column coresponds to the value in cwidth.
TableA(). Constructor for class tea.set.TableA
text. Variable in class tea.set.TextCanvas
TextCanvas(int, int). Constructor for class tea.set.TextCanvas
Create a TextCanvas with specified rows and columns.
TextCanvas(String). Constructor for class tea.set.TextCanvas
Construct a TextCanvas with initial text.
TextCanvasA(). Constructor for class tea.set.TextCanvasA
TextCell(int, int, boolean). Constructor for class tea.set.TextCell
Construct a TextCell.
TextCell(String, boolean). Constructor for class tea.set.TextCell
Construct a TextCell.
TextCellA(). Constructor for class tea.set.TextCellA
TextGrid(InputStream, String, boolean). Constructor for class tea.set.TextGrid
Construct a text grid from a file.
TextGrid(int, int). Constructor for class tea.set.TextGrid
Construct an empty text grid.
TextGrid(int, int, boolean). Constructor for class tea.set.TextGrid
Construct an empty text grid.
TextGrid(int, int, int, int, boolean). Constructor for class tea.set.TextGrid
Construct a textgrid widget with row rows, col columns, and w characters in each column.
TextGrid(int, int, int[], int[], boolean). Constructor for class tea.set.TextGrid
Construct a textgrid widget with row rows, col columns, and character width for each column coresponds to the value in cwidth.
TextGridA(). Constructor for class tea.set.TextGridA
TickerTape(String). Constructor for class tea.set.TickerTape
Construct a TickerTape with message as the text for displaying.
TickerTape(String, int). Constructor for class tea.set.TickerTape
Construct a TickerTape with message as the text for displaying.
TickerTape(String, int, int). Constructor for class tea.set.TickerTape
Construct a TickerTape with message as the text for displaying.
TickerTape(URL). Constructor for class tea.set.TickerTape
Construct a TickerTape and display the content of url.
TickerTape(URL, int). Constructor for class tea.set.TickerTape
Construct a TickerTape and display the content of url.
TickerTape(URL, int, int). Constructor for class tea.set.TickerTape
Construct a TickerTape and display the content of url.
TickerTapeA(). Constructor for class tea.set.TickerTapeA
toFront(int). Method in class tea.set.Folder
Make the idx'th tab the currently displayed one (on the top).
toFront(String). Method in class tea.set.Folder
Make the named tab the currently displayed one (on the top).
Tool(). Constructor for class tea.set.Tool
TOP. Static variable in class tea.set.Folder
Display the tabs at top of the folder.
TOP. Static variable in class tea.set.ImageButton
TOP specifies the label of the button being placed at the top of the button.
TOP_BOTTOM. Static variable in class tea.set.CardFile
Two pages occupies top and bottom halves.
toString(). Method in class tea.set.Calendar
Converts to a string representation.
toString(). Method in class tea.set.MonthCal
Converts to a string representation.
toString(). Method in class tea.set.SpanCell

U

unselectCol(int). Method in class tea.set.Grid
Unselect a column.
unselectRow(int). Method in class tea.set.Grid
Unselect a row.
UP. Static variable in class tea.set.ArrowButton
Up arrow button style.
update(Graphics). Method in class tea.set.AnimatedButton
Override the default update to avoid flickering.
update(Graphics). Method in class tea.set.Animator
Override default update() to avoid flickering.
update(Graphics). Method in class tea.set.Calendar
For double buffering.
update(Graphics). Method in class tea.set.Forest
Overriden for double buffering.
update(Graphics). Method in class tea.set.Graph
Overriden for double buffering.
update(Graphics). Method in class tea.set.Meter
Overriden for double buffering.
update(Graphics). Method in class tea.set.MovingShadowA
update(Graphics). Method in class tea.set.TextCanvas
Overriden for double buffering.
update(Graphics). Method in class tea.set.TickerTape
Don't clear area, for double buffering.

V

V_BOTTOM. Static variable in class tea.set.Grid
Bottom align at vertical direction.
V_CENTER. Static variable in class tea.set.Grid
Center at vertical direction.
V_TOP. Static variable in class tea.set.Grid
Top align at vertical direction.
VERTICAL. Static variable in class tea.set.Grid
Draw vertical lines between columns.
VERTICAL. Static variable in class tea.set.Meter
Meter grows from bottom up.
VERTICAL. Static variable in interface tea.set.Scrollable
Vertical scrollbar.

W

WEEK. Static variable in class tea.set.Calendar
Display weekday header (Monday - Sunday).

Y

YearCal(). Constructor for class tea.set.YearCal
Create a yearly calendar for the current year.
YearCal(int). Constructor for class tea.set.YearCal
Create a yearly calendar for year y.
YearCal(int, int). Constructor for class tea.set.YearCal
Create a yearly calendar for the current year with month calendars in row and col grid.
YearCal(int, int, int). Constructor for class tea.set.YearCal
Create a yearly calendar for year y with month calendars in row and col grid.
YearCal(int, int, int, int, int, int). Constructor for class tea.set.YearCal
Create a calendar for months between m1/y1 and m2/y2.
YearCalA(). Constructor for class tea.set.YearCalA