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.
add(Component, Object). Method in class tea.set.CardFile
Add a component to serve as one side of a tab card.
add(Component, Object). Method in class tea.set.Folder
Add a component to the folder.
add(Component, String). Method in class tea.set.Book
Add a page to a chapter.
add(String). Method in class tea.set.ComboBox
Add an item to the item list.
add(String). Method in class tea.set.Forest
Add a node to the forest.
add(String). Method in class tea.set.ListText
Add an item to the list.
add(String). Method in class tea.set.Spinner
Add an item to the list.
add(String, Component, Component). Method in class tea.set.CardFile
Add a new card to CardFile.
addActionListener(ActionListener). Method in class tea.set.CardFile
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.Cell
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.ComboBox
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.Folder
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.Forest
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.Graph
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.ImageButton
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.MCalendar
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.MonthCal
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.MultiList
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.Spinner
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.TextGrid
Add an action listener.
addActionListener(ActionListener). Method in class tea.set.YearCal
Add an action listener.
addAdjustmentListener(AdjustmentListener). Method in class tea.set.Slider
Add a listener to recieve adjustment events when the value of the Slider changes.
addCol(int). Method in class tea.set.Grid
Add specified number of columns at the end of grid.
addItemListener(ItemListener). Method in class tea.set.ComboBox
Add an item listener.
addItemListener(ItemListener). Method in class tea.set.Forest
Add an item listener.
addItemListener(ItemListener). Method in class tea.set.Graph
Add an item listener.
addItemListener(ItemListener). Method in class tea.set.Grid
Add an item listener.
addItemListener(ItemListener). Method in class tea.set.ListText
Add an item listener.
addItemListener(ItemListener). Method in class tea.set.MultiList
Add an item listener.
addListener(EventListener). Method in class tea.set.EventMgr
Add an event listener to the event manager.
addObject(int, Number, Object). Method in class tea.set.Graph
Add a label to the specified location.
addRow(int). Method in class tea.set.Grid
Add specified number of rows at the end of grid.
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.
addTextListener(TextListener). Method in class tea.set.Cell
Add a text listener.
addTextListener(TextListener). Method in class tea.set.ComboBox
Add an text listener.
addTextListener(TextListener). Method in class tea.set.Spinner
Add an text listener.
addY(Vector). Method in class tea.set.Graph
Add a data set to be displayed.
adjustRegion(Grid. Region, int, int, int, int). Method in class tea.set.Grid
Adjust a particular region.
adjustRegion(int, int, int, int). Method in class tea.set.Grid
Called when regions need to be adjusted, such as row/column move, insert, remove, etc..
adjustSpeed(int). Method in class tea.set.TickerTape
Adjust the ticker tape speed.
alignCell(Rectangle, Dimension, int). Method in class tea.set.Grid
Align a rectangle area inside another rectangle area according to the alignment flag.
ALL. Static variable in class tea.set.Grid
Draw both horizontal and vertical ruling lines.
ALL. Static variable in class tea.set.MCalendar
Display year, month name, and weekday.
ALL_CELL. Static variable in class tea.set.Grid
ALL_CELL can be used in place of a row or a column number in methods that expects both row and column number.
AnimatedButton(). Constructor for class tea.set.AnimatedButton
Construct an empty AnimatedButton.
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.
AnimatedButtonA(). Constructor for class tea.set.AnimatedButtonA
Animator(). Constructor for class tea.set.Animator
Construct an empty Animator.
Animator(Image[]). Constructor for class tea.set.Animator
Create an Animator with the image array as the animation frames.
AnimatorA(). Constructor for class tea.set.AnimatorA
append(String). Method in class tea.set.Cell
Append text to the end.
append(String). Method in class tea.set.ComboBox
Append text to the end.
append(String). Method in class tea.set.Spinner
Append text to the end.
append(String). Method in class tea.set.TextCell
Append text to the end.
append(String). Method in interface tea.set.TextEdit
Append text to the end.
ArrowButton(). Constructor for class tea.set.ArrowButton
Construct a left arrow button.
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.
ArrowButton(int, int, int, int). Constructor for class tea.set.ArrowButton
Construct an ArrowButton with the specified style, size, and 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.
BAR3D3D. Static variable in class tea.set.Graph
3D bar chart in 3D coordinate space.
BaseA(). Constructor for class tea.set.BaseA
BLOCK_DECREMENT. Static variable in interface tea.set.Scrollable
Scroll page up.
BLOCK_INCREMENT. Static variable in interface tea.set.Scrollable
Scroll page down.
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.
broadcastEvent(AWTEvent). Method in class tea.set.EventMgr
Invoke all event listeners for this event.
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

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.
CENTER. Static variable in class tea.set.Effect3D
Center the caption text.
CENTER. Static variable in class tea.set.ImageLabel
Align the text to the center.
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.MCalendar
Clear any outstanding selection.
clear(). Method in class tea.set.YearCal
Clears all selections.
clear(int, int). Method in class tea.set.TextGrid
Clear the content in specified cell(s).
clearCache(). Method in class tea.set.TextCanvas
Force redraw.
clearHeader(). Method in class tea.set.MultiList
Remove the header row.
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.ComboBox
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.
clearY(). Method in class tea.set.Graph
Clear all data sets.
clearYAxis(). Method in class tea.set.Graph
Clear the y axis label parameters.
COL_MAJOR. Static variable in class tea.set.Form
Layout fields in column major order.
ComboBox(). Constructor for class tea.set.ComboBox
Construct a new ComboBox, the initial size is 0.
ComboBox(int). Constructor for class tea.set.ComboBox
Construct a ComboBox with the specified number of columns.
ComboBox(String). Constructor for class tea.set.ComboBox
Construct a ComboBox with the string as the initial text and the string length as the size.
ComboBox(String, int). Constructor for class tea.set.ComboBox
Construct a ComboBox with the string as the initial text and the specified num as the size.
ComboBoxA(). Constructor for class tea.set.ComboBoxA
compareTo(MCalendar). Method in class tea.set.MCalendar
Return the difference in month between this and mon.
createCellInfo(). Method in class tea.set.Grid
This method can be overriden by subclasses to provide a different CellInfo class.
createCellInfo(). Method in class tea.set.TextGrid
Virtual constructor for CellInfo.
createColInfo(). Method in class tea.set.Grid
This method can be overriden by subclasses to provide a different ColInfo class.
createColInfo(). Method in interface tea.set.MatrixHelper
Create a column info object.
createColInfo(). Method in class tea.set.TextGrid
Virtual constructor for ColInfo.
createObject(). Method in interface tea.set.MatrixHelper
Create a cell object.
createRowInfo(). Method in class tea.set.Grid
This method can be overriden by subclasses to provide a different RowInfo class.
createRowInfo(). Method in interface tea.set.MatrixHelper
Create a row info object.
createRowInfo(). Method in class tea.set.TextGrid
Virtual constructor for RowInfo.

D

DataSet(boolean). Constructor for class tea.set.DataSet
Create an empty dataset.
DataSet(double[]). Constructor for class tea.set.DataSet
Create a dataset with the supplied double array.
DataSet(double[][]). Constructor for class tea.set.DataSet
Create a dataset with the supplied double array.
DataSet(int[]). Constructor for class tea.set.DataSet
Create a dataset with the supplied integer array.
DataSet(int[][]). Constructor for class tea.set.DataSet
Create a dataset with the supplied integer array.
DataSet(Object[]). Constructor for class tea.set.DataSet
Create a dataset with the supplied array.
DataSet(Object[][]). Constructor for class tea.set.DataSet
Create a dataset with the supplied array.
DataSet(String, String). Constructor for class tea.set.DataSet
Create a dataset with the supplied string.
DataSet(String, String, String). Constructor for class tea.set.DataSet
Create a dataset with the supplied string.
DataSet(Vector). Constructor for class tea.set.DataSet
Create a dataset with the supplied vector.
dayOfWeek(int, int, int). Static method in class tea.set.MCalendar
Return the day of week for year/month/day.
daysInMonth(int, int). Static method in class tea.set.MCalendar
Return the number of days in month.
dehighlight(int). Method in class tea.set.MCalendar
De-highlight the specified day.
dehighlight(int, int). Method in class tea.set.MCalendar
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.
deselect(). Method in class tea.set.Grid
Deselect all rows/columns/regions.
deselect(String). Method in class tea.set.Forest
De-select(dehighlight) the specified node.
deselectCol(int). Method in class tea.set.Grid
Unselect a column.
deselectRegion(). Method in class tea.set.Grid
Deselect a region.
deselectRow(int). Method in class tea.set.Grid
Unselect a row.
doLayout(). Method in class tea.set.Effect3D
Layout the component.
doLayout(). Method in class tea.set.Folder
Layout the tabs and their associated components.
doLayout(). Method in class tea.set.Forest
This function is called automatically to layout the tree nodes.
doLayout(). Method in class tea.set.Grid
Layout the grid cells.
doLayout(). Method in class tea.set.Scroller
Layout the managed component.
doLayout(). Method in class tea.set.Slider
Calculate layout parameters for the slider.
doLayout(). Method in class tea.set.TextGrid
Layout text grid.
doRepaint(boolean, boolean). Method in class tea.set.Grid
This method should used by all derived class of Grid to send repaint request.
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.
DOWN_MENU. Static variable in class tea.set.ArrowButton
Down arrow and a bar, suitable for using with dropdown menus.
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

