Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

addPropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.JavaForm
Classes, such as JavaForm which implement the RowProvider (part of Row) interface must suppport firing the PropertyChangeEvent and the RowChangeEvent.
addPropertyChangeListener(PropertyChangeListener). Method in interface netscape.peas.RowProvider
Row data providers implement addPropertyChangeListener and publish it in the beaninfo as their OnPropertyChange "add listner" method.
addPropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.RowSupport
Row data providers implement addPropertyChangeListener and publish it in the beaninfo as their OnPropertyChange "add listner" method.
addPropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.TableApplet
addPropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.TableApplication
Row data providers implement addPropertyChangeListener and publish it in the beaninfo as their OnPropertyChange "add listner" method.
addRow(). Method in class netscape.peas.ClientSideCursor
add an empty row
addRow(). Method in interface netscape.peas.Table
Add a row to the end of the table
addRow(). Method in class netscape.peas.TableApplet
addRow(). Method in class netscape.peas.TableApplication
addRow(). Method in interface netscape.peas.TableInfo
Add a row to the end of the table
addRow(). Method in class netscape.peas.TableSupport
add an empty row
addRow(Object[]). Method in class netscape.peas.GridView
Add a row to the end of the table using the given values.
addRowChangeListener(RowChangeListener). Method in class netscape.peas.JavaForm
Classes, such as JavaForm which implement the RowProvider (part of Row) interface must suppport firing the PropertyChangeEvent and the RowChangeEvent.
addRowChangeListener(RowChangeListener). Method in class netscape.peas.RowChangeSupport
Add an object which is a RowChangeListener to set of registered listeners.
addRowChangeListener(RowChangeListener). Method in interface netscape.peas.RowProvider
addRowChangeListener(RowChangeListener). Method in class netscape.peas.RowSupport
addRowChangeListener(RowChangeListener). Method in class netscape.peas.TableApplet
addRowChangeListener(RowChangeListener). Method in class netscape.peas.TableApplication
addRowValues(Object[], boolean). Method in class netscape.peas.TableSupport
Add rows to this table, and notify listeners.
addTableChangeListener(TableChangeListener). Method in class netscape.peas.TableApplet
addTableChangeListener(TableChangeListener). Method in class netscape.peas.TableApplication
addTableChangeListener(TableChangeListener). Method in class netscape.peas.TableChangeSupport
addTableChangeListener(TableChangeListener). Method in interface netscape.peas.TableProvider
Add oListener a listener of TableChange events
addTableChangeListener(TableChangeListener). Method in class netscape.peas.TableSupport
addToVisitedList(Object). Method in class netscape.peas.NotifyEvent
Add the given object to this list.
addToVisitedList(Object). Method in interface netscape.peas.NotifyList
Add the given object to this list.
addToVisitedList(Object). Method in class netscape.peas.NotifyListSupport
Add the given object to this list.
ALL_CHANGED. Static variable in class netscape.peas.TableChangeEvent

B

BarChartBeanInfo(). Constructor for class netscape.peas.BarChartBeanInfo

C

classForName(String). Method in class netscape.peas.TableApplet
This method must be implemented by the applet developer because there is no way in the standard Java API for system classes (such as, netscape.application) to look up an applet's class by name.
ClientSideCursor(). Constructor for class netscape.peas.ClientSideCursor
default constructor
COLUMN_INFO_CHANGED. Static variable in class netscape.peas.RowChangeEvent
COLUMN_INFO_CHANGED. Static variable in class netscape.peas.TableChangeEvent
CSCException(int). Constructor for class netscape.peas.CSCException
CSCException(int, Exception). Constructor for class netscape.peas.CSCException
CURRENT_ROW_CHANGED. Static variable in class netscape.peas.TableChangeEvent
CURRENT_ROW_NUMBER_CHANGED. Static variable in class netscape.peas.TableChangeEvent

D

DATA_ROWS. Static variable in class netscape.peas.CSCException
deleteRow(). Method in interface netscape.peas.Table
Delete the current row, and notify listeners.
deleteRow(). Method in class netscape.peas.TableApplet
deleteRow(). Method in class netscape.peas.TableApplication
deleteRow(). Method in class netscape.peas.TableSupport
Delete the current row, and notify listeners.
deleteRow(int, boolean). Method in class netscape.peas.ClientSideCursor
Delete the specified row from the table.
deleteRow(int, boolean). Method in interface netscape.peas.Table
Delete the specified row number.
deleteRow(int, boolean). Method in class netscape.peas.TableApplet
deleteRow(int, boolean). Method in class netscape.peas.TableApplication
deleteRow(int, boolean). Method in interface netscape.peas.TableInfo
Delete the specified row number.
deleteRow(int, boolean). Method in class netscape.peas.TableSupport
Delete the specified row from the table.
done(). Method in class netscape.peas.StatusBar
This method can be called by another applet when it is done loading.
doSetCurrentRowNumber(int, boolean, boolean, NotifyList). Method in interface netscape.peas.Table
doSetCurrentRowNumber(int, boolean, boolean, NotifyList). Method in class netscape.peas.TableApplet
doSetCurrentRowNumber(int, boolean, boolean, NotifyList). Method in class netscape.peas.TableApplication
override to set our view, unless value *came* from view
doSetCurrentRowNumber(int, boolean, boolean, NotifyList). Method in class netscape.peas.TableSupport
setCurrentRowNumber allows clients of this Table adjust its "currentRowNumber" property.
doUpdateRow(Object[], Object[], Object[]). Method in class netscape.peas.ClientSideCursor
Override TableProvider.doUpdate() interface method of TableSupport class.
doUpdateRow(Object[], Object[], Object[]). Method in class netscape.peas.TableApplet
doUpdateRow(Object[], Object[], Object[]). Method in class netscape.peas.TableApplication
doUpdateRow(Object[], Object[], Object[]). Method in interface netscape.peas.TableProvider
Helper to perform actual database update.
doUpdateRow(Object[], Object[], Object[]). Method in class netscape.peas.TableSupport
Helper to perform actual database update.