EDIT_LINE. Static variable in class tea.set.Form
Default TextGrid style display/edit.
Effect3D(). Constructor for class tea.set.Effect3D
Construct an empty Effect3D.
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
equals(Object). Method in class tea.set.MCalendar
Return true if the MCalendars have same year and month.
equals(Object). Method in class tea.set.Node
Two nodes are equal if they have same label and parents.
eventMgr. Variable in class tea.set.CardFile
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Cell
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.ComboBox
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Folder
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Forest
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Graph
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Grid
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.ImageButton
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.MCalendar
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.MonthCal
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.MultiList
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Slider
EventMgr object handles added event processing and dispatching.
eventMgr. Variable in class tea.set.Spinner
EventMgr object handles added event processing and dispatching.
EventMgr(Component). Constructor for class tea.set.EventMgr
Create an EventMgr for the specified component.

F

fetchRow(int). Method in class tea.set.TextGrid
Fetch the content of the row.
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.
findNode(String, boolean). Method in class tea.set.Forest
Find the node with the specified path.
findTopContainer(Component). Static method in class tea.set.Tool
Find the top container parent 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
This method should be called after all CardFile(String, Component) calls.
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
Form(). Constructor for class tea.set.Form
Create an empty form.
FormA(). Constructor for class tea.set.FormA

G

get3D(). Method in class tea.set.Grid
Return the line 3D mode.
getAbsolute(). Method in class tea.set.Grid
Return absolute flag, which is a bitwise OR of Grid.HORIZONTAL and Grid.VERTICAL.
getAlignment(). Method in class tea.set.Grid
Return the current alignment.
getAlignment(). Method in class tea.set.ImageLabel
Get the alignment property.
getAlignment(int, int). Method in class tea.set.Grid
Return the per cell alignment.
getBackground(int, int). Method in class tea.set.TextGrid
Return the per cell background color.
getBlockIncrement(). Method in class tea.set.Slider
Gets the block value increment for the Slider.
getBorder(). Method in class tea.set.CardFile
Get the content component border.
getBorder(). Method in class tea.set.Effect3D
Get the border width.
getBorder(). Method in class tea.set.Folder
Get the content component border.
getBottomCol(). Method in class tea.set.Grid
Return the index of last visible column on screen.
getBottomRow(). Method in class tea.set.Grid
Return the index of the last visible row on screen.
getBounds(int, int). Method in class tea.set.Grid
Get the cell location and cell size.
getCaption(). Method in class tea.set.Effect3D
Get the caption string of this 3D box.
getCaptionPos(). Method in class tea.set.Effect3D
Get the caption position setting.
getCell(int). Method in class tea.set.Form
Get the component of the specified field.
getCell(int, int). Method in class tea.set.Grid
Return the component at cell.
getCellInfo(int, int). Method in class tea.set.Grid
Get the per cell attributes.
getCharSize(int, int). Method in class tea.set.TextGrid
Return the per cell character size.
getChild(). Method in interface tea.set.Decorator
Get the decorated component.
getChild(). Method in class tea.set.Effect3D
Get the decorated component.
getChild(). Method in class tea.set.Scroller
Get the decorated component.
getChild(). Method in class tea.set.Shade
Get the decorated component.
getChild(int). Method in class tea.set.Node
Get the n'th child.
getChildCount(). Method in class tea.set.Node
Return the number of children.
getColCharWidth(int). Method in class tea.set.TextGrid
Return the per column character size.
getColCount(). Method in class tea.set.Grid
Return the number of columns in the grid (excluding header column).
getColCount(). Method in class tea.set.Matrix
Get the number of columns.
getColHeader(). Method in class tea.set.Grid
Get the column header array.
getColHeader(int). Method in class tea.set.Grid
Get the column header for the specified column.
getColInfo(int). Method in class tea.set.Grid
Get the per column attributes.
getColInfo(int). Method in class tea.set.Matrix
Get the column info attribute.
getColor(). Method in class tea.set.Meter
Get the filling color.
getColor(int). Method in class tea.set.Graph
Return the color for the n'th data set.
getColor(int, int). Method in class tea.set.Grid
Return the per cell background color.
getColor(String). Static method in class tea.set.BaseA
Return a Color object from color name, or color RGB specification.
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.
getColumns(). Method in class tea.set.Cell
Get number of columns.
getColumns(). Method in class tea.set.ComboBox
Returns the number of columns in this TextEdit.
getColumns(). Method in class tea.set.ImageLabel
Get the number of columns of this image label.
getColumns(). Method in class tea.set.Spinner
Returns the number of columns in this TextEdit.
getColumns(). Method in class tea.set.TextCell
Get the number of columns in the TextCell.
getColumns(). Method in interface tea.set.TextEdit
Returns the number of columns in this TextEdit.
getColumns(int). Method in class tea.set.Form
Get the char size of the specified field.
getColWidth(). Method in class tea.set.Grid
Get the current column width setting.
getComponent(). Method in class tea.set.Effect3D
Get the managed component of this Effect3D.
getComponent(). Method in class tea.set.Scroller
Get the managed component.
getComponent(). Method in class tea.set.Shade
Get the managed component.
getContrast(). Method in class tea.set.Graph
Return the current constrast value.
getCurrent(). Method in class tea.set.Spinner
If Spinner is in number mode, return the current value as integer.
getCurrentTab(). Method in class tea.set.Folder
Get the current tab name.
getCursorPos(). Method in class tea.set.Cell
Get cursor position.
getCursorPos(). Method in class tea.set.ComboBox
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.
getData(). Method in class tea.set.DataSet
Get the dataset data as either one dimensional or two dimensional Vector (Vector of Vector) of Objects.
getDelay(). Method in class tea.set.AnimatedButton
Get the delay value.
getDelay(). Method in class tea.set.Animator
Get the delay in miniseconds between frames.
getDirection(). Method in class tea.set.ArrowButton
Get the arrow direction.
getDisplay(). Method in class tea.set.ImageButton
Get the display style.
getDisplay(). Method in class tea.set.Meter
Get display option, NONE, PERCENT, or ABSOLUTE.
getEndDay(). Method in class tea.set.MCalendar
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.
getField(). Method in class tea.set.Form
Get the field names.
getField(int). Method in class tea.set.Form
Get the field name of the specified field.
getFieldCount(). Method in class tea.set.Form
Get the number of fields.
getFont(int, int). Method in class tea.set.TextGrid
Return the per cell font.
getForeground(int, int). Method in class tea.set.TextGrid
Return the per cell foreground color.
getFrozenCol(). Method in class tea.set.Grid
Get the current number of frozen columns.
getFrozenRow(). Method in class tea.set.Grid
Get the current number of frozen rows.
getGap(int, int). Method in class tea.set.Grid
Return the cell gap space.
getGridCol(). Method in class tea.set.TextCell
Return the grid column number.
getGridRow(). Method in class tea.set.TextCell
Return the grid row number.
getHigh(). Method in class tea.set.Meter
Return the higher value of the range.
getImage(). Method in class tea.set.ImageButton
Get the button image.
getImage(). Method in class tea.set.ImageCanvas
Return the image inside this canvas.
getImage(). Method in class tea.set.ImageLabel
Get the image of the image label.
getImage(int). Method in class tea.set.Forest
Return a folder image.
getImage2(). Method in class tea.set.ImageButton
Get the button pressed image.
getImageAlignment(). Method in class tea.set.ImageLabel
Get the image alignment property.
getImages(). Method in class tea.set.AnimatedButton
Get the animation frame images array.
getImages(). Method in class tea.set.Animator
Get the animation frame images array.
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.
getIndex(String). Method in class tea.set.CardFile
Get the tab index of the specified tab name.
getIndex(String). Method in class tea.set.Folder
Get the tab index of the specified tab name.
getItems(). Method in class tea.set.Spinner
Get the item list of the spinner.
getLabel(). Method in class tea.set.ImageButton
Return the label of the button, null if none.
getLabel(). Method in class tea.set.Node
Return node label.
getLabelAlignment(). Method in class tea.set.Form
Get the field label alignment option.
getLabelPos(). Method in class tea.set.ImageButton
Get the button label position.
getLayoutPolicy(). Method in class tea.set.Form
Get the layout policy.
getLineWidth(). Method in class tea.set.Grid
Get the border line width.
getLocation(int). Method in class tea.set.Form
Get the location of the specified field in the form.
getLow(). Method in class tea.set.Meter
Return the lower value of the range.
getMask(). Method in class tea.set.Mask
Return the mask specification.
getMask(). Method in class tea.set.MaskText
Get the editing mask.
getMaximum(). Method in class tea.set.Slider
Gets the maximum value of the adjustable object.
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(). Method in class tea.set.Slider
Gets the minimum value of the adjustable object.
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.
getMinimumSize(). Method in class tea.set.Cell
Return the minimum size.
getMinimumSize(). Method in class tea.set.Effect3D
Minimum size is the minimum size of the component increased by the border width.
getMinimumSize(). Method in class tea.set.Folder
Return the minimum size of the Folder.
getMinimumSize(). Method in class tea.set.Forest
Return the minimum size of the forest.
getMinimumSize(). Method in class tea.set.Graph
Return the minimum size of Graph.
getMinimumSize(). Method in class tea.set.Grid
Return the minimum size of grid.
getMinimumSize(). Method in class tea.set.ImageButton
Return the minimum size of the button.
getMinimumSize(). Method in class tea.set.ImageCanvas
Return the minimum size of the image.
getMinimumSize(). Method in class tea.set.ImageLabel
Calculate the minimum size of the image label.
getMinimumSize(). Method in class tea.set.MCalendar
Return the minimum size of the widget.
getMinimumSize(). Method in class tea.set.Meter
Return the minimum size of the meter.
getMinimumSize(). Method in class tea.set.Shade
Minimum size is the minimum size of the component increased by the shade and border width.
getMinimumSize(). Method in class tea.set.Slider
Get the minimum size of the slider.
getMinimumSize(). Method in class tea.set.TextCanvas
Return the minimum size of the TextCanvas.
getMinimumSize(). Method in class tea.set.TickerTape
Return the minimum size of TickerTape.
getMonth(). Method in class tea.set.MCalendar
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.MCalendar
Return the three letter month name for month m.
getName(int). Method in class tea.set.CardFile
Get the tab name string of the specified index.
getName(int). Method in class tea.set.Folder
Get the tab name string of the specified index.
getNotes(int). Method in class tea.set.MonthCal
Get the notes for the day.
getObject(). Method in class tea.set.ObjActionEvent
Get action parameter object.
getObject(int). Method in class tea.set.Form
Get the value of the specified field.
getObject(int, int). Method in class tea.set.Matrix
Return the value in the cell.
getObject(int, int). Method in class tea.set.TextGrid
Return the object in cell (r, c).
getOrientation(). Method in class tea.set.Slider
Gets the orientation of the adjustable object.
getPageCount(). Method in class tea.set.CardFile
Get the number of pages inside this folder.
getPageCount(). Method in class tea.set.Folder
Get the number of pages inside this folder.
getParameter(String). Method in class tea.set.BaseA
If applet id is set by setAppletID(), prepend the applet id to the qualified parameter name.
getPath(). Method in class tea.set.Node
Return node path.
getPosition(int). Method in class tea.set.Form
Get the (col, row) of the specified field in the grid.
getPreferredColWidth(int). Method in class tea.set.Grid
Calculate the preferred column width.
getPreferredColWidth(int). Method in class tea.set.TextGrid
Calculate the preferred column width.
getPreferredRowHeight(int). Method in class tea.set.Grid
Calculate the preferred row height.
getPreferredRowHeight(int). Method in class tea.set.TextGrid
Calculate the preferred row height.
getPreferredSize(). Method in class tea.set.ArrowButton
Return preferred size of ArrowButton.
getPreferredSize(). Method in class tea.set.Cell
Return the preferred size.
getPreferredSize(). Method in class tea.set.Effect3D
Preferred size is the preferred size of the component increased by the border width.
getPreferredSize(). Method in class tea.set.Folder
Return the preferred size of the Folder.
getPreferredSize(). Method in class tea.set.Forest
Return the preferred size of the forest.
getPreferredSize(). Method in class tea.set.Graph
Return the preferred size of Graph.
getPreferredSize(). Method in class tea.set.Grid
Return the preferred size of grid.
getPreferredSize(). Method in class tea.set.ImageButton
Return the preferred size of the button.
getPreferredSize(). Method in class tea.set.ImageCanvas
Return the preferred size of the image.
getPreferredSize(). Method in class tea.set.ImageLabel
Calculate the preferred size of the image label.
getPreferredSize(). Method in class tea.set.MCalendar
Return the preferred size of the widget.
getPreferredSize(). Method in class tea.set.Meter
Return the preferred size of the meter.
getPreferredSize(). Method in class tea.set.Scroller
Return the preferred size.
getPreferredSize(). Method in class tea.set.Shade
Preferred size is the preferred size of the component increased by the shade and border width.
getPreferredSize(). Method in class tea.set.Slider
Get the preferred size of the slider.
getPreferredSize(). Method in class tea.set.TextCanvas
Return the preferred size of TextCanvas.
getPreferredSize(). Method in class tea.set.TickerTape
Return the preferred size of TickerTape.
getPreferredSize(int, int). Method in class tea.set.Grid
Get the preferred size of the specified cell.
getPreferredSize(int, int). Method in class tea.set.TextGrid
Override the preferredSize method in Grid to reserve space for text cells, which do not have component in them.
getRangeHigh(). Method in class tea.set.Spinner
Get the higher bound of the numeric range.
getRangeLow(). Method in class tea.set.Spinner
Get the lower bound of the numeric range.
getRoot(int). Method in class tea.set.Forest
Return the root node of the specified tree.
getRootCount(). Method in class tea.set.Forest
Return the number of trees in the forest.
getRow(int). Method in class tea.set.MultiList
Return the row value at the specified index.
getRowCharWidth(int). Method in class tea.set.TextGrid
Return the per row character size.
getRowColCount(). Method in class tea.set.Form
Get the number of rows or columns.
getRowCount(). Method in class tea.set.Grid
Return the number of rows in the grid (excluding header row).
getRowCount(). Method in class tea.set.Matrix
Get the number of rows.
getRowCount(). Method in class tea.set.MultiList
Return the total number of rows in the list.
getRowHeader(). Method in class tea.set.Grid
Get the row header array.
getRowHeader(int). Method in class tea.set.Grid
Get the row header for the specified row.
getRowHeight(). Method in class tea.set.Grid
Get the current row heights setting.
getRowInfo(int). Method in class tea.set.Grid
Get the per row attributes.
getRowInfo(int). Method in class tea.set.Matrix
Get the row info attribute.
getRowRoot(). Method in class tea.set.Grid
Return the current row root.
getRuling(). Method in class tea.set.Grid
Return the current ruling style.
getRuling(int, int). Method in class tea.set.Grid
Return the per cell ruling style.
getScrollOption(). Method in class tea.set.Scroller
Get the scrolling option.
getSelectedCol(). Method in class tea.set.Grid
Return the selected column index.
getSelectedCols(). Method in class tea.set.Grid
Return all selected column indexes.
getSelectedIndexes(). Method in class tea.set.Forest
This method always returns null.
getSelectedLabel(). Method in class tea.set.Forest
Return the label of the node selected.
getSelectedObjects(). Method in class tea.set.ComboBox
Get the items selected in the item list.
getSelectedObjects(). Method in class tea.set.Forest
Returns the list of node paths that are currently selected.
getSelectedObjects(). Method in class tea.set.Graph
Return the index of the clicked data element.
getSelectedObjects(). Method in class tea.set.Grid
Get the row headers of the selected rows.
getSelectedObjects(). Method in class tea.set.ListText
Get the list of the selected items.
getSelectedObjects(). Method in class tea.set.MultiList
Get the selected items on the selected row.
getSelectedPath(). Method in class tea.set.Forest
Return the path of the node selected.
getSelectedRegion(). Method in class tea.set.Grid
Get the selected region.
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.ComboBox
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.ComboBox
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.ComboBox
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.
getShadeWidth(). Method in class tea.set.Shade
Get shadow width.
getSize(). Method in class tea.set.Cell
Return the size of the widget.
getSpanning(int, int). Method in class tea.set.Grid
Return the spanning setting for the cell.
getStartDay(). Method in class tea.set.MCalendar
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.
getState(). Method in class tea.set.ImageButton
Get the current toggle state.
getStyle(). Method in class tea.set.CardFile
Get the CardFile style.
getStyle(). Method in class tea.set.Effect3D
Get the 3D effect style.
getStyle(). Method in class tea.set.Folder
Get the folder style option.
getStyle(). Method in class tea.set.Forest
Return the Forest style.
getStyle(). Method in class tea.set.Form
Get the edit style flag.
getStyle(). Method in class tea.set.Graph
Get the graph style.
getStyle(). Method in class tea.set.Slider
Get the current slider style.
getTabBackground(int). Method in class tea.set.Folder
Get the tab background color.
getTabBackground(String). Method in class tea.set.Folder
Get the tab background color.
getTabFont(int). Method in class tea.set.Folder
Get the tab font.
getTabFont(String). Method in class tea.set.Folder
Get the tab font.
getTabForeground(int). Method in class tea.set.Folder
Get the tab foreground color.
getTabForeground(String). Method in class tea.set.Folder
Get the tab background color.
getText(). Method in class tea.set.Cell
Get string value.
getText(). Method in class tea.set.ComboBox
Get current text value.
getText(). Method in class tea.set.ImageLabel
Get the text of the image label.
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.
getTextAlignment(). Method in class tea.set.Form
Get the field text alignment option.
getTextSize(). Method in class tea.set.TextCanvas
Return the preferred size of TextCanvas.
getTitle(). Method in class tea.set.MCalendar
Get the title option.
getTitle(). Method in class tea.set.YearCal
Get the monthly title option.
getUnitIncrement(). Method in class tea.set.Slider
Gets the unit value increment for the adjustable object.
getUserData(). Method in class tea.set.Node
Get the user data of this node.
getValue(). Method in class tea.set.Meter
Return the current value of the meter.
getValue(). Method in class tea.set.Slider
Get the current slider value.
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.
getVisibleAmount(). Method in class tea.set.Slider
Gets the length of the propertional indicator.
getVisibleAmount(int). Method in class tea.set.Grid
Get the visible portion for the specified direction.
getVisibleAmount(int). Method in interface tea.set.Scrollable
Get the visible value for the specified scrollbar.
getWidget(). Method in class tea.set.AnimatedButtonA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.AnimatorA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ArrowButtonA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.BaseA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.BookA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.CardFileA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ComboBoxA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.Effect3DA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.FolderA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ForestA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.FormA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.GraphA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.GridA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ImageButtonA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ImageCanvasA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ImageLabelA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ListTextA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.MaskTextA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.MCalendarA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.MeterA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.MonthCalA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.MultiListA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ScrollerA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.ShadeA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.SliderA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.SpinnerA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.TextCanvasA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.TextCellA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.TextGridA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.TickerTapeA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getWidget(). Method in class tea.set.YearCalA
This method is overriden by actual applet to return the widget corresponding to this applet wrapper.
getX(). Method in class tea.set.Graph
Get the x axis labels vector.
getY(int). Method in class tea.set.Graph
Get the n'th dataset as a vector.
getYCount(). Method in class tea.set.Graph
Return the number of datasets.
getYear(). Method in class tea.set.MCalendar
Return the year of this calendar.
getYear(). Method in class tea.set.MonthCal
Return the year of this calendar.
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(). Constructor for class tea.set.Grid
Construct an empty Grid.
Grid(int, int). Constructor for class tea.set.Grid
Construct a grid with row rows and col columns.
GridA(). Constructor for class tea.set.GridA