E

executeQuery(). Method in class netscape.peas.ClientSideCursor
Perform "generic" executeQuery functionality.
executeQuery(). Method in class netscape.peas.JavaDummyCursor
Subclasses of TableSupport need to do the following in their version of executeQuery: - setup the column names, if they are out of data - be prepared for calls to fetChMoreRows.
executeQuery(). Method in interface netscape.peas.Table
Evalutate the query, and fetch the appropriate amount of rows, based on the "bufferSize" property.
executeQuery(). Method in class netscape.peas.TableApplet
executeQuery(). Method in class netscape.peas.TableApplication
Evalutate the query, and fetch the appropriate amount of rows, based on the "bufferSize" property.
executeQuery(). Method in interface netscape.peas.TableInfo
Evalutate the query, and fetch the appropriate amount of rows, based on the "bufferSize" property.
executeQuery(). Method in class netscape.peas.TableSupport
Perform "generic" executeQuery functionality.

F

fetch(). Method in class netscape.peas.ClientSideCursor
fetchMoreRows(). Method in class netscape.peas.ClientSideCursor
No default behavior yet, must be handled by Subclass/Delegator.
fetchMoreRows(). Method in class netscape.peas.JavaDummyCursor
Override of TableSupport's "do-nothing" implementation.
fetchMoreRows(). Method in interface netscape.peas.Table
Get more rows, if "rowsPending" property is true, otherwise does nothing.
fetchMoreRows(). Method in class netscape.peas.TableApplet
fetchMoreRows(). Method in class netscape.peas.TableApplication
Get more rows, if "rowsPending" property is true, otherwise does nothing.
fetchMoreRows(). Method in interface netscape.peas.TableInfo
Get more rows, if "rowsPending" property is true, otherwise does nothing.
fetchMoreRows(). Method in class netscape.peas.TableSupport
No default behavior yet, must be handled by Subclass/Delegator.
firePropertyChange(String, Object, Object). Method in class netscape.peas.JavaForm
firePropertyChange(String, Object, Object). Method in interface netscape.peas.RowProvider
firePropertyChange(String, Object, Object). Method in class netscape.peas.RowSupport
Delegate to our PropertyChangeSupport object.
firePropertyChange(String, Object, Object). Method in class netscape.peas.TableApplet
firePropertyChange(String, Object, Object). Method in class netscape.peas.TableApplication
Helper to fire property change.
fireRowChange(int, String, Object, Object, RowProvider, NotifyList). Method in class netscape.peas.JavaForm
fireRowChange(int, String, Object, Object, RowProvider, NotifyList). Method in class netscape.peas.RowChangeSupport
Fire a RowChageEvent out to all our registered listeners.
fireRowChange(int, String, Object, Object, RowProvider, NotifyList). Method in interface netscape.peas.RowProvider
fireRowChange(int, String, Object, Object, RowProvider, NotifyList). Method in class netscape.peas.RowSupport
Delegate to our RowChangeSupport object.
fireRowChange(int, String, Object, Object, RowProvider, NotifyList). Method in class netscape.peas.TableApplet
fireRowChange(int, String, Object, Object, RowProvider, NotifyList). Method in class netscape.peas.TableApplication
fireTableChange(int, int, int, Object, TableProvider, NotifyList). Method in class netscape.peas.TableApplet
fireTableChange(int, int, int, Object, TableProvider, NotifyList). Method in class netscape.peas.TableApplication
fireTableChange(int, int, int, Object, TableProvider, NotifyList). Method in class netscape.peas.TableChangeSupport
fireTableChange(int, int, int, Object, TableProvider, NotifyList). Method in interface netscape.peas.TableProvider
helper to fire table chanbe events
fireTableChange(int, int, int, Object, TableProvider, NotifyList). Method in class netscape.peas.TableSupport

G