H

H_CENTER. Static variable in class tea.set.Grid
Center at horizontal direction.
H_FILL. Static variable in class tea.set.Scroller
H_FILL disable horizontal scrolling.
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.
H_SCROLL. Static variable in class tea.set.Scroller
H_SCROLL is the default setting.
handleProperty(int, int, Object, Class, String). Method in class tea.set.Grid
This method is called by set property methods to handle ALL_CELL flag for row and column numbers.
HEADER. Static variable in class tea.set.Grid
HEADER can be used as a parameter value where a row/column number is expected.
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.
hideRow(int). Method in class tea.set.Grid
Hide a row.
highlight(int). Method in class tea.set.MCalendar
Highlight the specified day.
highlight(int, int). Method in class tea.set.MCalendar
Highlight the specified days in the range, inclusive.
highlight(int, int, boolean). Method in class tea.set.Grid
Highlight the specified cell.
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
This is used to specify horizontal ruling and horizontal absolute mode.
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

IMAGE_ONLY. Static variable in class tea.set.ImageButton
Display button image only.
ImageButton(). Constructor for class tea.set.ImageButton
Construct an ImageButton with no image.
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(). Constructor for class tea.set.ImageCanvas
Construct an empty ImageCanvas().
ImageCanvas(Image). Constructor for class tea.set.ImageCanvas
Construct an ImageCanvas with specified image.
ImageCanvasA(). Constructor for class tea.set.ImageCanvasA
ImageLabel(). Constructor for class tea.set.ImageLabel
Construct an empty ImageLabel.
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.CardFileA
Applet initialization method.
init(). Method in class tea.set.ComboBoxA
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.FormA
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.MCalendarA
Applet initialization method.
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.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.SliderA
Applet initialization method.
init(). Method in class tea.set.SpinnerA
Applet initialization.
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.
insert(String, int). Method in class tea.set.Cell
Insert text at the position.
insert(String, int). Method in class tea.set.ComboBox
Insert text at the position.
insert(String, int). Method in class tea.set.Spinner
Insert text at the position.
insert(String, int). Method in class tea.set.TextCell
Insert text at the position.
insert(String, int). Method in interface tea.set.TextEdit
Insert text at the position.
insertCol(int, int). Method in class tea.set.Grid
Insert specified number of columns at the position specified.
insertCol(int, int). Method in class tea.set.Matrix
Insert Rows to the matrix.
insertCol(int, int). Method in class tea.set.TextGrid
Insert n columns at the specified position.
insertRow(int, int). Method in class tea.set.Grid
Insert specified number of rows at the position specified.
insertRow(int, int). Method in class tea.set.Matrix
Insert rows to the matrix.
insertRow(int, int). Method in class tea.set.TextGrid
Insert n rows at the specified position.
is3D(). Method in class tea.set.CardFile
Return the 3D mode flag.
is3D(). Method in class tea.set.Folder
Return the 3D mode flag.
isAuto(). Method in class tea.set.ListText
Return true if auto mode is enabled.
isAutoRepaint(). Method in class tea.set.Grid
Return true if auto repaint is on.
isBorder(). Method in class tea.set.Shade
Get the border option of this Shade.
isCaseSensitive(). Method in class tea.set.ComboBox
Get case sensitive setting.
isCaseSensitive(). Method in class tea.set.ListText
Get case sensitive setting.
isColHeaderExist(). Method in class tea.set.Grid
Return true if column header row exists.
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.ComboBox
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).
isEditable(). Method in class tea.set.TextGrid
Return true if this Grid is editable.
isEditable(int, int). Method in class tea.set.TextGrid
Return the per cell editable property.
isForce(). Method in class tea.set.ComboBox
Get the force option flag.
isForce(). Method in class tea.set.ListText
Get the force option flag.
isHighlighted(int). Method in class tea.set.MCalendar
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.
isIconOnly(). Method in class tea.set.Forest
Return the icon only flag.
isInPlaceResize(). Method in class tea.set.Grid
Get the InPlaceResize property.
isInsertMode(). Method in class tea.set.Cell
Get the insertion mode flag.
isInsertMode(). Method in class tea.set.ComboBox
Get the insertion mode flag.
isInsertMode(). Method in class tea.set.Spinner
Get the insertion mode flag.
isLeaf(). Method in class tea.set.Node
True if this node has no child.
isMultiSelect(). Method in class tea.set.Forest
Get multiple selection status.
isMultiSelect(). Method in class tea.set.Grid
Return true if multiSelect is enabled.
isNumeric(). Method in class tea.set.Spinner
Get the mode of this spinner.
isOpen(). Method in class tea.set.Node
True if folder is open (subtree is expended).
isPopuped(). Method in class tea.set.ListText
Return true if the item list window is popped up.
isPunct(char). Static method in class tea.set.Mask
Check if a character is a punctuation.
isRegionSelectable(). Method in class tea.set.Grid
Check the region selectable setting.
isResizable(). Method in class tea.set.Grid
Return user resize flag.
isRowHeaderExist(). Method in class tea.set.Grid
Return true if row header column exists.
isRowSelectable(). Method in class tea.set.Grid
Return true if row is selectable.
isSelected(int, int). Method in class tea.set.Grid
Return true if the cell is selected as part of row, column, or region.
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.
isSuspended(). Method in class tea.set.Grid
Check if the paint is currently suspended.
isToggle(). Method in class tea.set.ImageButton
Get the toggle mode.
isVisibleCol(int). Method in class tea.set.Grid
Return true if the specified column is visible.
isVisibleRow(int). Method in class tea.set.Grid
Return true if the specified row is currently visible.