getAdditionalBeanInfo(). Method in class netscape.peas.BarChartBeanInfo
getAdditionalBeanInfo(). Method in class netscape.peas.JavaFormBeanInfo
getAdditionalBeanInfo(). Method in class netscape.peas.NervousTextBeanInfo
getAdditionalBeanInfo(). Method in class netscape.peas.StatusBarBeanInfo
getAdditionalBeanInfo(). Method in class netscape.peas.TableAppletBeanInfo
getBeanDescriptor(). Method in class netscape.peas.BarChartBeanInfo
getBeanDescriptor(). Method in class netscape.peas.JavaFormBeanInfo
getBeanDescriptor(). Method in class netscape.peas.NervousTextBeanInfo
getBeanDescriptor(). Method in class netscape.peas.StatusBarBeanInfo
getBeanDescriptor(). Method in class netscape.peas.TableAppletBeanInfo
getChangeType(). Method in class netscape.peas.TableChangeEvent
getColumnAffected(). Method in class netscape.peas.RowChangeEvent
Return the "columnAffected" attribute of this event.
getColumnAffected(). Method in class netscape.peas.TableChangeEvent
getColumnName(int). Method in class netscape.peas.JavaForm
Given a column's index (0..NumColumns), return its name
getColumnName(int). Method in interface netscape.peas.RowProvider
Given a column's index (0..NumColumns), return its name
getColumnName(int). Method in class netscape.peas.RowSupport
Given a column's index (0..NumColumns), return its name
getColumnName(int). Method in class netscape.peas.TableApplet
getColumnName(int). Method in class netscape.peas.TableApplication
Given a column's index (0..NumColumns), return its name
getColumnNameEnumeration(). Method in class netscape.peas.ClientSideCursor
getColumnNames(). Method in class netscape.peas.JavaForm
Return an array of column names
getColumnNames(). Method in interface netscape.peas.RowProvider
Return an array of column names.
getColumnNames(). Method in class netscape.peas.RowSupport
Return an array of column names
getColumnNames(). Method in class netscape.peas.TableApplet
getColumnNames(). Method in class netscape.peas.TableApplication
Return an array of column names
getColumnNumber(String). Method in class netscape.peas.RowSupport
support routine (also in javaform)
getColumnValues(). Method in class netscape.peas.JavaForm
return values held by this row support object clone here of in client??
getColumnValues(). Method in interface netscape.peas.RowProvider
getColumnValues(). Method in class netscape.peas.RowSupport
return values held by this row support object clone here of in client??
getColumnValues(). Method in class netscape.peas.TableApplet
getColumnValues(). Method in class netscape.peas.TableApplication
getColumnWidth(int). Method in class netscape.peas.RowSupport
Given a column's index (0..NumColumns), return its width
getColumnWidths(). Method in class netscape.peas.JavaForm
Return an array of column names
getColumnWidths(). Method in interface netscape.peas.RowProvider
Return an array of column widths
getColumnWidths(). Method in class netscape.peas.RowSupport
Return an array of column widths
getColumnWidths(). Method in class netscape.peas.TableApplet
getColumnWidths(). Method in class netscape.peas.TableApplication
Return an array of column widths
getCurrentRowNumber(). Method in interface netscape.peas.Table
getCurrentRowNumber allows clients of this Table to get the value of its its "currentRowNumber" property.
getCurrentRowNumber(). Method in class netscape.peas.TableApplet
getCurrentRowNumber(). Method in class netscape.peas.TableApplication
getCurrentRowNumber allows clients of this Table to get the value of its its "currentRowNumber" property.
getCurrentRowNumber(). Method in interface netscape.peas.TableInfo
getCurrentRowNumber allows clients of this Table to get the value of its its "currentRowNumber" property.
getCurrentRowNumber(). Method in class netscape.peas.TableSupport
getCurrentRowNumber allows clients of this Table to get the value of its its "currentRowNumber" property.
getCurrentRowValues(). Method in class netscape.peas.TableApplet
getCurrentRowValues(). Method in class netscape.peas.TableApplication
getCurrentRowValues(). Method in interface netscape.peas.TableProvider
getCurrentRowValues(). Method in class netscape.peas.TableSupport
getDefaultEventIndex(). Method in class netscape.peas.BarChartBeanInfo
getDefaultEventIndex(). Method in class netscape.peas.JavaFormBeanInfo
getDefaultEventIndex(). Method in class netscape.peas.NervousTextBeanInfo
getDefaultEventIndex(). Method in class netscape.peas.StatusBarBeanInfo
getDefaultEventIndex(). Method in class netscape.peas.TableAppletBeanInfo
getDefaultPropertyIndex(). Method in class netscape.peas.BarChartBeanInfo
getDefaultPropertyIndex(). Method in class netscape.peas.JavaFormBeanInfo
getDefaultPropertyIndex(). Method in class netscape.peas.NervousTextBeanInfo
getDefaultPropertyIndex(). Method in class netscape.peas.StatusBarBeanInfo
getDefaultPropertyIndex(). Method in class netscape.peas.TableAppletBeanInfo
getEventSetDescriptors(). Method in class netscape.peas.BarChartBeanInfo
getEventSetDescriptors(). Method in class netscape.peas.JavaFormBeanInfo
getEventSetDescriptors(). Method in class netscape.peas.NervousTextBeanInfo
getEventSetDescriptors(). Method in class netscape.peas.StatusBarBeanInfo
getEventSetDescriptors(). Method in class netscape.peas.TableAppletBeanInfo
getFetchBufferSize(). Method in interface netscape.peas.Table
Setter method for this cursor's "bufferSize" property.
getFetchBufferSize(). Method in class netscape.peas.TableApplet
getFetchBufferSize(). Method in class netscape.peas.TableApplication
Setter method for this cursor's "bufferSize" property.
getFetchBufferSize(). Method in interface netscape.peas.TableInfo
Setter method for this cursor's "bufferSize" property.
getFetchBufferSize(). Method in class netscape.peas.TableSupport
Setter method for this cursor's "bufferSize" property.
getField(int). Method in class netscape.peas.GridView
Given an index for a field, return its text field.
getHeight(). Method in class netscape.peas.GridView
Return the cell height
getIndex(Object). Method in class netscape.peas.GridView
Return the index of the given element, adjusted so as to ignore the fact that the column headers are elements.
getInterface(String). Method in interface netscape.peas.GetInterface
Return an object which implements this specified (fully qualified) interface name.
getInterface(String). Method in class netscape.peas.JavaForm
Return an object which implements this specified (fully qualified) interface name.
getInterface(String). Method in class netscape.peas.RowSupport
Return an object which implements this specified (fully qualified) interface name.
getInterface(String). Method in class netscape.peas.TableApplet
Return an object which implements this specified (fully qualified) interface name.
getInterface(String). Method in class netscape.peas.TableApplication
Return an object which implements this specified (fully qualified) interface name.
getInterface(String). Method in class netscape.peas.TableSupport
Return an object which implements this specified (fully qualified) interface name.
getMessage(). Method in class netscape.peas.NervousText
getMessage is the getter method for the message property
getMethodDescriptors(). Method in class netscape.peas.BarChartBeanInfo
getMethodDescriptors(). Method in class netscape.peas.JavaFormBeanInfo
getMethodDescriptors(). Method in class netscape.peas.NervousTextBeanInfo
getMethodDescriptors(). Method in class netscape.peas.StatusBarBeanInfo
getMethodDescriptors(). Method in class netscape.peas.TableAppletBeanInfo
getNewValue(). Method in class netscape.peas.RowChangeEvent
Get the "newValue" attribute for this RowChangEvent object.
getNewValue(). Method in class netscape.peas.TableChangeEvent
getNonCurrentRowValues(int). Method in class netscape.peas.TableApplet
getNonCurrentRowValues(int). Method in class netscape.peas.TableApplication
getNonCurrentRowValues(int). Method in interface netscape.peas.TableProvider
Return (without changing the "current row"), the values of this tables row # iRowNumer
getNonCurrentRowValues(int). Method in class netscape.peas.TableSupport
Return the values of this row
getNotifyList(). Method in class netscape.peas.NotifyEvent
getNumColumns(). Method in class netscape.peas.GridView
Return the number of columns
getNumColumns(). Method in class netscape.peas.JavaForm
Return the number of columns.
getNumColumns(). Method in interface netscape.peas.RowProvider
Return the number of columns.
getNumColumns(). Method in class netscape.peas.RowSupport
Return the number of columns.
getNumColumns(). Method in class netscape.peas.TableApplet
getNumColumns(). Method in class netscape.peas.TableApplication
Return the number of columns.
getNumRows(). Method in class netscape.peas.GridView
Return the number of rows.
getNumRowsFetched(). Method in class netscape.peas.TableApplet
getNumRowsFetched(). Method in class netscape.peas.TableApplication
Getter method for "NumRowsFetched" property.
getNumRowsFetched(). Method in interface netscape.peas.TableProvider
Getter method for "NumRowsFetched" property.
getNumRowsFetched(). Method in class netscape.peas.TableSupport
Getter method for "NumRowsFetched" property.
getOldValue(). Method in class netscape.peas.RowChangeEvent
Get the "oldValue" attribute for this RowChangEvent object.
getOriginalColumnValues(). Method in class netscape.peas.RowSupport
return values held by this row support object clone here of in client??
getParameter(String). Method in class netscape.peas.TableApplet
This override averts the requirement for a tag in the the applet tag!
getParsedHTML(). Method in class netscape.peas.ClientSideCursor
getPercent(). Method in class netscape.peas.StatusBar
getPropertyDescriptors(). Method in class netscape.peas.BarChartBeanInfo
getPropertyDescriptors(). Method in class netscape.peas.JavaFormBeanInfo
getPropertyDescriptors(). Method in class netscape.peas.NervousTextBeanInfo
getPropertyDescriptors(). Method in class netscape.peas.StatusBarBeanInfo
getPropertyDescriptors(). Method in class netscape.peas.TableAppletBeanInfo
getQuery(). Method in interface netscape.peas.Table
Getter method for this cursor's "query" property.
getQuery(). Method in class netscape.peas.TableApplet
Getter method for this cursor's "query" property.
getQuery(). Method in class netscape.peas.TableApplication
Getter method for this cursor's "query" property.
getQuery(). Method in interface netscape.peas.TableInfo
Getter method for this cursor's "query" property.
getQuery(). Method in class netscape.peas.TableSupport
Getter method for this cursor's "query" property.
getRawText(). Method in class netscape.peas.ClientSideCursor
getRowAffected(). Method in class netscape.peas.TableChangeEvent
getRowDelegator(). Method in class netscape.peas.RowSupport
getRowIndex(int). Method in class netscape.peas.GridView
getRowProvider(). Method in class netscape.peas.RowChangeEvent
Return interface to RowProvider (part of Row interface).
getRowsPending(). Method in interface netscape.peas.Table
Getter for the booelan "rowsPending" property.
getRowsPending(). Method in class netscape.peas.TableApplet
getRowsPending(). Method in class netscape.peas.TableApplication
Getter for the booelan "rowsPending" property.
getRowsPending(). Method in interface netscape.peas.TableInfo
Getter for the booelan "rowsPending" property.
getRowsPending(). Method in class netscape.peas.TableSupport
Getter for the booelan "rowsPending" property.
getRowVectors(). Method in class netscape.peas.ClientSideCursor
getSQL(). Method in class netscape.peas.ClientSideCursor
getTable(). Method in class netscape.peas.TableApplet
getTable(). Method in class netscape.peas.TableApplication
getTable(). Method in interface netscape.peas.TableProvider
getTable(). Method in interface netscape.peas.TableReceiver
Obtain TableInfo interface.
getTable(). Method in class netscape.peas.TableSupport
getTableProvider(). Method in class netscape.peas.TableChangeEvent
getType(). Method in class netscape.peas.RowChangeEvent
Return the "type" attribute of this event.
getUpdatable(). Method in class netscape.peas.ClientSideCursor
getURL(). Method in class netscape.peas.ClientSideCursor
getValueByName(String). Method in class netscape.peas.JavaForm
Given a column name, get its value.
getValueByName(String). Method in interface netscape.peas.RowProvider
Given a column name, get its value.
getValueByName(String). Method in class netscape.peas.RowSupport
Given a column name, get its value.
getValueByName(String). Method in class netscape.peas.TableApplet
getValueByName(String). Method in class netscape.peas.TableApplication
Given a column name, get its value.
getValueByNumber(int). Method in class netscape.peas.JavaForm
Another flavor of "Dynamic-getter" method.
getValueByNumber(int). Method in interface netscape.peas.RowProvider
Another flavor of "Dynamic-getter" method.
getValueByNumber(int). Method in class netscape.peas.RowSupport
Another flavor of "Dynamic-getter" method.
getValueByNumber(int). Method in class netscape.peas.TableApplet
getValueByNumber(int). Method in class netscape.peas.TableApplication
Another flavor of "Dynamic-getter" method.
getWidth(). Method in class netscape.peas.GridView
Return the cell width
getWidth(int). Method in class netscape.peas.GridView
GridTextField(). Constructor for class netscape.peas.GridTextField
Construct a GridView which sends event notifications to the specified Target.
GridView(Target). Constructor for class netscape.peas.GridView
Construct a GridView which sends event notifications to the specified Target.
gsApplicationClass. Static variable in class netscape.peas.TableApplet
gsApplicationClassValue. Static variable in class netscape.peas.TableApplet

H

handleEvent(Event). Method in class netscape.peas.JavaForm
Handle (AWT 1.02) events.
HEADER_ROW. Static variable in class netscape.peas.CSCException

I

init(). Method in class netscape.peas.JavaForm
Initialize this applet.
init(). Method in class netscape.peas.NervousText
init(). Method in class netscape.peas.StatusBar
init(). Method in class netscape.peas.TableApplication
initializeColumnInfo(RowProvider). Method in class netscape.peas.JavaForm
This method can be called by the data provider to inform us (the client) of its column names This is typically when this object registers itself as a listener by calling by calling addPropertyChangeListener alternatively, a RowProvider interface could be passed to the client and it the client could then "pull" the column names (and any other data) from this provider
initializeColumnInfo(RowProvider). Method in interface netscape.peas.RowReceiver
This method can be called by the data provider to inform us (the client) of its column names
initializeColumnInfo(RowProvider). Method in class netscape.peas.RowSupport
This method can be called by the data provider to inform us (the client) of its column names
initializeColumnInfo(RowProvider). Method in class netscape.peas.TableApplet
initializeColumnInfo(RowProvider). Method in class netscape.peas.TableApplication
This method is called when column names or other inforation has changed.
isCurrentRowChanged(). Method in class netscape.peas.TableApplet
isCurrentRowChanged(). Method in class netscape.peas.TableApplication
isCurrentRowChanged(). Method in interface netscape.peas.TableProvider
Return true if current row has been changed
isCurrentRowChanged(). Method in class netscape.peas.TableSupport
Return true if current row has been changed
isNewRow(Object[]). Method in class netscape.peas.RowSupport
isOnVisitedList(Object). Method in class netscape.peas.NotifyEvent
Return true if the given object is on this list.
isOnVisitedList(Object). Method in interface netscape.peas.NotifyList
Return true if the given object is on this list.
isOnVisitedList(Object). Method in class netscape.peas.NotifyListSupport
Return true if the given object is on this list.
isRowChanged(). Method in class netscape.peas.RowSupport
isValidColumnNumber(int). Method in class netscape.peas.RowSupport
Helper to validate a colun number.
isValidRowNumber(int). Method in class netscape.peas.TableSupport