L

LABEL_IMAGE. Static variable in class tea.set.ImageButton
Display button image and label.
LABEL_ONLY. Static variable in class tea.set.ImageButton
Display button text label only.
layoutForm(). Method in class tea.set.Form
Layout the form fields.
LEFT. Static variable in class tea.set.ArrowButton
Left arrow button style.
LEFT. Static variable in class tea.set.Effect3D
Left justify the caption text.
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. Static variable in class tea.set.ImageLabel
Align the text to the left.
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.
length(String). Static method in class tea.set.Mask
Char length of a mask without the extra mask specification characters.
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_BOX. Static variable in class tea.set.Forest
Display lines and a box with plus or minus sign for every non-leaf node.
LINE_SCROLL. Static variable in class tea.set.TickerTape
Scroll by line.
ListText(). Constructor for class tea.set.ListText
Construct an empty ListText component.
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
load(InputStream, String). Method in class tea.set.TextGrid
Populate a text grid from a file.
locateCell(int, int). Method in class tea.set.Grid
Find the cell where the pointer is in.
locateNode(int, int). Method in class tea.set.Forest
Locate the node where the (x, y) coordinate is in.
locateRow(int, int). Method in class tea.set.MultiList
Locate the row where the point falls into.
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.
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.MCalendarA
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.
Mask(String). Constructor for class tea.set.Mask
Create a Mask from a mask specification string.
MaskText(). Constructor for class tea.set.MaskText
Construct an empty MaskText.
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
Matrix(int, int, MatrixHelper). Constructor for class tea.set.Matrix
Construct a Matrix with the specified dimension and optionally a MatrixHelper object.
MCalendar(). Constructor for class tea.set.MCalendar
Create a new calendar containing the current month.
MCalendar(int, int). Constructor for class tea.set.MCalendar
Create a monthly calendar for year/month.
MCalendarA(). Constructor for class tea.set.MCalendarA
Applet constructor.
MessageDialog(String). Constructor for class tea.set.MessageDialog
Construct a MessageDialog to show the specified message.
Meter(). Constructor for class tea.set.Meter
Construct a default Meter, and set the range to 0-100.
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
MONTH_WEEK. Static variable in class tea.set.MCalendar
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.
moveCol(int, int). Method in class tea.set.Grid
Move a col from one position to a new position.
moveCol(int, int). Method in class tea.set.Matrix
Move a column from one location to another.
moveRow(int, int). Method in class tea.set.Grid
Move a row from one position to a new position.
moveRow(int, int). Method in class tea.set.Matrix
Move a row from one location to another.
MultiList(). Constructor for class tea.set.MultiList
Construct an empty list, with zero row and column.
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

nextPos(int, boolean). Method in class tea.set.Mask
Find the next picture position if the current position is not in a picture area.
NIL. Static variable in class tea.set.Grid
NIL is used to serve as an argument to handleProperty to signal the absence of a particular parameter.
NO_LINE. Static variable in class tea.set.Forest
Display nodes without connecting them with lines.
NO_TITLE. Static variable in class tea.set.MCalendar
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.
notifySync(). Method in class tea.set.Scroller
Called by the scrolled component to sync the scrollbar values to the current 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.

O

ObjActionEvent(Object, String, Object). Constructor for class tea.set.ObjActionEvent
Construct an ObjActionEvent.
oSize. Variable in class tea.set.TextCanvas