J

JavaDummyCursor(). Constructor for class netscape.peas.JavaDummyCursor
Construct a JavaDummyCursor object.
JavaForm(). Constructor for class netscape.peas.JavaForm
Default constuctor.
JavaFormBeanInfo(). Constructor for class netscape.peas.JavaFormBeanInfo

L

lookup(int). Method in class netscape.peas.CSCException

M

message. Variable in class netscape.peas.NervousText
mouseDown(Event, int, int). Method in class netscape.peas.NervousText

N

NervousText(). Constructor for class netscape.peas.NervousText
NervousTextBeanInfo(). Constructor for class netscape.peas.NervousTextBeanInfo
nextRow(). Method in interface netscape.peas.Table
Change the position of this cursor to the next row.
nextRow(). Method in class netscape.peas.TableApplet
nextRow(). Method in class netscape.peas.TableApplication
Change the position of this cursor to the next row.
nextRow(). Method in interface netscape.peas.TableInfo
Change the position of this cursor to the next row.
nextRow(). Method in class netscape.peas.TableSupport
Change the position of this cursor to the next row.
NON_CURRENT_ROW_CHANGED. Static variable in class netscape.peas.TableChangeEvent
NotifyListSupport(). Constructor for class netscape.peas.NotifyListSupport
default constructor.
NUM_FETCHED. Static variable in class netscape.peas.TableChangeEvent