P

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.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.Grid
Paint the grid.
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 current text.
paint(Graphics). Method in class tea.set.MCalendar
Paint the calendar.
paint(Graphics). Method in class tea.set.Meter
Paint meter.
paint(Graphics). Method in class tea.set.Shade
Paint the component with a shade.
paint(Graphics). Method in class tea.set.Slider
Paint slider.
paint(Graphics). Method in class tea.set.TextCanvas
Paint TextCanvas.
paint(Graphics). Method in class tea.set.TextGrid
Paint text cells in addition to grids.
paint(Graphics). Method in class tea.set.TickerTape
Paint TickerTape.
paintColHeader(Graphics, int). Method in class tea.set.Grid
Paint the specified column header cell if it's not empty.
paintRowHeader(Graphics, int). Method in class tea.set.Grid
Paint the specified row header cell if it's not empty.
paintText(Graphics, String, Rectangle, int). Method in class tea.set.Grid
Generate the pressed and unpressed image.
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 (Default).
PIE. Static variable in class tea.set.Graph
Pie chart style.
PIE3D. Static variable in class tea.set.Graph
3D pie chart style.
PLAIN. Static variable in class tea.set.Effect3D
Plain lines.
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.ComboBox
Close the item list window.
popdown(). Method in class tea.set.ListText
Close the list window.
popup(). Method in class tea.set.ComboBox
Drop down the item list menu.
popup(). Method in class tea.set.ListText
Popup a new list window.
postEvent(AWTEvent). Static method in class tea.set.EventMgr
Post an event to the event listeners registered with this event manager.
processActionEvent(ActionEvent). Method in class tea.set.CardFile
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.Cell
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.ComboBox
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.Folder
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.Forest
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.Form
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.Graph
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.ImageButton
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.ListText
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.MCalendar
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.MonthCal
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.MultiList
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.Spinner
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.TextGrid
Process and dispatch action event.
processActionEvent(ActionEvent). Method in class tea.set.YearCal
Process and dispatch action event.
processAdjustmentEvent(AdjustmentEvent). Method in class tea.set.Slider
Process and dispatch adjustment event.
processEvent(AWTEvent). Method in class tea.set.CardFile
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.Cell
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.ComboBox
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.EventMgr
Process an event.
processEvent(AWTEvent). Method in class tea.set.Folder
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.Forest
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.Graph
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.Grid
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.ImageButton
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.ListText
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.MCalendar
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.MonthCal
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.MultiList
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.Slider
Process and dispatch event.
processEvent(AWTEvent). Method in class tea.set.Spinner
Process and dispatch event.
processFocusEvent(FocusEvent). Method in class tea.set.Cell
Called when this component got focus.
processItemEvent(ItemEvent). Method in class tea.set.ComboBox
Process and dispatch item event.
processItemEvent(ItemEvent). Method in class tea.set.Forest
Handle and translate events.
processItemEvent(ItemEvent). Method in class tea.set.Graph
Process and dispatch item event.
processItemEvent(ItemEvent). Method in class tea.set.Grid
Process and dispatch item event.
processItemEvent(ItemEvent). Method in class tea.set.ListText
Process and dispatch item event.
processItemEvent(ItemEvent). Method in class tea.set.MultiList
Process and dispatch item event.
processKeyEvent(KeyEvent). Method in class tea.set.Cell
Handle keydown event.
processKeyEvent(KeyEvent). Method in class tea.set.ListText
Process key event.
processKeyEvent(KeyEvent). Method in class tea.set.MaskText
Handle key input.
processMouseEvent(MouseEvent). Method in class tea.set.AnimatedButton
Mouse enter event starts an animation sequence.
processMouseEvent(MouseEvent). Method in class tea.set.Cell
Handle mouse down event.
processMouseEvent(MouseEvent). Method in class tea.set.Forest
Process mouse event to handle node selection and tree expension/ collapsing.
processMouseEvent(MouseEvent). Method in class tea.set.Graph
Process mouse click in data area.
processMouseEvent(MouseEvent). Method in class tea.set.Grid
Process mouse click events.
processMouseEvent(MouseEvent). Method in class tea.set.ImageButton
Mouse down event causes a pressed button image to be shown.
processMouseEvent(MouseEvent). Method in class tea.set.ListText
Process mouse event.
processMouseEvent(MouseEvent). Method in class tea.set.MaskText
Make sure the cursor is never out of the picture area.
processMouseEvent(MouseEvent). Method in class tea.set.MCalendar
Set the starting selection point to the day where the mouse pointer is in.
processMouseEvent(MouseEvent). Method in class tea.set.Slider
Mouse event handler.
processMouseEvent(MouseEvent). Method in class tea.set.TextGrid
Process mouse click events.
processMouseMotionEvent(MouseEvent). Method in class tea.set.Cell
Handle mouse draw event.
processMouseMotionEvent(MouseEvent). Method in class tea.set.Grid
Handle cell resize, row/column selection, tab keys and next focus, and arrow keys.
processMouseMotionEvent(MouseEvent). Method in class tea.set.MCalendar
Day range selection.
processMouseMotionEvent(MouseEvent). Method in class tea.set.Slider
Mouse motion event handler.
processTextEvent(TextEvent). Method in class tea.set.Cell
Process and dispatch text event.
processTextEvent(TextEvent). Method in class tea.set.ComboBox
Process and dispatch text event.
processTextEvent(TextEvent). Method in class tea.set.Spinner
Process and dispatch text event.

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(int). Method in class tea.set.CardFile
Remove the specified folder page from the folder.
remove(int). Method in class tea.set.Folder
Remove the specified folder page from the folder.
remove(int, int). Method in class tea.set.Cell
Remove text in the range.
remove(int, int). Method in class tea.set.ComboBox
Remove text in the range.
remove(int, int). Method in class tea.set.Spinner
Remove text in the range.
remove(int, int). Method in class tea.set.TextCell
Remove text in the range.
remove(int, int). Method in interface tea.set.TextEdit
Remove text in the range.
remove(String). Method in class tea.set.CardFile
Remove the named folder page from the folder.
remove(String). Method in class tea.set.ComboBox
Delete an item from the list.
remove(String). Method in class tea.set.Folder
Remove the named folder page from the folder.
remove(String). Method in class tea.set.Forest
Remove the specified node and its subtree.
remove(String). Method in class tea.set.ListText
Delete an item from the list.
remove(String). Method in class tea.set.Spinner
Remove the specified item from the list.
remove(String, int). Method in class tea.set.Book
Remove a page from the specified chapter.
removeActionListener(ActionListener). Method in class tea.set.CardFile
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.Cell
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.ComboBox
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.Folder
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.Forest
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.Graph
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.ImageButton
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.MCalendar
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.MonthCal
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.MultiList
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.Spinner
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.TextGrid
Remove an action listener.
removeActionListener(ActionListener). Method in class tea.set.YearCal
Remove an action listener.
removeAdjustmentListener(AdjustmentListener). Method in class tea.set.Slider
Removes an adjustment listener.
removeAll(). Method in class tea.set.ComboBox
Delete all items from the list.
removeAll(). Method in class tea.set.Forest
Remove all nodes from the tree.
removeAll(). Method in class tea.set.ListText
Delete all items from the list.
removeCol(int, int). Method in class tea.set.Grid
Remove specified number of columns at the position specified.
removeCol(int, int). Method in class tea.set.Matrix
Remove columns from matrix.
removeCol(int, int). Method in class tea.set.TextGrid
Remove n columns at the specified position.
removeItemListener(ItemListener). Method in class tea.set.ComboBox
Remove an item listener.
removeItemListener(ItemListener). Method in class tea.set.Forest
Remove an item listener.
removeItemListener(ItemListener). Method in class tea.set.Graph
Remove an item listener.
removeItemListener(ItemListener). Method in class tea.set.Grid
Remove an item listener.
removeItemListener(ItemListener). Method in class tea.set.ListText
Remove an item listener.
removeItemListener(ItemListener). Method in class tea.set.MultiList
Remove an item listener.
removeListener(EventListener). Method in class tea.set.EventMgr
Remove an event listener from the manager.
removeObject(Object). Method in class tea.set.Graph
Remove the object added using Graph.addObject().
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.
removeRow(int, int). Method in class tea.set.Matrix
Remove rows from matrix.
removeRow(int, int). Method in class tea.set.TextGrid
Remove n rows at the specified position.
removeTextListener(TextListener). Method in class tea.set.Cell
Remove a text listener.
removeTextListener(TextListener). Method in class tea.set.ComboBox
Remove an text listener.
removeTextListener(TextListener). Method in class tea.set.Spinner
Remove an text listener.
rename(String, String). Method in class tea.set.CardFile
Rename a folder page tab to a new name.
rename(String, String). Method in class tea.set.Folder
Rename a folder page tab to a new name.
repaint(). Method in class tea.set.Grid
Explicit repaint cause the grid to be re-layed out.
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).
RIGHT. Static variable in class tea.set.ArrowButton
Right arrow button style.
RIGHT. Static variable in class tea.set.Effect3D
Right justify the caption text.
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. Static variable in class tea.set.ImageLabel
Align the text to the right.
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.
ROW_MAJOR. Static variable in class tea.set.Form
Layout fields in row major order.
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.TickerTape
TickerTape main loop.
run(). Method in class tea.set.TickerTapeA

S

SCALE_BAR. Static variable in class tea.set.Slider
A scaling bar on top of a slider track.
Scroller(). Constructor for class tea.set.Scroller
Construct an emptyer Scroller.
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.MCalendar
Select the specified day.
select(int). Method in class tea.set.MultiList
Select the specified row.
select(int, int). Method in class tea.set.Cell
Select the text in the range.
select(int, int). Method in class tea.set.ComboBox
Select the text in the range.
select(int, int). Method in class tea.set.MCalendar
Select the specified day 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(int, int, int, int, int, int). Method in class tea.set.YearCal
Select the day range.
select(String). Method in class tea.set.Forest
Select(highlight) the specified node.
selectAll(). Method in class tea.set.Cell
Select all text.
selectAll(). Method in class tea.set.ComboBox
Select all text.
selectAll(). Method in class tea.set.MCalendar
Mark the entire month as selected.
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.
selectCol(int, boolean). Method in class tea.set.Grid
Select of deselect a column.
selectRegion(Grid. Region). Method in class tea.set.Grid
Select the region specified in the region.
selectRow(int). Method in class tea.set.Grid
Select a row.
selectRow(int, boolean). Method in class tea.set.Grid
Select or deselect a row according to the select flag.
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(int). 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). Method in class tea.set.ImageLabel
Set the alignment of the text.
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.
setAuto(boolean). Method in class tea.set.ListText
In auto mode, user key or mouse click input cause the item list window to popup.
setAutoRepaint(boolean). Method in class tea.set.Grid
If auto repaint mode is turned off (default to true), a repaint will not be generated by this Grid.
setBackground(Color). Method in class tea.set.ImageButton
Set the background color.
setBackground(int, int, Color). Method in class tea.set.TextGrid
Set the per cell text background color.
setBlockIncrement(int). Method in class tea.set.Slider
Sets the block value increment for the Slider.
setBlockIncrement(int, int). Method in class tea.set.Scroller
Set the page increment value for the specified scrollbar.
setBorder(boolean). Method in class tea.set.Shade
Set border option to true or false.
setBorder(Insets). Method in class tea.set.CardFile
Set the border for the content component.
setBorder(Insets). Method in class tea.set.Folder
Set the border for the content component.
setBorder(int). Method in class tea.set.Effect3D
Set the border width.
setBounds(int, int, int, int). Method in class tea.set.Scroller
Use reshape as the initialization function.
setCaption(String). Method in class tea.set.Effect3D
Set the caption for this 3D box.
setCaptionPos(int). Method in class tea.set.Effect3D
Set the caption position, left, center, or right.
setCaseSensitive(boolean). Method in class tea.set.ComboBox
Set case sensitive to true or false.
setCaseSensitive(boolean). Method in class tea.set.ListText
Set case sensitive to true or false.
setCell(int, Component). Method in class tea.set.Form
Set the component of the specified field.
setCell(int, int, Component). Method in class tea.set.Grid
Set the component for a grid cell.
setCell(int, int, Component). Method in class tea.set.TextGrid
Set the cell component of the specified cell.
setCell(int, int, Component, int, int). Method in class tea.set.Grid
Set the component for a spanning cell.
setCharSize(int, int, Dimension). Method in class tea.set.TextGrid
Set the per cell text character size.
setCol(int, Object[]). Method in class tea.set.TextGrid
Set all cells in the specified column to the objects in the array.
setColCharWidth(int, int). Method in class tea.set.TextGrid
Set the per column text character size.
setColCount(int). Method in class tea.set.Grid
Set the number of columns in this grid.
setColCount(int). Method in class tea.set.Matrix
Set the number of columns.
setColHeader(int, String). Method in class tea.set.Grid
Set one column header.
setColHeader(String[]). Method in class tea.set.Grid
Set column headers.
setColInfo(int, Object). Method in class tea.set.Matrix
Set the column info attribute.
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
The col root is the column which will be displayed as the leftmost column.
setCols(int[]). Method in class tea.set.MultiList
Set the number of columns and the column width.
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.
setColumns(int). Method in class tea.set.Cell
Sets the number of columns in this TextEdit.
setColumns(int). Method in class tea.set.ComboBox
Sets the number of columns in this TextEdit.
setColumns(int). Method in class tea.set.ImageLabel
Set the number of text columns in the image label.
setColumns(int). Method in class tea.set.Spinner
Sets the number of columns in this TextEdit.
setColumns(int). Method in class tea.set.TextCell
Set the number of columns in the TextCell.
setColumns(int). Method in interface tea.set.TextEdit
Sets the number of columns in this TextEdit.
setColumns(int, int). Method in class tea.set.Form
Set the size of the specified field.
setColumns(int[]). Method in class tea.set.Form
Set the sizes of the fields.
setColWidth(int, int). Method in class tea.set.Grid
Set the specified column to the width.
setColWidth(int[]). Method in class tea.set.Grid
Explicitly specify the column widths in the grid.
setComponent(Component). Method in class tea.set.Effect3D
Set the managed component of this Effect3D.
setComponent(Component). Method in class tea.set.Scroller
Set the managed component of this Scroller.
setComponent(Component). Method in class tea.set.Shade
Set the managed component of this Shade.
setContrast(double). Method in class tea.set.Graph
Set the constrast value.
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.ComboBox
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.
setData(double[]). Method in class tea.set.DataSet
Create a dataset with the supplied double array.
setData(double[][]). Method in class tea.set.DataSet
Create a dataset with the supplied double array.
setData(int[]). Method in class tea.set.DataSet
Create a dataset with the supplied integer array.
setData(int[][]). Method in class tea.set.DataSet
Create a dataset with the supplied integer array.
setData(Object[]). Method in class tea.set.DataSet
Create a dataset with the supplied array.
setData(Object[][]). Method in class tea.set.DataSet
Create a dataset with the supplied array.
setData(String, String). Method in class tea.set.DataSet
Create a dataset with the supplied string.
setData(String, String, String). Method in class tea.set.DataSet
Create a dataset with the supplied string.
setData(Vector). Method in class tea.set.DataSet
Create a dataset with the supplied vector.
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.ImageButton
Set the button display style, IMAGE_ONLY, LABEL_ONLY, or LABEL_IMAGE.
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.ComboBox
Set editable to true of 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.
setEditable(boolean). Method in class tea.set.TextGrid
If true, set TextGrid to editable mode.
setEditable(int, int, boolean). Method in class tea.set.TextGrid
Set the per cell editable flag.
setEditMode(boolean). Method in class tea.set.TextCell
Switch to editing mode if true, to displaying mode if false.
setEnabled(boolean). Method in class tea.set.ArrowButton
Enable the arrow button.
setEnabled(boolean). Method in class tea.set.ImageButton
Enable the button.
setField(String[]). Method in class tea.set.Form
Set the fields in the form.
setFocus(int, int). Method in class tea.set.TextGrid
Set the current focus on the specified cell.
setFont(Font). Method in class tea.set.ImageButton
Set the font.
setFont(int, int, Font). Method in class tea.set.TextGrid
Set the per cell text font.
setForce(boolean). Method in class tea.set.ComboBox
Set force option to true of false.
setForce(boolean). Method in class tea.set.ListText
Set force option to true of false.
setForeground(Color). Method in class tea.set.ImageButton
Set the foreground color.
setForeground(int, int, Color). Method in class tea.set.TextGrid
Set the per cell text foreground color.
setFrozenCol(int). Method in class tea.set.Grid
Freeze the number of columns from the top column(0).
setFrozenRow(int). Method in class tea.set.Grid
Freeze the number of rows from the top row(0).
setGap(int, int, Insets). Method in class tea.set.Grid
Set a cell gap.
setGrid(int, int). Method in class tea.set.TextCell
Set the grid row and column.
setHeader(String[]). Method in class tea.set.MultiList
Add a header row to the list.
setHighlight(Color). Method in class tea.set.MCalendar
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). Method in class tea.set.ImageCanvas
Set the image for this ImageCanvas.
setImage(Image). Method in class tea.set.ImageLabel
Set the image icon for this image label.
setImage(Image, int). Method in class tea.set.Forest
Set the image for tree nodes.
setImage(String, Image). Method in class tea.set.Forest
Set the image icon for the specified node.
setImage2(Image). Method in class tea.set.ImageButton
Set or change the image displayed by this button for pressed mode.
setImageAlignment(int). Method in class tea.set.ImageLabel
Set the alignment of the image.
setImages(Image[]). Method in class tea.set.AnimatedButton
Set the animation frame images.
setImages(Image[]). Method in class tea.set.Animator
Set the animation frame images.
setInPlaceResize(boolean). Method in class tea.set.Grid
Is InPlaceResize property is true, user resize will resize the two rows/columns next to the resize line.
setInsertMode(boolean). Method in class tea.set.Cell
Set insertion mode to true or false.
setInsertMode(boolean). Method in class tea.set.ComboBox
Set insertion mode to true or false (overwrite).
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.
setLabelAlignment(int). Method in class tea.set.Form
Set the field label alignment option.
setLabelPos(int). Method in class tea.set.ImageButton
Set the label position.
setLayoutPolicy(int). Method in class tea.set.Form
Set the layout policy, either row major or column major.
setLeaf(boolean). Method in class tea.set.Node
The Leaf property is determined by whether a node has any children.
setLineWidth(int). Method in class tea.set.Grid
Set the border line width for 3D border lines.
setMask(Mask). Method in class tea.set.MaskText
Set a new mask.
setMask(String). Method in class tea.set.MaskText
Set a new mask.
setMaximum(int). Method in class tea.set.Slider
Sets the maximum value of the adjustable object.
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.
setMinimum(int). Method in class tea.set.Slider
Sets the minimum value of the adjustable object.
setMonth(int). Method in class tea.set.MCalendar
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.Forest
Enabled or disable multiple node selection.
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.Matrix
Set the content of a cell.
setObject(int, int, Object). Method in class tea.set.TextGrid
Set the text in cell (r, c) to object.
setObject(int, Object). Method in class tea.set.Form
Set the value of the specified field.
setObject(Object). Method in class tea.set.ObjActionEvent
Set the action parameter object.
setPreferredSize(Dimension). Method in class tea.set.ImageButton
Change the size of the button to dimension.
setProperty(int, int, Object, Class, String). Method in class tea.set.Grid
This method calls the actual set property methods.
setRange(int, int). Method in class tea.set.Spinner
Set the range for the numeric spinner.
setRangeHigh(int). Method in class tea.set.Spinner
Set the higher bound of the numeric range.
setRangeLow(int). Method in class tea.set.Spinner
Set the higher bound of the numeric range.
setRegionSelectable(boolean). Method in class tea.set.Grid
Enable or disable region selectability.
setResizable(boolean). Method in class tea.set.Grid
Enable/disable user resize through dragging ruling lines.
setRow(int, Object[]). Method in class tea.set.TextGrid
Set all cells in the specified row to the objects in the array.
setRow(int, String[]). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRow(int, String[], Image). Method in class tea.set.MultiList
Set the specified row to the row supplied.
setRowCharHeight(int, int). Method in class tea.set.TextGrid
Set the per row text character size.
setRowColCount(int). Method in class tea.set.Form
Set the number of row(COL_MAJOR) or number of column(ROW_MAJOR).
setRowCount(int). Method in class tea.set.Grid
Set the number of rows in this grid.
setRowCount(int). Method in class tea.set.Matrix
Set the number of rows.
setRowHeader(int, String). Method in class tea.set.Grid
Set one row header.
setRowHeader(String[]). Method in class tea.set.Grid
Set row headers.
setRowHeight(int, int). Method in class tea.set.Grid
Set the specified row to the height.
setRowHeight(int[]). Method in class tea.set.Grid
Explicitly specify the row heights in the grid.
setRowInfo(int, Object). Method in class tea.set.Matrix
Set the row info attribute.
setRowRoot(int). Method in class tea.set.Grid
The row root is the row which will be displayed as the top row.
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.
setRuling(int, int, int). Method in class tea.set.Grid
Set the ruling for a particular cell.
setScreenRows(int). Method in class tea.set.MultiList
Set the preferred number of rows on screen.
setScrollOption(int). Method in class tea.set.Scroller
Set the scrolling option.
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, Dimension). Method in class tea.set.Grid
Set the cell spanning dimension.
setSpanning(int, int, int, int). Method in class tea.set.Grid
Set the spanning cell size.
setState(boolean). Method in class tea.set.ImageButton
Set the toggle button state.
setStyle(ActionEvent). Method in class tea.set.Graph
Action handler for Graph style changes.
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, LINE_BOX, or NO_LINE.
setStyle(int). Method in class tea.set.Form
Set the style of text edit, EDIT_LINE or TEXT_FIELD.
setStyle(int). Method in class tea.set.Graph
Set the graph style to the specified type.
setStyle(int). Method in class tea.set.Slider
Change the style of the slider.
setStyle(ItemEvent). Method in class tea.set.Graph
Action handler for Graph style changes.
setSuspended(boolean). Method in class tea.set.Grid
Suspend layout and paint if the flag is true.
setTabBackground(int, Color). Method in class tea.set.CardFile
Set the tab background color.
setTabBackground(int, Color). Method in class tea.set.Folder
Set the tab background color.
setTabBackground(String, Color). Method in class tea.set.CardFile
Set the tab background color.
setTabBackground(String, Color). Method in class tea.set.Folder
Set the tab background color.
setTabFont(int, Font). Method in class tea.set.CardFile
Set the tab font.
setTabFont(int, Font). Method in class tea.set.Folder
Set the tab font.
setTabFont(String, Font). Method in class tea.set.CardFile
Set the tab font.
setTabFont(String, Font). Method in class tea.set.Folder
Set the tab font.
setTabForeground(int, Color). Method in class tea.set.CardFile
Set the tab foreground color.
setTabForeground(int, Color). Method in class tea.set.Folder
Set the tab foreground color.
setTabForeground(String, Color). Method in class tea.set.CardFile
Set the tab background color.
setTabForeground(String, Color). Method in class tea.set.Folder
Set the tab background color.
setTemplate(String). Method in class tea.set.Cell
Set the template string, used to set size.
setText(String). Method in class tea.set.Cell
Set the value of cell.
setText(String). Method in class tea.set.ComboBox
Set the value of text.
setText(String). Method in class tea.set.ImageLabel
Set the text of the image label.
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.
setTextAlignment(int). Method in class tea.set.Form
Set the field text alignment option.
setTitle(int). Method in class tea.set.MCalendar
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.
setToggle(boolean). Method in class tea.set.ImageButton
If toggle mode is true, the button behaves as a toggle button (checkbox).
setUnitIncrement(int). Method in class tea.set.Slider
Sets the unit value increment for the adjustable object.
setUnitIncrement(int, int). Method in class tea.set.Scroller
Set the line increment value for the specified scrollbar.
setUserData(Object). Method in class tea.set.Node
Set the user data of a node.
setValue(int). Method in class tea.set.Meter
Set the current value of the meter.
setValue(int). Method in class tea.set.Slider
Set the value of the slider.
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.
setVisible(int, boolean). Method in class tea.set.Folder
Make the idx'th tab visible or invisible.
setVisible(String, boolean). Method in class tea.set.Folder
Make the named tab visible or invisible.
setVisibleAmount(int). Method in class tea.set.Slider
Sets the length of the proportionl indicator of the Slider.
setWidth(int). Method in class tea.set.TickerTape
Set the preferred width of this component.
setX(Vector). Method in class tea.set.Graph
Set the x axis labels.
setYAxisIncrement(double). Method in class tea.set.Graph
Set the y axis label increment value.
setYAxisMinimum(double). Method in class tea.set.Graph
Set the y axis label starting value.
setYear(int). Method in class tea.set.MCalendar
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(). Constructor for class tea.set.Shade
Construct an empty Shade.
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.Forest
Show the nodes in the first 'level' levels.
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 hiden column.
showCol(int, boolean). Method in class tea.set.Grid
Show or hide a column.
showRow(int). Method in class tea.set.Grid
Show a hiden row.
showRow(int, boolean). Method in class tea.set.Grid
Show or hide a row.
SLIDE_BAR. Static variable in class tea.set.Slider
A sliding bar inside a slider track.
Slider(). Constructor for class tea.set.Slider
Construct a default Slider with the range set to 0-100 and orientation to HORIZONTAL.
Slider(int, int, int). Constructor for class tea.set.Slider
Construct a Slider with the specified range and orientation.
SliderA(). Constructor for class tea.set.SliderA
Spinner(). Constructor for class tea.set.Spinner
Construct an empty item list spinner with border.
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[]). 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.
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.FormA
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.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
start(ActionEvent). Method in class tea.set.TickerTape
Action handler for start action.
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.ComboBoxA
Remove the list window.
stop(). Method in class tea.set.FolderA
Stop all applets in this container.
stop(). Method in class tea.set.FormA
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.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
stop(ActionEvent). Method in class tea.set.TickerTape
Action handler for stop action.
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.
text. Variable in class tea.set.TextCanvas
TEXT_FIELD. Static variable in class tea.set.Form
Explicit TextField/TextArea for each field.
TextCanvas(). Constructor for class tea.set.TextCanvas
Construct an empty 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(). Constructor for class tea.set.TextCell
Construct an empty editable TextCell.
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(). Constructor for class tea.set.TextGrid
Construct an empty TextGrid.
TextGrid(InputStream, String). 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, int, int). Constructor for class tea.set.TextGrid
Construct a textgrid widget with row rows, col columns.
TextGrid(int, int, int[], int[]). Constructor for class tea.set.TextGrid
Construct a textgrid widget with row rows, col columns.
TextGridA(). Constructor for class tea.set.TextGridA
TickerTape(). Constructor for class tea.set.TickerTape
Construct an empty TickerTape.
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
toArray(Vector). Static method in class tea.set.Tool
Copy the content of a vector into an array.
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).
tokenize(String, String). Static method in class tea.set.Tool
Break string into an array of tokens.
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.Mask
Convert the mask to a string with editable position converted to space.
toString(). Method in class tea.set.MCalendar
Converts to a string representation.
toString(). Method in class tea.set.MonthCal
Converts to a string representation.
toString(). Method in class tea.set.Node
Convert to full path string.
toString(char). Method in class tea.set.Mask
Return a string where space character is substituted by space parameter value.

U

UNIT_DECREMENT. Static variable in interface tea.set.Scrollable
Scroll line up.
UNIT_INCREMENT. Static variable in interface tea.set.Scrollable
Scroll line down.
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.Forest
Overriden for double buffering.
update(Graphics). Method in class tea.set.Graph
Overriden for double buffering.
update(Graphics). Method in class tea.set.Grid
Override for double buffering.
update(Graphics). Method in class tea.set.MCalendar
For double buffering.
update(Graphics). Method in class tea.set.Meter
Overriden for double buffering.
update(Graphics). Method in class tea.set.Slider
Overriden for double buffering.
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.
update(Observable, Object). Method in class tea.set.Graph
Called when observers in the observable list need to be updated.

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_FILL. Static variable in class tea.set.Scroller
V_FILL disable vertical scrolling.
V_SCROLL. Static variable in class tea.set.Scroller
V_SCROLL is the default setting.
V_TOP. Static variable in class tea.set.Grid
Top align at vertical direction.
verify(String). Method in class tea.set.Mask
Verify a text string against the mask.
VERTICAL. Static variable in class tea.set.Grid
This is used to specify vertical ruling and vertical absolute mode.
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.MCalendar
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