P

paint(Graphics). Method in class netscape.peas.NervousText
paint(Graphics). Method in class netscape.peas.StatusBar
This method to draws the current string (Loading...
performCommand(String, Object). Method in class netscape.peas.TableApplication
previousRow(). Method in interface netscape.peas.Table
Change the position of this cursor to the next row.
previousRow(). Method in class netscape.peas.TableApplet
previousRow(). Method in class netscape.peas.TableApplication
Change the position of this cursor to the next row.
previousRow(). Method in interface netscape.peas.TableInfo
Change the position of this cursor to the next row.
previousRow(). Method in class netscape.peas.TableSupport
Change the position of this cursor to the next row.
processHTML(). Method in class netscape.peas.ClientSideCursor
propegateRowChange(RowChangeEvent). Method in class netscape.peas.RowChangeSupport
Given an event send it to all our listeners who have not heard of it yet.
propegateTableChange(TableChangeEvent). Method in class netscape.peas.TableChangeSupport
propertyChange(PropertyChangeEvent). Method in class netscape.peas.JavaForm
Handle property change events for which we are listening.
propertyChange(PropertyChangeEvent). Method in class netscape.peas.RowSupport
Standard bean property change event.
propertyChange(PropertyChangeEvent). Method in class netscape.peas.TableApplet
propertyChange(PropertyChangeEvent). Method in class netscape.peas.TableApplication
This method is typically called when we have been "wired" as a listener to another component's bound property

R

removeAll(). Method in class netscape.peas.GridView
Remove everything: layout mgr.
removePropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.JavaForm
Classes, such as JavaForm which implement the RowProvider (part of Row) interface must suppport firing the PropertyChangeEvent and the RowChangeEvent.
removePropertyChangeListener(PropertyChangeListener). Method in interface netscape.peas.RowProvider
removePropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.RowSupport
Your basic remove listener method
removePropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.TableApplet
removePropertyChangeListener(PropertyChangeListener). Method in class netscape.peas.TableApplication
Your basic remove listener method
removeRowAt(int). Method in class netscape.peas.GridView
Remove a row from the layout and a row of viws from this view.
removeRowChangeListener(RowChangeListener). Method in class netscape.peas.JavaForm
Classes, such as JavaForm which implement the RowProvider (part of Row) interface must suppport firing the PropertyChangeEvent and the RowChangeEvent.
removeRowChangeListener(RowChangeListener). Method in class netscape.peas.RowChangeSupport
Remove oListener from set of registered listeners.
removeRowChangeListener(RowChangeListener). Method in interface netscape.peas.RowProvider
removeRowChangeListener(RowChangeListener). Method in class netscape.peas.RowSupport
removeRowChangeListener(RowChangeListener). Method in class netscape.peas.TableApplet
removeRowChangeListener(RowChangeListener). Method in class netscape.peas.TableApplication
removeTableChangeListener(TableChangeListener). Method in class netscape.peas.TableApplet
removeTableChangeListener(TableChangeListener). Method in class netscape.peas.TableApplication
removeTableChangeListener(TableChangeListener). Method in class netscape.peas.TableChangeSupport
removeTableChangeListener(TableChangeListener). Method in interface netscape.peas.TableProvider
remove oListener as a listener of TableChange events
removeTableChangeListener(TableChangeListener). Method in class netscape.peas.TableSupport
resetOriginalValues(). Method in class netscape.peas.RowSupport
ROW_DELETED. Static variable in class netscape.peas.TableChangeEvent
ROW_INSERTED. Static variable in class netscape.peas.TableChangeEvent
rowChange(RowChangeEvent). Method in class netscape.peas.JavaForm
Twister rowChange event.
rowChange(RowChangeEvent). Method in interface netscape.peas.RowChangeListener
rowChange(RowChangeEvent). Method in class netscape.peas.RowSupport
Twister rowChange event.
rowChange(RowChangeEvent). Method in class netscape.peas.TableApplet
rowChange(RowChangeEvent). Method in class netscape.peas.TableApplication
Twister rowChange event.
RowChangeEvent(int, String, Object, Object, RowProvider). Constructor for class netscape.peas.RowChangeEvent
Construct a Row cange event give a slew of parameters.
RowChangeSupport(Object). Constructor for class netscape.peas.RowChangeSupport
Construct a RowChangeSupport class
ROWS_INSERTED. Static variable in class netscape.peas.TableChangeEvent
RowSupport(boolean). Constructor for class netscape.peas.RowSupport
Construct a row support object.
RowSupport(Row, boolean). Constructor for class netscape.peas.RowSupport
Construct a row support object.
run(). Method in class netscape.peas.NervousText

S

setColumnInfo(int, String[], int[]). Method in class netscape.peas.GridView
Given column information, create a row for the column names
setColumnName(int, String). Method in class netscape.peas.RowSupport
setColumnNames(String[], int[], NotifyList). Method in class netscape.peas.JavaForm
setColumnNames(String[], int[], NotifyList). Method in class netscape.peas.RowSupport
Set this row's column names, and notify listeners of the change in schema by firing a RowChangeEvent.
setColumnNames(String[], int[], NotifyList). Method in class netscape.peas.TableApplet
setColumnNames(String[], int[], NotifyList). Method in class netscape.peas.TableApplication
setColumnNames(String[], int[], NotifyList). Method in class netscape.peas.TableSupport
This method sets this table's row's column info.
setColumnValues(Object[], boolean). Method in class netscape.peas.RowSupport
Set this row's values with given array of values notify our listeners also.
setColumnWidth(int, int). Method in class netscape.peas.RowSupport
setCurrentRow(int). Method in class netscape.peas.GridView
setCurrentRowNumber(int). Method in interface netscape.peas.Table
setCurrentRowNumber allows clients of this Table adjust its "currentRowNumber" property.
setCurrentRowNumber(int). Method in class netscape.peas.TableApplet
setCurrentRowNumber(int). Method in class netscape.peas.TableApplication
setCurrentRowNumber allows clients of this Table adjust its "currentRowNumber" property.
setCurrentRowNumber(int). Method in class netscape.peas.TableSupport
setCurrentRowNumber(int, boolean). Method in interface netscape.peas.TableInfo
setCurrentRowNumber allows clients of this Table adjust its "currentRowNumber" property.
setFetchBufferSize(int). Method in interface netscape.peas.Table
Getter method for this cursor's "bufferSize" property.
setFetchBufferSize(int). Method in class netscape.peas.TableApplet
setFetchBufferSize(int). Method in class netscape.peas.TableApplication
Getter method for this cursor's "bufferSize" property.
setFetchBufferSize(int). Method in interface netscape.peas.TableInfo
Getter method for this cursor's "bufferSize" property.
setFetchBufferSize(int). Method in class netscape.peas.TableSupport
Getter method for this cursor's "bufferSize" property.
setMessage(String). Method in class netscape.peas.NervousText
setMessage is the setter method for the message property
setNotifyList(NotifyList). Method in class netscape.peas.NotifyEvent
setNumColumns(int). Method in class netscape.peas.GridView
Set the number of columns.
setNumColumns(int). Method in class netscape.peas.RowSupport
setNumRows(int). Method in class netscape.peas.GridView
Set the number of rows.
setPercent(int). Method in class netscape.peas.StatusBar
setQuery(String). Method in class netscape.peas.ClientSideCursor
Setter method for this cursor's "query" property.
setQuery(String). Method in interface netscape.peas.Table
Setter method for this cursor's "query" property.
setQuery(String). Method in class netscape.peas.TableApplet
setQuery(String). Method in class netscape.peas.TableApplication
Setter method for this cursor's "query" property.
setQuery(String). Method in interface netscape.peas.TableInfo
Setter method for this cursor's "query" property.
setQuery(String). Method in class netscape.peas.TableSupport
Setter method for this cursor's "query" property.
setRowsPending(boolean). Method in class netscape.peas.TableSupport
setSQL(String). Method in class netscape.peas.ClientSideCursor
setTableValue(int, int, Object, NotifyList). Method in interface netscape.peas.Table
Method to set this table's value at row# iRow and column# iColumn.
setTableValue(int, int, Object, NotifyList). Method in class netscape.peas.TableApplet
setTableValue(int, int, Object, NotifyList). Method in class netscape.peas.TableApplication
This method is called by this TableApplication, as well as others to set our "model".
setTableValue(int, int, Object, NotifyList). Method in interface netscape.peas.TableInfo
Method to set this table's value at row# iRow and column# iColumn.
setTableValue(int, int, Object, NotifyList). Method in class netscape.peas.TableSupport
Method to set this table's value at row# iRow and column# iColumn.
setUpdatable(boolean). Method in class netscape.peas.ClientSideCursor
setURL(String). Method in class netscape.peas.ClientSideCursor
setValueByName(String, Object, NotifyList). Method in class netscape.peas.JavaForm
Given a column's name, set its value to be this new value.
setValueByName(String, Object, NotifyList). Method in interface netscape.peas.RowReceiver
Given a column's name, set its value to be this new value.
setValueByName(String, Object, NotifyList). Method in class netscape.peas.RowSupport
Given a column's name, set its value to be this new value.
setValueByName(String, Object, NotifyList). Method in class netscape.peas.TableApplet
setValueByName(String, Object, NotifyList). Method in class netscape.peas.TableApplication
Given a column's name, set its value to be this new value.
setValueByNumber(int, Object, NotifyList). Method in class netscape.peas.JavaForm
Different flavor "dynamic-setter".
setValueByNumber(int, Object, NotifyList). Method in interface netscape.peas.RowReceiver
Different flavor "dynamic-setter".
setValueByNumber(int, Object, NotifyList). Method in class netscape.peas.RowSupport
Different flavor "dynamic-setter".
setValueByNumber(int, Object, NotifyList). Method in class netscape.peas.TableApplet
setValueByNumber(int, Object, NotifyList). Method in class netscape.peas.TableApplication
Different flavor "dynamic-setter".
setValueByNumber(int, Object, NotifyList). Method in class netscape.peas.TableSupport
Override the RowSupport method so that we can notify TableChangeListeners using a TableChangeEvent.
setViewCurrentRow(int). Method in class netscape.peas.TableApplication
setWidth(int, int). Method in class netscape.peas.GridView
Set the cell width
sizeTo(). Method in class netscape.peas.GridView
Ensure that GridView is of appropriate size.
start(). Method in class netscape.peas.NervousText
startFocus(). Method in class netscape.peas.GridTextField
StatusBar(). Constructor for class netscape.peas.StatusBar
StatusBarBeanInfo(). Constructor for class netscape.peas.StatusBarBeanInfo
stop(). Method in class netscape.peas.NervousText

T

TABLE_EMPTY. Static variable in class netscape.peas.TableChangeEvent
TABLE_TAG. Static variable in class netscape.peas.CSCException
TableApplet(). Constructor for class netscape.peas.TableApplet
TableAppletBeanInfo(). Constructor for class netscape.peas.TableAppletBeanInfo
TableApplication(). Constructor for class netscape.peas.TableApplication
tableChange(TableChangeEvent). Method in class netscape.peas.TableApplet
tableChange(TableChangeEvent). Method in class netscape.peas.TableApplication
tableChange(TableChangeEvent). Method in interface netscape.peas.TableChangeListener
Accept a TableChangeEvent.
tableChange(TableChangeEvent). Method in class netscape.peas.TableSupport
TableChangeSupport(Object). Constructor for class netscape.peas.TableChangeSupport
TableSupport(boolean). Constructor for class netscape.peas.TableSupport
TableSupport(Table, boolean). Constructor for class netscape.peas.TableSupport
toString(SGMLTag). Static method in class netscape.peas.ClientSideCursor
Serializes (to HTML text) given PageElement.

U

UNKNOWN_TYPE. Static variable in class netscape.peas.RowChangeEvent
UNKNOWN_TYPE. Static variable in class netscape.peas.TableChangeEvent
updateCurrentRow(). Method in class netscape.peas.ClientSideCursor
Override TableSupport.updateCurrentRow to verify if the cursor is updatable.
updateCurrentRow(). Method in class netscape.peas.TableApplet
updateCurrentRow(). Method in class netscape.peas.TableApplication
updateCurrentRow(). Method in interface netscape.peas.TableProvider
Update (to underlying database) this table's current row
updateCurrentRow(). Method in class netscape.peas.TableSupport
Update (to underlying database) this table's current row

V

VALUE_CHANGED. Static variable in class netscape.peas.RowChangeEvent
VALUE_CHANGED. Static variable in class netscape.peas.TableChangeEvent