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

A

ACTIVE_CELL_CHANGED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Active cell changed event type.
ACTIVE_SHEET_CHANGED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Active sheet changed event type.
aboutDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays an About dialog box.
access - Variable in class com.iisc.jwc.jsheet.Protection
Type of access.
actionPerformed(ActionEvent) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
activeCellChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called when a different cell becomes selected in the grid.
activeCellChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the user selects a new cell.
activeCellChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the user selects a new cell.
activeCellChanged(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the user selects a new cell.
activeSheetChanged(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when the active sheet is changed.
activeSheetChanged(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when the active sheet is changed.
activeSheetChanged(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client, this method is called when a different sheet is selected in its workbook.
activeSheetChanged(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the active sheet is changed.
addBookListener(BookListener) - Method in class com.iisc.jwc.jsheet.JSClient
Adds the specified book listener to receive book events.
addBookProtection(String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Adds protection settings for the book.
addFontStyle(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Adds this font style to the current settings.
addNotify() - Method in class com.iisc.jwc.jsheet.JSClient
Notifies this component that it has been added to a container and if a peer is required, it should be created.
addNotify() - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
addObserver(CRange, short, boolean, int) - Method in class com.iisc.jwc.jsheet.Sheet
Creates an Observers object for this range.
addObserver(CRange, short) - Method in class com.iisc.jwc.jsheet.Sheet
Creates an Observers object for this range.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.iisc.jwc.jsheet.JSClient
Adds the specified property change listener to receive property events.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
addProtection(Range, String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Adds protection settings to a range of cells.
addProtection(CRange[], String, int) - Method in class com.iisc.jwc.jsheet.Sheet
 
addSessionListener(SessionListener) - Method in class com.iisc.jwc.jsheet.JSClient
Adds the specified session listener to receive session events.
addSheetListener(SheetListener) - Method in class com.iisc.jwc.jsheet.JSClient
Adds the specified sheet listener to receive sheet events.
addSheetObserver(Range, boolean, int) - Method in class com.iisc.jwc.jsheet.JSClient
Adds a new sheet observer to the range and sheet specified.
addSheetObserver(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Adds a new sheet observer to the range and sheet specified.
addSheetProtection(short, String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Adds protection settings for the sheet.
asCRange() - Method in class com.iisc.jwc.jsheet.Range
For internal use only!
asCValue() - Method in class com.iisc.jwc.jsheet.JSValue
For internal use only!
ascordsc - Variable in class com.iisc.jwc.jsheet.SortKeys
Indicated whether the sort key is ascending or decending sort order.

B

BOOK_CLOSED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Book closed event type.
BOOK_CLOSED - Static variable in class com.iisc.jwc.jsheet.SessionEvent
Book closed event type.
BOOK_OPENED - Static variable in class com.iisc.jwc.jsheet.SessionEvent
Book opened event type.
BOOK_SAVED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Book saved event type.
BORDER_DASHED - Static variable in class com.iisc.jwc.jsheet.CellStyle
Dashed border style.
BORDER_DASH_DOT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Dash dot border style.
BORDER_DASH_DOT_DOT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Dash dot dot border style.
BORDER_DOTTED - Static variable in class com.iisc.jwc.jsheet.CellStyle
Dotted border style.
BORDER_DOUBLE - Static variable in class com.iisc.jwc.jsheet.CellStyle
Double border style.
BORDER_HAIR - Static variable in class com.iisc.jwc.jsheet.CellStyle
Hair border style.
BORDER_LINE - Static variable in class com.iisc.jwc.jsheet.CellStyle
Line border style.
BORDER_MEDIUM - Static variable in class com.iisc.jwc.jsheet.CellStyle
Medium border style.
BORDER_MED_DASHED - Static variable in class com.iisc.jwc.jsheet.CellStyle
Medium dashed border style.
BORDER_MED_DASH_DOT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Medium dash dot border style.
BORDER_MED_DASH_DOT_DOT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Medium dash dot dot border style.
BORDER_NONE - Static variable in class com.iisc.jwc.jsheet.CellStyle
No border.
BORDER_SLANT_DASH_DOT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Slash dash dot border style.
BORDER_THICK - Static variable in class com.iisc.jwc.jsheet.CellStyle
Thick border style.
BOTTOM_BORDER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Bottom border edge.
BookAdapter - class com.iisc.jwc.jsheet.BookAdapter.
The BookAdapter handles events that occur on a book.
BookAdapter() - Constructor for class com.iisc.jwc.jsheet.BookAdapter
 
BookEvent - class com.iisc.jwc.jsheet.BookEvent.
The BookEvent contains information about the events in a book.
BookEvent(Object, int) - Constructor for class com.iisc.jwc.jsheet.BookEvent
Constructs a BookEvent.
BookEvent(Object, int, String) - Constructor for class com.iisc.jwc.jsheet.BookEvent
Constructs a BookEvent.
BookEvent(Object, int, short) - Constructor for class com.iisc.jwc.jsheet.BookEvent
Constructs a BookEvent.
BookEvent(Object, int, String, short) - Constructor for class com.iisc.jwc.jsheet.BookEvent
Constructs a BookEvent.
BookEvent(Object, int, String, short, short) - Constructor for class com.iisc.jwc.jsheet.BookEvent
Constructs a BookEvent.
BookEvent(Object, int, short, short, short) - Constructor for class com.iisc.jwc.jsheet.BookEvent
Constructs a BookEvent.
BookListener - interface com.iisc.jwc.jsheet.BookListener.
The BookListener handles events that occur on a book.
BookRange - class com.iisc.jwc.jsheet.BookRange.
BookRange contains information about the named range.
bookClosed(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when this book is closed on the server while this client is still accessing it.
bookClosed(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when this book is closed on the server while this client is still accessing it.
bookClosed(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client x, this method is called when x closes its own workbook.
bookClosed(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when the server closes the workbook.
bookClosed(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a book is closed by this client.
bookClosed(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when this book is closed on the server while this client is still accessing it.
bookClosed(SessionEvent) - Method in class com.iisc.jwc.jsheet.SessionAdapter
Invoked when a book is closed by this client.
bookClosed(SessionEvent) - Method in interface com.iisc.jwc.jsheet.SessionListener
Invoked when a book is closed by this client.
bookName - Variable in class com.iisc.jwc.jsheet.BookRange
The name of the book.
bookOpened(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client x, this method is called when a workbook is opened on x.
bookOpened(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a book is opened by this client.
bookOpened(SessionEvent) - Method in class com.iisc.jwc.jsheet.SessionAdapter
Invoked when a book is opened by this client.
bookOpened(SessionEvent) - Method in interface com.iisc.jwc.jsheet.SessionListener
Invoked when a book is opened by this client.
bookSaved(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when the book is saved on the server.
bookSaved(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when the book is saved on the server.
bookSaved(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when the workbook is saved.
bookSaved(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the book is saved on the server.
bookname - Variable in class com.iisc.jwc.jsheet.Protection
Name of book.
bottom - Variable in class com.iisc.jwc.jsheet.Range
The bottom reference for this range.
broadcastMessage(String, String) - Method in class com.iisc.jwc.jsheet.JSClient
Broadcasts a message to other clients.

C

CELL_STYLE_UPDATED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Cell style updated event type.
CELL_VALUE_UPDATED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Cell value updated event type.
CLIENT_JOINED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Client joined book event type.
CLIENT_LEFT - Static variable in class com.iisc.jwc.jsheet.BookEvent
Client left book event type.
COLUMN_HEADERS - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
The data for the column heaers is retrieved.
COL_WIDTH_UPDATED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Column width updated event type.
CURRENT_SHEET - Static variable in class com.iisc.jwc.jsheet.Cell
The current sheet has been specified for the cell.
CURRENT_SHEET - Static variable in class com.iisc.jwc.jsheet.Range
The current sheet is specified in Range.
Cell - class com.iisc.jwc.jsheet.Cell.
Cell contains a reference to a row, column, and sheet that represents a cell in a sheet.
Cell() - Constructor for class com.iisc.jwc.jsheet.Cell
Constructs a Cell.
Cell(int, int) - Constructor for class com.iisc.jwc.jsheet.Cell
Constructs a Cell with a specified row and column.
Cell(int, int, short) - Constructor for class com.iisc.jwc.jsheet.Cell
Constructs a Cell with a specified row, col and sheet index.
Cell(String) - Constructor for class com.iisc.jwc.jsheet.Cell
Parses the string and constructs a Cell.
CellStyle - class com.iisc.jwc.jsheet.CellStyle.
CellStyle contains the formatting information for a cell.
CellStyle() - Constructor for class com.iisc.jwc.jsheet.CellStyle
The empty constructor is for the JSClientProxy interactive applet, to allow the creation of a serializable version of this object to be used by JavaScript when communicating between browser client and server via HTTP.
cellStyleUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after a cell's style is updated.
cellStyleUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the style of a cell that is being observed changes on the server.
cellStyleUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the style of a cell that is being observed changes on the server.
cellStyleUpdated(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the style of a cell that is being observed changes on the server.
cellValueUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when a value in its workbook has changed.
cellValueUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the value of a cell that is being observed changes on the server.
cellValueUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the value of a cell that is being observed changes on the server.
cellValueUpdated(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the value of a cell that is being observed changes on the server.
chartsDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays a dialog box for listing charts.
clear(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Clears all of the data and formatting in the current selection(s).
clearCells(Range[]) - Method in class com.iisc.jwc.jsheet.Sheet
 
clearData(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Clears all of the cell data in the current range.
clearDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays the Clear dialog box.
clearFormat(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Clears all of the cell formatting in the current range.
clearFormula(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Clears formulas, leaving the formula results and all of the formatting intact.
clearInclude() - Method in class com.iisc.jwc.jsheet.CellStyle
Clears the include flag.
clearSelectedData() - Method in class com.iisc.jwc.jsheet.Sheet
 
clientJoined(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when another user first accesses this shared book.
clientJoined(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when another user first accesses this shared book.
clientJoined(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client, this method is called when another client loads the given client's workbook in shared mode.
clientJoined(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when another user first accesses this shared book.
clientLeft(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when another user stops accessing this book.
clientLeft(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when another user stops accessing this book.
clientLeft(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
Given multiple clients that are sharing a workbook.
clientLeft(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when another user stops accessing this book.
clone() - Method in class com.iisc.jwc.jsheet.BookRange
Returns a copy of the BookRange.
clone() - Method in class com.iisc.jwc.jsheet.Cell
Performs a cloning operation for a Cell.
clone() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Creates a copy of the existing JSEvaluateValue object.
clone() - Method in class com.iisc.jwc.jsheet.JSException
Creates a new object of the same class as this object.
clone() - Method in class com.iisc.jwc.jsheet.JSValue
Creates a copy of the existing JSValue object.
clone() - Method in class com.iisc.jwc.jsheet.JSValueMatrix
Creates a copy of the existing JSValueMatrix.
clone() - Method in class com.iisc.jwc.jsheet.Protection
Creates a copy of the current Protection information.
clone() - Method in class com.iisc.jwc.jsheet.Range
Returns a copy of this range.
clone() - Method in class com.iisc.jwc.jsheet.SortKeys
Creates a copy of the current SortKeys information.
clone() - Method in class com.iisc.jwc.jsheet.db.JSDbException
Creates a new object of the same class as this object.
clone() - Method in class com.iisc.jwc.jsheet.db.JSDbRowSet
Creates a new object of the same class as this object.
closeBook() - Method in class com.iisc.jwc.jsheet.JSClient
Closes the current book.
closeBookChecked() - Method in class com.iisc.jwc.jsheet.JSClient
Closes the book after checking for saving changes.
closeBookCheckedSelectableDlg(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Closes the book after checking for saving changes.
closeCursor() - Method in class com.iisc.jwc.jsheet.db.JSDbCursor
This method closes the specified SQL database cursor.
col - Variable in class com.iisc.jwc.jsheet.Cell
The column reference.
colWidthUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after width is adjusted for a column or columns.
colWidthUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a column size is changed.
colWidthUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a column size is changed.
colWidthUpdated(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a column size is changed.
colorToHTMLColor(Color) - Method in class com.iisc.jwc.jsheet.JSClient
Converts a Color value to HTML representation of the color.
com.iisc.jwc.jschart - package com.iisc.jwc.jschart
The chart package provides a means to display charts from the JSServer.
com.iisc.jwc.jsheet - package com.iisc.jwc.jsheet
A package of classes to create the jsclient applet/application, as well as an API for third party development of a client to interact with JSServer.
com.iisc.jwc.jsheet.db - package com.iisc.jwc.jsheet.db
Provides a class for database access via the JSServer, with utility classes for holding the ResultSet and an exception class.
componentAdded(ContainerEvent) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
componentRemoved(ContainerEvent) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
connect() - Method in class com.iisc.jwc.jschart.JSChart
Attempts a connection to the server using the host, user, and password parameters provided by the set methods.
connect(String, String, String) - Method in class com.iisc.jwc.jschart.JSChart
Attempts a connection to the server using the host, user, and password parameters provided by the user.
connect(String, String, String) - Method in class com.iisc.jwc.jsheet.JSClient
Connects to the server.
connect(String, String, String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Connects to the server.
connectDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays a dialog box that allows the user to connect to a specific server.
connected() - Method in class com.iisc.jwc.jschart.JSChart
Returns true if JSChart is connected to the server or false if it is not connected.
contains(Cell) - Method in class com.iisc.jwc.jsheet.Range
Returns true if the specifed Cell is within this Range.
convertDBRowSetToDBRow(JSDbRowSet, int) - Method in class com.iisc.jwc.jsheet.JSClient
Utility method to convert a DBRowSet into a vector of data objects in the row.
copy(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Puts a copy of the text and formatting contained in range on the clipboard.
copy(short, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Puts a copy of the text and formatting contained in range on the clipboard.
copyDown(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Copies the data and formatting in the top row(s) of the selected range(s) of the current sheet to the bottom of the selected range(s).
copyDown(short, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Copies the data and formatting in the top row(s) of the selected range(s) of the specified sheet to the bottom of the selected range(s).
copyRight(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Copies the data and formatting in the left column(s) of the selected range(s) to the right of the selected range(s).
createObject(String) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a Java object based on the string passed in.
createObject(String, Vector, Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a Java object based on the string passed in.
cut(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Similiar to clear, except a copy is placed on the clipboard.

D

DELETED_LEFT - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Deleted left event type.
DELETED_UP - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Deleted up event type.
DIAGONAL_BORDER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Diagonal border edge.
DIAGONAL_BORDER_BOTH - Static variable in class com.iisc.jwc.jsheet.CellStyle
Diagonal border both (up and down).
DIAGONAL_BORDER_DOWN - Static variable in class com.iisc.jwc.jsheet.CellStyle
Diagonal border down.
DIAGONAL_BORDER_UP - Static variable in class com.iisc.jwc.jsheet.CellStyle
Diagonal border up.
DOUBLE_CLICKED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Cell double-clicked event type.
dbConnect(String, String, String) - Method in class com.iisc.jwc.jsheet.JSClient
Connects to a database on the server.
dbDisconnect(JSDatabase) - Method in class com.iisc.jwc.jsheet.JSClient
Disconnects from this database on the server.
deleteBook(String) - Method in class com.iisc.jwc.jsheet.JSClient
Deletes the book on the server.
deleteChart() - Method in class com.iisc.jwc.jschart.JSChart
Deletes a chart referenced from values contained in the set methods.
deleteChart(String) - Method in class com.iisc.jwc.jsheet.JSClient
Deletes the chart from the sheet.
deleteLeft(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified range from the sheet by shifting cells left that are to the right of the range.
deleteSheet(String) - Method in class com.iisc.jwc.jsheet.JSClient
Deletes a sheet from the book.
deleteUp(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified range from the sheet by shifting cells up that are below the range.
deletedLeft(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after a JSClient.deleteLeft call has been processed.
deletedLeft(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a cell or column is deleted.
deletedLeft(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a cell or column is deleted.
deletedLeft(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a cell or column is deleted.
deletedUp(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after a JSClient.deleteUp call has been processed.
deletedUp(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a cell or row is deleted.
deletedUp(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a cell or row is deleted.
deletedUp(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a cell or row is deleted.
describeColumns(String) - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Describes the columns in a table.
describeColumns() - Method in class com.iisc.jwc.jsheet.db.JSDbCursor
Describes the columns in the result set.
describeTables() - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Describes the tables in the database.
destroy() - Method in class com.iisc.jwc.jschart.JSChart
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class com.iisc.jwc.jsheet.JSClient
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
determinant(Range, Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Calculates the determinant of the given range and outputs it to the given cell.
disconnect() - Method in class com.iisc.jwc.jschart.JSChart
Disconnect from the server.
disconnect() - Method in class com.iisc.jwc.jsheet.JSClient
Disconnects from the server.
disconnect() - Method in class com.iisc.jwc.jsheet.JSClientSession
Disconnects from JSServer and remove self from instances.
disconnect() - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Disconnects from the database.
disconnectDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Closes the book after checking for saving changes.
displayError(String) - Method in class com.iisc.jwc.jschart.JSChart
Display a message instead of a chart image.
distribute(Range, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Performs a frequency distribution on the values and bin range.
doubleClicked(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called when a grid cell is double clicked.
doubleClicked(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the user double-clicks in a cell.
doubleClicked(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the user double-clicks in a cell.
doubleClicked(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the user double-clicks in a cell.
dragAndDrop(int, int, boolean) - Method in class com.iisc.jwc.jsheet.Sheet
 
draw(Graphics) - Method in class com.iisc.jwc.jsheet.Sheet
 
drawChart() - Method in class com.iisc.jwc.jschart.JSChart
Draws a chart using information obtained from set methods.
drawNewChart() - Method in class com.iisc.jwc.jschart.JSChart
Allows the user to create a new chart using the information obtained from set methods.

E

echo(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Sends the string passed from the client back.
enableFeatures() - Method in class com.iisc.jwc.jsheet.Sheet
 
equals(Object) - Method in class com.iisc.jwc.jsheet.Cell
Returns true if the object values are equal.
equals(Object) - Method in class com.iisc.jwc.jsheet.Range
Returns true if the object values are equal.
errorMsg(String) - Method in class com.iisc.jwc.jsheet.JSClient
Displays an error message dialog box.
errorMsgForException(CException) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
errorMsgForException(JSException) - Method in class com.iisc.jwc.jsheet.JSClient
Displays an error message dialog box.
errorNum - Variable in class com.iisc.jwc.jsheet.JSException
 
errorText - Variable in class com.iisc.jwc.jsheet.JSException
 
evaluate(short, String) - Method in class com.iisc.jwc.jsheet.JSClient
Evaluates an expression or function.
exceptionThrown(String) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called when a server generated exception has been thrown.
exceptionThrown(int, String) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called when a server generated exception has been thrown.
exceptionThrown(String) - Method in interface com.iisc.jwc.jsheet.JavaScriptException
 
exceptionThrown(int, String) - Method in interface com.iisc.jwc.jsheet.JavaScriptException
 
executeScript(String) - Method in class com.iisc.jwc.jsheet.JSClient
Executes this text as a script on the server.

F

FETCH_ABSOLUTE - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
An integer is included with this command to specify the row in the active set of rows from which data is retrieved.
FETCH_ALL - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
All the data in the active set of rows is retrieved.
FETCH_CURRENT - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
The data in the current row is retrieved.
FETCH_FIRST - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
The data from the first row in the active set of rows is retrieved.
FETCH_LAST - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
The data from the last row in the active set of rows is retrieved.
FETCH_NEXT - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
The data from the next row in the active set of rows is retrieved.
FETCH_PREVIOUS - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
The data from the previous row in the active set of rows is retrieved.
FETCH_RELATIVE - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
An integer is included with this command to specify how many rows from the current cursor position the cursor is to move before retrieving data.
FETCH_ROWS - Static variable in class com.iisc.jwc.jsheet.db.JSDbCursor
Data is retrieved from multiple rows in the active set of rows.
FONT_ACCOUNTING_DOUBLE - Static variable in class com.iisc.jwc.jsheet.CellStyle
Accounting double underline font style.
FONT_ACCOUNTING_SINGLE - Static variable in class com.iisc.jwc.jsheet.CellStyle
Accounting single underline font style.
FONT_BOLD - Static variable in class com.iisc.jwc.jsheet.CellStyle
Bold font style.
FONT_ITALIC - Static variable in class com.iisc.jwc.jsheet.CellStyle
Italic font style.
FONT_PLAIN - Static variable in class com.iisc.jwc.jsheet.CellStyle
Plain font style.
FONT_STRIKE_THROUGH - Static variable in class com.iisc.jwc.jsheet.CellStyle
Strikethrough font style.
FONT_SUBSCRIPT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Subscript font style.
FONT_SUPERSCRIPT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Superscript font style.
FONT_UNDERLINE_DOUBLE - Static variable in class com.iisc.jwc.jsheet.CellStyle
Double underline font style.
FONT_UNDERLINE_SINGLE - Static variable in class com.iisc.jwc.jsheet.CellStyle
Single underline font style.
FORMAT_CURRENCY - Static variable in class com.iisc.jwc.jsheet.CellStyle
Currency format type.
FORMAT_CUSTOM - Static variable in class com.iisc.jwc.jsheet.CellStyle
Custom format type.
FORMAT_DATE1 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Date1 format type.
FORMAT_DATE2 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Date2 format type.
FORMAT_DATE3 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Date3 format type.
FORMAT_DATE4 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Date4 format type.
FORMAT_DATE5 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Date5 format type.
FORMAT_FIXED - Static variable in class com.iisc.jwc.jsheet.CellStyle
Fixed format type.
FORMAT_GENERAL - Static variable in class com.iisc.jwc.jsheet.CellStyle
General format type.
FORMAT_PERCENT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Percent format type.
FORMAT_SCIENTIFIC - Static variable in class com.iisc.jwc.jsheet.CellStyle
Scientific format type.
FORMAT_TIME1 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Time1 format type.
FORMAT_TIME2 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Time2 format type.
FORMAT_TIME3 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Time3 format type.
FORMAT_TIME4 - Static variable in class com.iisc.jwc.jsheet.CellStyle
Time4 format type.
fetch(int) - Method in class com.iisc.jwc.jsheet.db.JSDbCursor
Retrieves data based upon the type of fetch specified.
fetchAt(int, int) - Method in class com.iisc.jwc.jsheet.db.JSDbCursor
Retrieves data based upon the specified type of fetch and position.
fetchInto(String, int) - Method in class com.iisc.jwc.jsheet.db.JSDbCursor
Retrieves data based upon the type of fetch specified and places the results at the starting cell.
finalize() - Method in class com.iisc.jwc.jsheet.JSClientSession
Removes self from instances.
find(String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the cell that contains the text specified.
findAgain() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the cell that contains the text specified.
firstSheet - Variable in class com.iisc.jwc.jsheet.BookRange
The index of the first sheet.
formatCellsDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays the Format Cells dialog box.

G

getActiveCell() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the current active cell.
getActiveCell() - Method in class com.iisc.jwc.jsheet.Sheet
Returns the current active cell
getActiveSheet() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the current active sheet.
getAlignment() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the alignment for the cell.
getAttribute(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the object bound with the specified name
getBGColor() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the background color.
getBGColor() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the background color of the current sheet.
getBGColorBlue() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the blue portion of the background color of the current sheet.
getBGColorGreen() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the green portion of the background color of the current sheet.
getBGColorRed() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the red portion of the background color of the current sheet.
getBackgroundColor() - Method in class com.iisc.jwc.jschart.JSChart
Returns the background color string.
getBeanDescriptor() - Method in class com.iisc.jwc.jschart.JSChartBeanInfo
 
getBeanDescriptor() - Method in class com.iisc.jwc.jsheet.JSClientBeanInfo
 
getBook() - Method in class com.iisc.jwc.jsheet.Sheet
Returns the book for this sheet
getBookName() - Method in class com.iisc.jwc.jschart.JSChart
Returns the name of the book the chart references.
getBookName() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the simple filename of the book (no path information).
getBookPassword() - Method in class com.iisc.jwc.jschart.JSChart
Returns the book's password.
getBookPassword() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the password setting, if any, for opening a book.
getBorderColor(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Gets the border color for the specifed edge.
getBorderLineStyle(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Gets the border line style for the specified edge.
getCSheet() - Method in class com.iisc.jwc.jsheet.Sheet
Returns the CORBA CSheet object
getCSheetView() - Method in class com.iisc.jwc.jsheet.Sheet
Returns the CORBA CSheetView object
getCStyle() - Method in class com.iisc.jwc.jsheet.CellStyle
FOR INTERNAL USE ONLY!
getCStyle(CCell) - Method in class com.iisc.jwc.jsheet.Sheet
Returns the CStyle object of the specified cell
getCStyle(int) - Method in class com.iisc.jwc.jsheet.Sheet
Returns the CStyle object for this index in the style array
getCacheSize() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the number of rows and columns to be cached in each direction.
getCallTimeout() - Static method in class com.iisc.jwc.jsheet.JSClient
Gets the current timeout for all of the communications with the server.
getCell() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the Cell reference.
getCellData(Cell) - Method in class com.iisc.jwc.jsheet.Sheet
 
getCellData() - Method in class com.iisc.jwc.jsheet.SheetEvent
For internal use only!
getCellDisplay(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the displayed text of the cell at row, column.
getCellEntry(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the value of the cell at row, column.
getCellEntry(CCell) - Method in class com.iisc.jwc.jsheet.Sheet
Returns the value of the cell at row, col.
getCellHTML(Cell, int) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the data in this cell as HTML.
getCellHTML(Cell, Integer) - Method in class com.iisc.jwc.jsheet.JSClientSession
Wrapper for getCellHTML.
getCellHTML(CCell, int) - Method in class com.iisc.jwc.jsheet.Sheet
Returns the HTML of the cell at row, col.
getCellNumber(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the number of the cell at row, column.
getCellProtection(CCell) - Method in class com.iisc.jwc.jsheet.Sheet
 
getCellStyle(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the CellStyle object of the specified cell.
getCellText(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the data in this cell as a string.
getCellValue(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the data in this cell as a JSValue object.
getCellValue(CCell) - Method in class com.iisc.jwc.jsheet.Sheet
Returns the value of the cell.
getChartAsBytes(String, int, short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns chart bytes based on the chart name.
getChartAsImage(String, int, short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the chart image based on the chart name.
getChartList() - Method in class com.iisc.jwc.jsheet.JSClient
Gets the list of all of the chart names that exist in the sheet.
getChartListAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Gets the list of all of the chart names that exist in the sheet.
getChartName() - Method in class com.iisc.jwc.jschart.JSChart
Returns the name of the chart to reference.
getColWidth(int) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the column width, in pixels, for the specified column in the active sheet.
getColWidth(int, short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the column width, in pixels, for the specified column in the specified sheet.
getConnectAtStartup() - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether JSClient will attempt to connect at startup.
getCustomFormat() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the custom format string, null if not used.
getDataTracker() - Method in class com.iisc.jwc.jsheet.Sheet
 
getDatabases() - Method in class com.iisc.jwc.jsheet.JSClient
Returns an array of database names to which you can connect.
getDatabasesAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Returns a Vector of database names to which you can connect.
getDbResultCode() - Method in class com.iisc.jwc.jsheet.db.JSDbRowSet
Returns the database result code.
getDefaultColWidth() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the default column width of the current sheet.
getDefaultRowHeight() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the default row height of the current sheet.
getElement(short, short, short) - Method in class com.iisc.jwc.jsheet.JSValueMatrix
Returns the specified element.
getElement(int, int) - Method in class com.iisc.jwc.jsheet.db.JSDbRowSet
Returns the specified element
getEnd() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the ending row/col.
getEntryString() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the entry string.
getEvents() - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the ByteArrayOutputStream containing the events that have been sent from JSServer.
getFGColor() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the foreground color, this is used for the font color.
getFileList(int, String, String) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
getFileListAsVector(int, String, String) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
getFileName() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the relative path and name of the book.
getFirstDimensionElement(int) - Method in class com.iisc.jwc.jsheet.JSValueMatrix
Returns the specified first dimension element.
getFlag() - Method in class com.iisc.jwc.jsheet.SessionEvent
Returns the flag setting.
getFontName() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the font name.
getFontSize() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the font size.
getFontStyle() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the font style.
getFormatType() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the format type.
getFreezePaneCell() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the upper left frozen cell in the current sheet.
getFrom() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns the index from where the sheet was moved.
getGridLineColor() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the grid line color of the current sheet.
getGridSize() - Method in class com.iisc.jwc.jsheet.Sheet
Shows or hides the grid lines
getHeadingStyleR1C1() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the row and column heading style.
getHost() - Method in class com.iisc.jwc.jschart.JSChart
Returns the name of the host for this session.
getHostName() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the host name for this session.
getID() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns the ID for this object.
getID() - Method in class com.iisc.jwc.jsheet.SessionEvent
Returns the event ID for this object.
getID() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the event ID.
getIcon(int) - Method in class com.iisc.jwc.jschart.JSChartBeanInfo
 
getIcon(int) - Method in class com.iisc.jwc.jsheet.JSClientBeanInfo
 
getIndent() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the left indent for the cell.
getIndex() - Method in class com.iisc.jwc.jsheet.Sheet
Returns the index of this sheet in the book
getInitialSheet() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the index of the initial sheet.
getInputCell(Cell, Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the number of input cells that are set.
getInstance(Object) - Static method in class com.iisc.jwc.jsheet.JSClientSession
Get the instance of JSClient identified by the instance ID.
getInstanceID() - Method in class com.iisc.jwc.jsheet.JSClientSession
Get the instance ID of this JSClient.
getLastCell(short, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the largest cell that is needed to contain all of the data in the sheet.
getLoadbalance() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the status of loadbalance.
getMergedFontStyle() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the new font style.
getMsg() - Method in class com.iisc.jwc.jsheet.SessionEvent
Returns the message sent by a user.
getMyPermissionOnBook() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the book permission settings for the current user.
getMyPermissionOnCell(short, Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the permission settings for the current user for a specified cell within a specified sheet.
getMyPermissionOnSheet(short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the sheet permission settings for the current user on the requested sheet.
getName() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns the name of the sheet.
getName() - Method in class com.iisc.jwc.jsheet.SessionEvent
Returns the name of the book.
getNameID() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns the name ID of this sheet.
getNameID() - Method in class com.iisc.jwc.jsheet.Sheet
Returns the name id of this sheet
getNamedRange(String) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the range for the specified named range.
getNamedRanges() - Method in class com.iisc.jwc.jsheet.JSClient
Returns an array of all of the range names for the sheet.
getNamedRangesAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Returns a Vector of all of the range names for the sheet.
getNegativeColor() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the negative color for numeric values.
getNumCols() - Method in class com.iisc.jwc.jsheet.db.JSDbCursor
Returns the number of columns in the result set.
getNumCols() - Method in class com.iisc.jwc.jsheet.db.JSDbRowSet
Returns the number of columns in the result set.
getNumRows() - Method in class com.iisc.jwc.jsheet.db.JSDbRowSet
Returns the number of rows in the result set.
getOneSelection() - Method in class com.iisc.jwc.jsheet.Sheet
 
getOpenBookList() - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
getOpenBookListAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
getOpenMode() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the sharing mode for a new book.
getOpenNewBook() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the setting to create or open a new book.
getOpenSheet() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the sheet to start on when a book is opened.
getOriginalFontStyle() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the original font style.
getPassword() - Method in class com.iisc.jwc.jschart.JSChart
Returns the user's password for this session.
getPermissionsOnBook() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the array of permissions settings for the book.
getPermissionsOnSheet(short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the array of permission settings for the specified sheet.
getPermissionsVectorOnBook() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the vector of permission values for the book.
getPermissionsVectorOnSheet(short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the vector of permission values for the specified sheet.
getPort() - Method in class com.iisc.jwc.jschart.JSChart
Returns the host port number for this session.
getPort() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the port number on which the server is listening.
getPrecision() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the precision for a numeric value.
getPreferredSize() - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
getPrintableSheet() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the current sheet.
getPropertyDescriptors() - Method in class com.iisc.jwc.jschart.JSChartBeanInfo
 
getPropertyDescriptors() - Method in class com.iisc.jwc.jsheet.JSClientBeanInfo
 
getProtectionList() - Method in class com.iisc.jwc.jsheet.Sheet
 
getRange() - Method in class com.iisc.jwc.jschart.JSChart
Returns the chart range the user specified.
getRange() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the Range reference.
getRangeDisplay(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the displayed text of the range.
getRangeDisplayAsVector(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the displayed text of the range.
getRangeHTML(Range, int) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the data in this range as HTML.
getRecalcIterationNumber() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the recalculation iteration number.
getRecalcMode() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the recalculation mode.
getRecalcType() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the recalculation type.
getRowHeight(int) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the row height, in pixels, for the specified row in the active sheet.
getRowHeight(int, short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the row height, in pixels, for the specified row, in the specified sheet.
getRowSet() - Method in class com.iisc.jwc.jsheet.db.JSDbRowSet
Returns the entire result set.
getSelection() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the range of the first selection.
getSelection() - Method in class com.iisc.jwc.jsheet.Sheet
Return the range for the currently selected range
getSelections() - Method in class com.iisc.jwc.jsheet.JSClient
Returns an array of the ranges that compose the current selection in the sheet.
getSelectionsAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Returns a vector of the ranges that compose the current selection in the sheet.
getSender() - Method in class com.iisc.jwc.jsheet.SessionEvent
Returns the user name of the sender.
getSheetCount() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the number of sheets in this book.
getSheetIndex() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns the sheet index of the book.
getSheetIndex() - Method in class com.iisc.jwc.jsheet.Cell
Returns the sheet index for the cell.
getSheetIndex() - Method in class com.iisc.jwc.jsheet.Range
Returns the sheet index for the range.
getSheetIndex() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the sheet index.
getSheetIndexForName(String) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the sheet index for a sheet name.
getSheetName() - Method in class com.iisc.jwc.jschart.JSChart
Returns the name of the sheet the chart references.
getSheetName() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the name of the current sheet.
getSheetNameAt(short) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the name of the sheet at the specified index.
getSheetNames() - Method in class com.iisc.jwc.jsheet.JSClient
Returns an array of all of the sheet names in this book.
getSheetNamesAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Returns a Vector of all of the sheet names in this book.
getSheetProperties() - Method in class com.iisc.jwc.jsheet.SheetEvent
For internal use only!
getSheetWorkArea() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the work area for the current worksheet.
getShowCellGrid() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the cell grid display.
getShowExceptions() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of whether or not to show exceptions.
getShowFormatBar() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the display of the format bar.
getShowFormulaBar() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the display of the formula bar.
getShowFreezePane() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the freeze pane display.
getShowGridComponents() - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether or not the visible grid is being used.
getShowHeadings() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the headings display.
getShowInfoDialogs() - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether error and informational dialog boxes should be shown.
getShowPopupMenu() - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether the context menu can be shown.
getShowStatusBar() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of the display of the status bar.
getShowZeros() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the setting for showing zeroes in cells.
getSizes() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the array of sizes for row/columns.
getSmartFit() - Method in class com.iisc.jwc.jschart.JSChart
Returns true or false depending on whether smart fit is enabled or not.
getSortKeys() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the array of sort keys.
getSortKeysAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the sort keys as a vector.
getSortRange() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the sort range.
getStart() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the starting row/column.
getStyleIndex() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the style index.
getStyleIndexes() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the array of the style indices.
getTableRange() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the table range.
getTarget() - Method in class com.iisc.jwc.jsheet.Sheet
 
getTemplateName() - Method in class com.iisc.jwc.jschart.JSChart
Returns the name of the chart template the user specified.
getThrottle() - Method in class com.iisc.jwc.jschart.JSChart
Returns the number of seconds the client will wait before responding to a server chart update.
getThrowExceptions() - Method in class com.iisc.jwc.jschart.JSChart
Returns true or false depending on whether exceptions are being thrown or not.
getThrowExceptions() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the state of whether or not to throw exceptions.
getTimeout() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the server/client timeout, in seconds.
getTo() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns the index from where the sheet was moved.
getTopLeftCell() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the cell that is currently at the top left corner of the visible area of the grid.
getTracking() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the current setting for cell tracking.
getTrackingDownColor() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the color used when cell values decrease.
getTrackingDuration() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the interval number (in seconds) the cell will be displayed as the tracking color.
getTrackingUpColor() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the color used when cell values increase.
getUseCommas() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the setting for showing commas.
getUseParens() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the setting for displaying parenthesis for negative numeric values.
getUser() - Method in class com.iisc.jwc.jschart.JSChart
Returns the name of the user for this session.
getUserList() - Method in class com.iisc.jwc.jsheet.JSClient
Returns a list of the users who are sharing this book.
getUserListAsVector() - Method in class com.iisc.jwc.jsheet.JSClient
Returns, as a Vector, a list of users sharing this book.
getUserName() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the current user name for this session.
getUserPassword() - Method in class com.iisc.jwc.jsheet.JSClient
Returns the current user password for this session.
getUsersForBook(String) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the list of users currently observing this book.
getUsersForBookAsVector(String) - Method in class com.iisc.jwc.jsheet.JSClient
Returns the list of users currently observing this book.
getValue() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the value.
getWorkArea() - Method in class com.iisc.jwc.jsheet.Sheet
 
getWorkArea(boolean) - Method in class com.iisc.jwc.jsheet.Sheet
 
getWrapText() - Method in class com.iisc.jwc.jsheet.CellStyle
Returns the setting for wrapped cell text.
get_complex() - Method in class com.iisc.jwc.jsheet.JSValue
Return the complex value.
get_dateTime() - Method in class com.iisc.jwc.jsheet.JSValue
Returns the date/time value as a double.
get_errVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns the error value.
get_extended() - Method in class com.iisc.jwc.jsheet.JSValue
Returns the extended value.
get_matrix() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Returns the JSValueMatrix.
get_nullVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns the null value.
get_numVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns the numeric value.
get_range() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Returns the BookRange.
get_strVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns the string value.
get_value() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Returns the JSValue representation of the JSEvaluateValue.
getdim1() - Method in class com.iisc.jwc.jsheet.JSValueMatrix
Returns the first dimension.
getdim2() - Method in class com.iisc.jwc.jsheet.JSValueMatrix
Returns the second dimension.
getdim3() - Method in class com.iisc.jwc.jsheet.JSValueMatrix
Returns the third dimension

H

HALIGN_CENTER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Center horizontal alignment.
HALIGN_FILL - Static variable in class com.iisc.jwc.jsheet.CellStyle
Fill horizontal alignment.
HALIGN_GENERAL - Static variable in class com.iisc.jwc.jsheet.CellStyle
General horizontal alignment.
HALIGN_JUSTIFY - Static variable in class com.iisc.jwc.jsheet.CellStyle
Justify horizontal alignment.
HALIGN_LEFT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Left horizontal alignment.
HALIGN_MASK - Static variable in class com.iisc.jwc.jsheet.CellStyle
Used by setAlignment to set horizontal alignment.
HALIGN_RIGHT - Static variable in class com.iisc.jwc.jsheet.CellStyle
Right horizontal alignment.
hashCode() - Method in class com.iisc.jwc.jsheet.Cell
Returns the hashcode for this Cell.

I

INSERTED_DOWN - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Inserted down event type.
INSERTED_RIGHT - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Inserted right event type.
imageUpdate(Image, int, int, int, int, int) - Method in class com.iisc.jwc.jschart.JSChart
Repaints the component when the image has changed.
init() - Method in class com.iisc.jwc.jschart.JSChart
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
init() - Method in class com.iisc.jwc.jsheet.JSClient
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
initJSheet() - Method in class com.iisc.jwc.jsheet.Sheet
 
insertBeforeSheet(String, String) - Method in class com.iisc.jwc.jsheet.JSClient
Inserts a new sheet in front of an existing sheet.
insertDown(Range) - Method in class com.iisc.jwc.jsheet.JSClient
In the specified column(s) of the range, to make room for inserted blank cells, shift cells down.
insertRight(Range) - Method in class com.iisc.jwc.jsheet.JSClient
In the specified row(s) of the range, to make room for inserted blank cells, shift cells to the right.
insertSheetAt(short, String) - Method in class com.iisc.jwc.jsheet.JSClient
Inserts a sheet into the book.
insertedDown(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client, this method is called after a JSClient.insertDown call has been processed.
insertedDown(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a cell or row is inserted.
insertedDown(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a cell or row is inserted.
insertedDown(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a cell or row is inserted.
insertedRight(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after a JSClient.insertRight call has been processed.
insertedRight(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a cell or column is inserted.
insertedRight(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a cell or column is inserted.
insertedRight(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a cell or column is inserted.
invert(Range, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Inverts the specified worksheet range (matrix) using the Gauss-Jordan method.
isBookOpen() - Method in class com.iisc.jwc.jsheet.JSClient
Returns true if a book is open.
isConnected() - Method in class com.iisc.jwc.jsheet.JSClient
Returns true if connected to the server; false otherwise.
isFocusable() - Method in class com.iisc.jwc.jsheet.Sheet
 
isLoggedOn() - Method in class com.iisc.jwc.jsheet.JSClient
Returns true if connected and logged on to the server; false otherwise.
isPasswordSet(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether the requested password is set for this book.
isPasteAble() - Method in class com.iisc.jwc.jsheet.JSClient
Returns true if there is something on the clipboard to paste.
isRedoAble() - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether the last command is redoable.
isSpecialPasteAble() - Method in class com.iisc.jwc.jsheet.JSClient
Returns true if there are cells on the clipboard to paste.
isUndoAble() - Method in class com.iisc.jwc.jsheet.JSClient
Returns whether the last command is undoable.
isValid() - Method in class com.iisc.jwc.jsheet.Cell
Returns true if the row and column are in a valid range.
isValid() - Method in class com.iisc.jwc.jsheet.Range
Returns true if the top, left, bottom, right and references are valid.
is_complex() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is a complex value.
is_dateTime() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is a date/time value.
is_errVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is an error value.
is_extended() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is an extended value.
is_matrix() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Returns whether the JSEvaluateValue is a matrix.
is_nullVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is a null value.
is_numVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is numeric.
is_range() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Returns whether the JSEvaluateValue is a range.
is_strVal() - Method in class com.iisc.jwc.jsheet.JSValue
Returns whether the value is a string value.
is_value() - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Returns whether the JSEvaluteValue is a value.

J

JSCallbacks - class com.iisc.jwc.jsheet.JSCallbacks.
 
JSCallbacks(JSObject) - Constructor for class com.iisc.jwc.jsheet.JSCallbacks
 
JSChart - class com.iisc.jwc.jschart.JSChart.
JSChart is an applet to display charts from the JSServer.
JSChart(String[]) - Constructor for class com.iisc.jwc.jschart.JSChart
Constructs a JSChart with the specified paramaters.
JSChart() - Constructor for class com.iisc.jwc.jschart.JSChart
Constructs a JSChart applet.
JSChartBeanInfo - class com.iisc.jwc.jschart.JSChartBeanInfo.
 
JSChartBeanInfo() - Constructor for class com.iisc.jwc.jschart.JSChartBeanInfo
 
JSClient - class com.iisc.jwc.jsheet.JSClient.
JSClient() - Constructor for class com.iisc.jwc.jsheet.JSClient
Constructs a JSClient applet.
JSClient(String[]) - Constructor for class com.iisc.jwc.jsheet.JSClient
Launches JSClient as an application.
JSClientBeanInfo - class com.iisc.jwc.jsheet.JSClientBeanInfo.
JSClientBeanInfo() - Constructor for class com.iisc.jwc.jsheet.JSClientBeanInfo
 
JSClientCustomizer - class com.iisc.jwc.jsheet.JSClientCustomizer.
 
JSClientCustomizer() - Constructor for class com.iisc.jwc.jsheet.JSClientCustomizer
 
JSClientSession - class com.iisc.jwc.jsheet.JSClientSession.
 
JSClientSession() - Constructor for class com.iisc.jwc.jsheet.JSClientSession
Constructs a JSClient and adds self to instances.
JSDatabase - class com.iisc.jwc.jsheet.db.JSDatabase.
JSDatabase allows database access via the JSServer.
JSDatabase(CDatabase) - Constructor for class com.iisc.jwc.jsheet.db.JSDatabase
For internal use only!
JSDbCursor - class com.iisc.jwc.jsheet.db.JSDbCursor.
Cursors are the mechanism through which data that is queried by a SELECT statement is retrieved.
JSDbCursor(CCursor) - Constructor for class com.iisc.jwc.jsheet.db.JSDbCursor
For internal use only!
JSDbException - exception com.iisc.jwc.jsheet.db.JSDbException.
A exception that occured duing the communication with a database server.
JSDbException(DBException) - Constructor for class com.iisc.jwc.jsheet.db.JSDbException
For internal use only!
JSDbRowSet - class com.iisc.jwc.jsheet.db.JSDbRowSet.
JSDbRowSet is the resulting data from a database query.
JSDbRowSet(DBRowSet) - Constructor for class com.iisc.jwc.jsheet.db.JSDbRowSet
For internal use only!
JSEvaluateValue - class com.iisc.jwc.jsheet.JSEvaluateValue.
JSEvaluateValue is the return value for the method evaluate() in JSClient.
JSException - exception com.iisc.jwc.jsheet.JSException.
A exception that occured duing the communication with JSServer.
JSException(CException) - Constructor for class com.iisc.jwc.jsheet.JSException
For internal use only!
JSException(short, String) - Constructor for class com.iisc.jwc.jsheet.JSException
Creates a JSException
JSValue - class com.iisc.jwc.jsheet.JSValue.
JSValue holds the value of a cell.
JSValue() - Constructor for class com.iisc.jwc.jsheet.JSValue
Constructs a default JSValue.
JSValue(CValue) - Constructor for class com.iisc.jwc.jsheet.JSValue
For internal use only!
JSValueMatrix - class com.iisc.jwc.jsheet.JSValueMatrix.
JSValueMatrix is one of the data types returned by JSEvaluateValue.
JSValueMatrix(ValueMatrix) - Constructor for class com.iisc.jwc.jsheet.JSValueMatrix
Constructs a JSValueMatrix from a ValueMatrix.
JavaScriptException - interface com.iisc.jwc.jsheet.JavaScriptException.
 
jdate2wzdate(long) - Method in class com.iisc.jwc.jsheet.JSClientSession
 

K

KILL_CLIENT - Static variable in class com.iisc.jwc.jsheet.SessionEvent
Kill client event type.
killClient(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client x, this method is called when the server kills x.
killClient(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a terminate message is sent from the server.
killClient(SessionEvent) - Method in class com.iisc.jwc.jsheet.SessionAdapter
Invoked when a terminate message is sent from the server.
killClient(SessionEvent) - Method in interface com.iisc.jwc.jsheet.SessionListener
Invoked when a terminate message is sent from the server.

L

LEFT_BORDER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Left border edge.
LEFT_COL_CHANGED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Left column changed event type.
lastSheet - Variable in class com.iisc.jwc.jsheet.BookRange
The index of the last sheet.
left - Variable in class com.iisc.jwc.jsheet.Range
The left reference for this range.
leftColChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called after workbook is horizontally scrolled such that there's a new left column.
leftColChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the user scrolls the sheet left or right.
leftColChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the user scrolls the sheet left or right.
leftColChanged(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the user scrolls the sheet left or right.
lockJSClient(Object) - Method in class com.iisc.jwc.jsheet.JSClientSession
Try and "lock" JSClient so no other instance can use this one by accident.
lostOwnership(Clipboard, Transferable) - Method in class com.iisc.jwc.jsheet.JSClient
Notifies this object that it is no longer the owner of the contents of the clipboard.

M

MESSAGE_RECEIVED - Static variable in class com.iisc.jwc.jsheet.SessionEvent
Message received event type.
main(String[]) - Static method in class com.iisc.jwc.jschart.JSChart
Launches JSChart as an application.
main(String[]) - Static method in class com.iisc.jwc.jsheet.JSClient
Runs JSheet as a standalone application.
messageReceived(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a given client x, this method is called when the server or another client sends a message to x.
messageReceived(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a message is sent from the server to this client.
messageReceived(SessionEvent) - Method in class com.iisc.jwc.jsheet.SessionAdapter
Invoked when a message is sent from the server to this client.
messageReceived(SessionEvent) - Method in interface com.iisc.jwc.jsheet.SessionListener
Invoked when a message is sent from the server to this client.
messageSender() - Method in class com.iisc.jwc.jsheet.JSClient
Displays a dialog box that sends messages to other users that share the same workbook.
messageSenderSelectRecipient(String) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
modifyObserver(ObserverItems, CRange) - Method in class com.iisc.jwc.jsheet.Sheet
Remove the observer managers
modifySheetObserver(int, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Modifies the sheet observer with the given index.
moveSheetDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays a dialog box for reordering sheets.
moveSheetTo(String, short) - Method in class com.iisc.jwc.jsheet.JSClient
Moves a sheet from one location to another in the book.
multiply(Range, Range, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Multiplies two specified ranges (matrices) to produce a third range (matrix).

N

NO_SHEET - Static variable in class com.iisc.jwc.jsheet.Cell
No sheet has been specified for the cell.
NO_SHEET - Static variable in class com.iisc.jwc.jsheet.Range
No sheet has been specified in Range.
newBook(String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new workbook.
newBook(String, int, String, String, boolean, boolean, boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new workbook.
newBookDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays the New Book dialog box.
newBookFromTemplate(String, String) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new workbook using a template.
newBookFromTemplate(String, String, String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new workbook from a template.
newCNumericStyle(Color, String, int, int, int) - Method in class com.iisc.jwc.jsheet.Sheet
Returns a new CNumericStyle object
newCachedBook(String, int, String, String, boolean, boolean, boolean, boolean, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new server-cached workbook.
newCachedBookFromTemplate(String, String, String, int, boolean, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new cached workbook from a template.
newChart(String, String, Range, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new chart based on the chart definition file and returns the name of the chart.
newChartAsBytes(String, String, Range, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new chart based on the chart definition file.
newChartAsImage(String, String, Range, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Creates a new chart based on the chart definition file.
nsolve(Range, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Solves a system of simultaneous linear equations.

O

openBook(String, int, String) - Method in class com.iisc.jwc.jsheet.JSClient
Opens a book and returns the book object.
openBookDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays the open book dialog box.
openBookGetPwd(String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Opens a book and prompts for password if necessary.
openCachedBook(String, int, String, boolean, int) - Method in class com.iisc.jwc.jsheet.JSClient
Opens a book and returns the book object.

P

PROTECTION_GRANT - Static variable in class com.iisc.jwc.jsheet.JSClient
The grant protection bit flag.
PROTECTION_LOCKED - Static variable in class com.iisc.jwc.jsheet.JSClient
The locked protection bit flag.
PROTECTION_READ - Static variable in class com.iisc.jwc.jsheet.JSClient
The read protection bit flag.
PROTECTION_SAVE - Static variable in class com.iisc.jwc.jsheet.JSClient
The save protection bit flag.
PROTECTION_WRITE - Static variable in class com.iisc.jwc.jsheet.JSClient
The write protection bit flag.
Protection - class com.iisc.jwc.jsheet.Protection.
Protection class contains information about the protection requested.
paint(Graphics) - Method in class com.iisc.jwc.jschart.JSChart
Paints this component.
paste(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Pastes information from the clipboard into the sheet.
pasteArray(Range[]) - Method in class com.iisc.jwc.jsheet.JSClient
Pastes information from the clipboard into the specified ranges.
pasteSpecial(Range, int) - Method in class com.iisc.jwc.jsheet.JSClient
Pastes data from the clipboard into the sheet.
pasteSpecial(short, Range, int) - Method in class com.iisc.jwc.jsheet.JSClient
Pastes data from the clipboard into the sheet.
pasteSpecialDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays the paste special dialog box.
pasteVector(Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Pastes information from the clipboard into the specified ranges.
print(Graphics) - Method in class com.iisc.jwc.jsheet.JSClient
Prints this component.
print(Graphics) - Method in class com.iisc.jwc.jsheet.Sheet
When printing to a postscript printer, we need double buffering to be off.
printSelected(String) - Method in class com.iisc.jwc.jsheet.Sheet
Prints the selected grid sheet cells.
printSelectedSheetRange() - Method in class com.iisc.jwc.jsheet.JSClient
Prints the current sheet range selection.
printSheet() - Method in class com.iisc.jwc.jsheet.JSClient
Prints the current sheet.
printSheet(String) - Method in class com.iisc.jwc.jsheet.Sheet
Prints the grid sheet cells.
processBookEvent(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClient
Processes all of the book listener events.
processSessionEvent(SessionEvent) - Method in class com.iisc.jwc.jsheet.JSClient
Processes all of the session listener events.
processSheetEvent(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClient
Processes all of the sheet listener events.
property(String, String) - Static method in class com.iisc.jwc.jschart.JSChartBeanInfo
 
property(String, String) - Static method in class com.iisc.jwc.jsheet.JSClientBeanInfo
 
propsDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays a dialog box for setting properties.

R

RANGE_STYLE_UPDATED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Range style updated event type.
RIGHT_BORDER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Right border edge.
ROW_HEIGHT_UPDATED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Row height updated event type.
Range - class com.iisc.jwc.jsheet.Range.
Range contains a reference to the top, left, bottom, and right cell references and the sheet index that represents a range in a sheet.
Range() - Constructor for class com.iisc.jwc.jsheet.Range
Constructs a new Range.
Range(int, int, int, int) - Constructor for class com.iisc.jwc.jsheet.Range
Constructs a new Range.
Range(int, int, int, int, short) - Constructor for class com.iisc.jwc.jsheet.Range
Constructs a new Range.
Range(Cell, Cell) - Constructor for class com.iisc.jwc.jsheet.Range
Constructs a new Range.
Range(Cell, Cell, short) - Constructor for class com.iisc.jwc.jsheet.Range
Constructs a new Range with the sheetIndex explicitly set.
Range(CRange) - Constructor for class com.iisc.jwc.jsheet.Range
For internal use only!
Range(CRange, short) - Constructor for class com.iisc.jwc.jsheet.Range
For internal use only!
Range(String) - Constructor for class com.iisc.jwc.jsheet.Range
Parses the string and constructs a Range.
range - Variable in class com.iisc.jwc.jsheet.BookRange
The range.
rangeStyleUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after a ranges's style is updated.
rangeStyleUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a range of values that is being observed changes on the server.
rangeStyleUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a range of values that is being observed changes on the server.
rangeStyleUpdated(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a range of values that is being observed changes on the server.
recalc() - Method in class com.iisc.jwc.jsheet.JSClient
Recalculates the workbook as soon as possible.
recalcNow() - Method in class com.iisc.jwc.jsheet.JSClient
Recalculates the entire workbook immediately.
recalcRange(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Recalculates the specified range.
recalcTable() - Method in class com.iisc.jwc.jsheet.JSClient
Recalculates the current What If data table.
redo(SheetHolder) - Method in class com.iisc.jwc.jsheet.JSClient
Redoes the last undo.
regress(Range, Range, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Performs multiple linear regression analysis on a selected worksheet range.
releaseCallback(Object) - Method in class com.iisc.jwc.jsheet.JSClient
Releases the callback object from the ORB.
removeAllObservers(boolean) - Method in class com.iisc.jwc.jsheet.Sheet
Remove all of the observers
removeAttribute(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Removes the object bound with the specified name.
removeBookListener(BookListener) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified book listener so it no longer receives book events.
removeBookProtection(String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the protection settings for the book.
removeFontStyle(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Remove the font style from the current settings.
removeInstance() - Method in class com.iisc.jwc.jsheet.JSClientSession
Remove this instance of JSClient from the list of JSClients.
removeInstance(Object) - Static method in class com.iisc.jwc.jsheet.JSClientSession
Remove the instance of JSClient identified from the list of JSClients being maintained.
removeObserver(ObserverItems) - Method in class com.iisc.jwc.jsheet.Sheet
Remove the observer managers
removePropertyChangeListener(PropertyChangeListener) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
removeProtection(Range, String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the protection settings from a range of cells.
removeProtection(CRange[], String, int) - Method in class com.iisc.jwc.jsheet.Sheet
 
removeRangeName(String) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified range name.
removeSessionListener(SessionListener) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified session listener so it no longer receives session events.
removeSheetListener(SheetListener) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the specified sheet listener so it no longer receives sheet events.
removeSheetObserver(int) - Method in class com.iisc.jwc.jsheet.JSClient
Removes the sheet observer with the given index.
removeSheetProtection(short, String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Removes protection settings for the sheet.
removeSortKeys() - Method in class com.iisc.jwc.jsheet.JSClient
Removes the sort keys.
renameRangeName(String, String) - Method in class com.iisc.jwc.jsheet.JSClient
Renames the specified range name.
renameSheetDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays a dialog box for renaming a sheet.
replaceAll(String, String, int) - Method in class com.iisc.jwc.jsheet.JSClient
Replaces all of the text in the sheet based on the parameters.
resetCallTimeout() - Static method in class com.iisc.jwc.jsheet.JSClient
Resets the current timeout to the default.
resetSheets() - Method in class com.iisc.jwc.jsheet.JSClientSession
Resets the internal information kept about "Sheets"
reverseEcho(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Sends the string passed from the client back, reverse.
right - Variable in class com.iisc.jwc.jsheet.Range
The right reference for this range.
row - Variable in class com.iisc.jwc.jsheet.Cell
The row reference.
rowHeightUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after height is adjusted for a row or rows.
rowHeightUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a row size is changed.
rowHeightUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a row size is changed.
rowHeightUpdated(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a row size is changed.
roworcol - Variable in class com.iisc.jwc.jsheet.SortKeys
Indicates whether the sort key is row or column based.
runQuery(String, boolean) - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Runs the SQL query.
runQueryFile(String, boolean) - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Runs the SQL that is contained within the specified file.
runSQL(String) - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Runs the specified SQL statement.
runSQLFile(String) - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Runs the SQL that is contained within the specified file.

S

SHEET_INSERTED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Sheet inserted event type.
SHEET_MOVED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Sheet moved event type.
SHEET_NAME_CHANGED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Sheet name changed event type.
SHEET_PROPERTIES_UPDATED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Sheet properties updated event type.
SHEET_REMOVED - Static variable in class com.iisc.jwc.jsheet.BookEvent
Sheet removed event type.
STYLE_INDEX_CLEARED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Style index cleared event type.
SessionAdapter - class com.iisc.jwc.jsheet.SessionAdapter.
The SessionAdapter handles events that occurr on this session with the server.
SessionAdapter() - Constructor for class com.iisc.jwc.jsheet.SessionAdapter
 
SessionEvent - class com.iisc.jwc.jsheet.SessionEvent.
The SessionEvent contains information about the events in this session.
SessionEvent(Object, int, String) - Constructor for class com.iisc.jwc.jsheet.SessionEvent
Constructs a SessionEvent.
SessionEvent(Object, int, String, String) - Constructor for class com.iisc.jwc.jsheet.SessionEvent
Constructs a SessionEvent.
SessionEvent(Object, int, boolean) - Constructor for class com.iisc.jwc.jsheet.SessionEvent
Constructs a SessionEvent.
SessionListener - interface com.iisc.jwc.jsheet.SessionListener.
The SessionListener handles events that occur in this session.
Sheet - class com.iisc.jwc.jsheet.Sheet.
Sheet() - Constructor for class com.iisc.jwc.jsheet.Sheet
 
Sheet(CSheet, JSClient, Book) - Constructor for class com.iisc.jwc.jsheet.Sheet
Initilize the Sheet
SheetAdapter - class com.iisc.jwc.jsheet.SheetAdapter.
The SheetAdapter handles events that occur on the sheet.
SheetAdapter() - Constructor for class com.iisc.jwc.jsheet.SheetAdapter
 
SheetEvent - class com.iisc.jwc.jsheet.SheetEvent.
The SheetEvent contains information about the events that occur on a sheet.
SheetEvent(Object, int, Range) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent.
SheetEvent(Object, int, Cell) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent.
SheetEvent(Object, int, Cell, String) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent
SheetEvent(Object, int, Range, int) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent.
SheetEvent(Object, int, Range, int[]) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent.
SheetEvent(Object, int, short, int) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent.
SheetEvent(Object, int, short, int, int, int[]) - Constructor for class com.iisc.jwc.jsheet.SheetEvent
Constructs a SheetEvent.
SheetHolder - class com.iisc.jwc.jsheet.SheetHolder.
SheetHolder is used with JSClient's undo/redo functionality.
SheetHolder() - Constructor for class com.iisc.jwc.jsheet.SheetHolder
 
SheetListener - interface com.iisc.jwc.jsheet.SheetListener.
The SheetListener handles events that occur on a sheet.
SortKeys - class com.iisc.jwc.jsheet.SortKeys.
SortKeys is used to set and get sort keys.
SortKeys() - Constructor for class com.iisc.jwc.jsheet.SortKeys
Constructs an empty SortKeys.
SortKeys(short, boolean) - Constructor for class com.iisc.jwc.jsheet.SortKeys
Constructs a SortKeys with the specified information.
saveAsDlg() - Method in class com.iisc.jwc.jsheet.JSClient
Displays the Save As dialog box.
saveBook() - Method in class com.iisc.jwc.jsheet.JSClient
Saves the current book on the server.
saveBookAsType(int, String) - Method in class com.iisc.jwc.jsheet.JSClient
Saves this book under a different name and/or type.
scrollToView(int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Scrolls the current sheet so that the cell specified by the given row and column will be visible.
setActivateObserver(boolean) - Method in class com.iisc.jwc.jsheet.Sheet
Activate/deactivate the observer manager for this sheet
setActiveCell(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the given row and column as the current cell.
setActiveCell(CCell) - Method in class com.iisc.jwc.jsheet.Sheet
Returns the current active cell
setActiveSheet(short) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the current active sheet.
setActiveSheetUsingString(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the current active sheet.
setAddingObserver(int) - Method in class com.iisc.jwc.jsheet.JSCallbacks
Used by the JSP-Interactive Proxy applet handling a Chart Tag.
setAlignment(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the alignment.
setAttribute(String, Object) - Method in class com.iisc.jwc.jsheet.JSClientSession
Binds an object, using the name specified.
setBGColor(Color) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the background color.
setBGColor(Color) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the background color for the current sheet.
setBGColor(int, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the background color for the current sheet.
setBGImage(Image) - Method in class com.iisc.jwc.jsheet.Sheet
 
setBackgroundColor(String) - Method in class com.iisc.jwc.jschart.JSChart
Specifies the background color using this method.
setBold() - Method in class com.iisc.jwc.jsheet.CellStyle
Adds the font style bold.
setBookName(String) - Method in class com.iisc.jwc.jschart.JSChart
Specify the book the chart is located in.
setBookPassword(String) - Method in class com.iisc.jwc.jschart.JSChart
Specifies the book password.
setBookPassword(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the password to be used when opening a book.
setBorders(int, int, Color, int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the borders for the cell.
setCStyle(CStyle) - Method in class com.iisc.jwc.jsheet.Sheet
Applys the style to the selected range
setCacheSize(int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the number of rows and columns to be cached in each direction.
setCallTimeout(int) - Static method in class com.iisc.jwc.jsheet.JSClient
Sets the timeout for all of the communications with the server.
setCellEntry(Cell, String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the value of the cell.
setCellEntry(String) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the cells value for the current cell.
setCellEntry(CCell, String) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the text for this cell on the server
setCellNumber(Cell, double) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the value of the cell as a number.
setCellStyleForCell(Cell, CellStyle) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the style for the given cell.
setCellStyleForRange(Range, CellStyle) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the style for the cells within the given range.
setCellText(Cell, String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the value of the cell as a string.
setCellValue(Cell, JSValue) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the value of the cell as a JSValue object.
setCellValue(CCell, CValue) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the cells value.
setChartName(String) - Method in class com.iisc.jwc.jschart.JSChart
Specifies the name of the chart.
setColWidth(int, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the column widths.
setConnectAtStartup(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets whether JSClient will attempt to connect at startup.
setCustomFormat(String) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the string for a custom format for the cell.
setFGColor(Color) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the foreground color, this is used for the font color.
setFileName(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the relative path and name of the book.
setFont(String, int, int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets new font information.
setFontName(String) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets a new font name.
setFontSize(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the font size.
setFontStyle(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the style for the font.
setFormatType(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the format type.
setFreezePaneCell(Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the freeze pane in the current sheet.
setFreezePaneCell(CCell) - Method in class com.iisc.jwc.jsheet.Sheet
Sheet Property attributes
setGridLineColor(Color) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the grid line color for the current sheet.
setGridSize(int, int) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the maximum size of the entire grid
setHeadingStyleR1C1(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the state of the row and column heading style.
setHost(String) - Method in class com.iisc.jwc.jschart.JSChart
Sets the hostname for this session.
setHostName(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the host name for the JSClient object to be created.
setIndent(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the left indent for a cell if HALIGN_LEFT is set for the alignment.
setInitialSheet(short) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the specified sheet as the initial sheet.
setInputCell(int, Cell, Cell) - Method in class com.iisc.jwc.jsheet.JSClient
Defines the input cells for one-variable and two-variable What If tables.
setItalic() - Method in class com.iisc.jwc.jsheet.CellStyle
Adds the font style italic.
setLoadbalance(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets whether to take advantage of server load balancing.
setMessageSenderPopupState(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
setMessageViewerPopupState(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
setNameID(short) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the name id of this sheet in the book
setNamedRange(String, Range) - Method in class com.iisc.jwc.jsheet.JSClient
Defines a name for a range.
setNegativeColor(Color) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the color for a negative numeric value.
setObject(Object) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
initialize all components here, since we don't have a bean to customize until this method is called.
setOpenMode(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the sharing mode for a new book.
setOpenNewBook(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets to true to automatically create a new book when launching this applet.
setOpenSheet(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the sheet to open.
setPassword(String) - Method in class com.iisc.jwc.jschart.JSChart
Sets the password for this session.
setPassword(String, String, boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the password for this book.
setPort(int) - Method in class com.iisc.jwc.jschart.JSChart
Sets the port number for this session.
setPort(int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the port number for this session.
setPrecision(int) - Method in class com.iisc.jwc.jsheet.CellStyle
Sets the precision for a numeric value.
setRange(String) - Method in class com.iisc.jwc.jschart.JSChart
Specifies the range the chart should reference when creating a new chart.
setRangeEntryUsingArray(Range, Object[]) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values.
setRangeEntryUsingVector(Range, Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values.
setRangeNumberUsingArray(Range, Number[]) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values with numbers.
setRangeNumberUsingVector(Range, Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values with numbers.
setRangeTextUsingArray(Range, String[]) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values as text data.
setRangeTextUsingVector(Range, Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values as text data.
setRangeValuesUsingArray(Range, JSValue[]) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values from the array of JSValue objects.
setRangeValuesUsingVector(Range, Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the range values from the Vector of JSValue objects.
setRecalcIterationNumber(int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the recalculation iteration number.
setRecalcIterationRange(Range, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the recalculation iteration range.
setRecalcMode(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the recalculation mode.
setRecalcType(int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the recalculation type.
setRowHeight(int, int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the row height.
setSelection(CRange) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the grid's selection range.
setSelection(CRange[]) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the grid's selection range.
setSelection(CRange, boolean) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the grid's selection range.
setSelectionUsingRange(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the current selection to the specified range.
setSelectionUsingRanges(Range[]) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the current selection to the specified group of ranges.
setSheetIndex(short) - Method in class com.iisc.jwc.jsheet.Cell
Sets a new sheet index for this cell.
setSheetIndex(short) - Method in class com.iisc.jwc.jsheet.Range
Sets a new sheet index for this range.
setSheetName(String) - Method in class com.iisc.jwc.jschart.JSChart
Specifies the sheet in which the chart is located.
setSheetNameAt(short, String) - Method in class com.iisc.jwc.jsheet.JSClient
Changes the name of the sheet at this index.
setSheetWorkArea(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the work area range for the current sheet.
setShowCellGrid(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the visible state of the cell grid.
setShowExceptions(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the state of whether or not to show exceptions.
setShowFormatBar(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Shows the format bar as a part of this applet.
setShowFormatBarFlag(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the format bar flag, but does not set the format bar
setShowFormulaBar(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Shows the formula bar as a part of this applet.
setShowFormulaBarFlag(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the formula bar flag, but does not set the formula bar
setShowFreezePane(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the visible state of the freeze panes.
setShowGridComponents(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Determines whether to use the visible grid when launching the applet.
setShowHeadings(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the display state of the headings.
setShowInfoDialogs(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Determines if error or informational dialog boxes should be displayed.
setShowPopupMenu(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Allows the display of the context menu bar as part of this applet.
setShowStatusBar(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Shows the status bar as a part of this applet.
setShowStatusBarFlag(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the status bar flag, but does not set the status bar.
setShowZeros(boolean) - Method in class com.iisc.jwc.jsheet.CellStyle
Defines the setting for showing data in cells that contain zeros.
setSmartFit(boolean) - Method in class com.iisc.jwc.jschart.JSChart
Specifies whether to attempt to smart fit the chart to the space available.
setSortKeys(Vector) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the sort keys.
setSortRange(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the sort range.
setStatusMsg(String) - Method in class com.iisc.jwc.jsheet.JSClient
Displays the string in the status bar, if it is visible.
setStyle(CStyle) - Method in class com.iisc.jwc.jsheet.Sheet
Sets the style for the current range
setTableRange(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the data table range to the specified range.
setTemplateName(String) - Method in class com.iisc.jwc.jschart.JSChart
Specifies the name and path of the chart template.
setThrottle(int) - Method in class com.iisc.jwc.jschart.JSChart
Sets the number of seconds the client will wait before responding to a server chart update.
setThrowExceptions(boolean) - Method in class com.iisc.jwc.jschart.JSChart
Specifies whether JSChart should throw exceptions to the calling application.
setThrowExceptions(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the state of whether or not to throw exceptions.
setTimeout(int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the number of seconds to wait before timing out a call from the client to the server.
setTopLeftCell(int, int) - Method in class com.iisc.jwc.jsheet.JSClient
Scrolls the current sheet so that the cell specified by the given row and column will be visible in the top left cell of the grid.
setTracking(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets cell tracking for this applet.
setTrackingDownColor(Color) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the color used when cell values decrease.
setTrackingDuration(int) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the interval number (in seconds) for notification that a cell has changed.
setTrackingUpColor(Color) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the color used when cell values increase.
setUnderline() - Method in class com.iisc.jwc.jsheet.CellStyle
Adds the font style single underline.
setUseCommas(boolean) - Method in class com.iisc.jwc.jsheet.CellStyle
Defines the setting for showing commas in numbers that have more than three digits.
setUseParens(boolean) - Method in class com.iisc.jwc.jsheet.CellStyle
Defines the setting for displaying parenthesis for negative numeric values.
setUser(String) - Method in class com.iisc.jwc.jschart.JSChart
Sets the user for this session.
setUserName(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the user name for the JSClient object to be created.
setUserPassword(String) - Method in class com.iisc.jwc.jsheet.JSClient
Sets the user password for the JSClient object to be created.
setValue(int, int) - Method in class com.iisc.jwc.jsheet.Cell
Sets a new row and col value for this cell.
setValue(int, int, int, int) - Method in class com.iisc.jwc.jsheet.Range
Set new values for the range.
setValueUsingCRange(CRange) - Method in class com.iisc.jwc.jsheet.Range
For internal use only!
setValueUsingString(String) - Method in class com.iisc.jwc.jsheet.Cell
Parses the string and creates a Cell object.
setValueUsingString(String) - Method in class com.iisc.jwc.jsheet.Range
Parses the string and creates the equivalent range.
setVisibleGridLines(boolean) - Method in class com.iisc.jwc.jsheet.Sheet
Shows or hides the grid lines
setVisibleHeaders(boolean) - Method in class com.iisc.jwc.jsheet.Sheet
Shows or hides the grid headers
setWrapText(boolean) - Method in class com.iisc.jwc.jsheet.CellStyle
Allows the text to wrap in a cell if it is too long to fit horizontally.
set_complex(double[]) - Method in class com.iisc.jwc.jsheet.JSValue
Sets the value to the complex value provided.
set_dateTime(double) - Method in class com.iisc.jwc.jsheet.JSValue
Sets the value to the date/time provided.
set_errVal(int) - Method in class com.iisc.jwc.jsheet.JSValue
Set the value to the error value supplied.
set_extended(byte[]) - Method in class com.iisc.jwc.jsheet.JSValue
Sets the value to the extended value supplied.
set_matrix(JSValueMatrix) - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Sets the current state of JSEvaluateValueto the JSValueMatrix passed.
set_nullVal(boolean) - Method in class com.iisc.jwc.jsheet.JSValue
Sets the value to the null value supplied.
set_numVal(double) - Method in class com.iisc.jwc.jsheet.JSValue
Set the value to the numeric value supplied.
set_range(BookRange) - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Sets the current state of JSEvaluateValue to the BookRange passed.
set_strVal(String) - Method in class com.iisc.jwc.jsheet.JSValue
Sets the value to the string value.
set_value(JSValue) - Method in class com.iisc.jwc.jsheet.JSEvaluateValue
Sets the current state of JSEvaluateValue to the JSValue passed.
sheetIdx - Variable in class com.iisc.jwc.jsheet.Cell
The sheet index reference, default to CURRENT_SHEET or -2.
sheetIdx - Variable in class com.iisc.jwc.jsheet.Range
The sheet index reference (defaults to CURRENT_SHEET or -2).
sheetIndex - Variable in class com.iisc.jwc.jsheet.SheetHolder
Holds the sheet index that was effected by the undo/redo.
sheetInserted(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when a new sheet is inserted into the book.
sheetInserted(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when a new sheet is inserted into the book.
sheetInserted(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when a sheet is added to the shared workbook.
sheetInserted(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a new sheet is inserted into the book.
sheetMoved(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when a sheet is moved in the book.
sheetMoved(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when a sheet is moved in the book.
sheetMoved(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when a sheet is repositioned in the shared workbook.
sheetMoved(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a sheet is moved in the book.
sheetNMID - Variable in class com.iisc.jwc.jsheet.Protection
Sheet name id.
sheetNameChanged(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when a sheet name changes in the book.
sheetNameChanged(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when a sheet name changes in the book.
sheetNameChanged(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when a sheet name has changed in the shared workbook.
sheetNameChanged(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a sheet name changes in the book.
sheetPropertiesUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after a sheet's properties are adjusted.
sheetPropertiesUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when one of the sheet properties has changed.
sheetPropertiesUpdated(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when one of the sheet properties has changed.
sheetPropertiesUpdated(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when one of the sheet properties has changed.
sheetRemoved(BookEvent) - Method in class com.iisc.jwc.jsheet.BookAdapter
Invoked when a sheet is removed from the book.
sheetRemoved(BookEvent) - Method in interface com.iisc.jwc.jsheet.BookListener
Invoked when a sheet is removed from the book.
sheetRemoved(BookEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called when one of its sheets has been removed from the shared workbook.
sheetRemoved(BookEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a sheet is removed from the book.
sortNow(boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Sorts the sheet according to the sort keys set for this sheet.
sqlErrorNum - Variable in class com.iisc.jwc.jsheet.db.JSDbException
The SQL error number.
sqlErrorText - Variable in class com.iisc.jwc.jsheet.db.JSDbException
The text message for the SQL error.
sqlGetInfo(int) - Method in class com.iisc.jwc.jsheet.db.JSDatabase
Use this function to return information about the current connection.
start() - Method in class com.iisc.jwc.jschart.JSChart
Called by the browser or applet viewer to inform this applet that it should start its execution.
start() - Method in class com.iisc.jwc.jsheet.JSClient
Called by the browser or applet viewer to inform this applet that it should start its execution.
start(boolean) - Method in class com.iisc.jwc.jsheet.JSClientSession
Over-ridden to attach our listeners and prepare the event stream.
stop() - Method in class com.iisc.jwc.jschart.JSChart
Called by the browser or applet viewer to inform this applet that it should stop its execution.
stop() - Method in class com.iisc.jwc.jsheet.JSClient
Called by the browser or applet viewer to inform this applet that it should stop its execution.
storeStyleRowCol(int, int, GXStyle, int, int) - Method in class com.iisc.jwc.jsheet.Sheet
IGNORE
styleIndexCleared(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For all clients sharing a particular workbook, this method is called after formatting/style has been cleared.
styleIndexCleared(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when a style is no longer being used.
styleIndexCleared(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when a style is no longer being used.
styleIndexCleared(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when a style is no longer being used.
subtract(Range) - Method in class com.iisc.jwc.jsheet.Range
Subtracts the specified range from this range; returns a range of possible ranges composed of the difference between the two.

T

TEXT_MODIFIED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Cell text modified event type.
TOP_BORDER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Top border edge.
TOP_ROW_CHANGED - Static variable in class com.iisc.jwc.jsheet.SheetEvent
Top row changed event type.
textModified(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called when the user presses a key while a grid cell is in edit mode.
textModified(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the value of the cell is being edited.
textModified(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the value of the cell is being edited.
textModified(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the value of the cell is being edited.
textValueChanged(TextEvent) - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
throwException(CException, boolean) - Method in class com.iisc.jwc.jsheet.JSClient
FOR INTERNAL USE ONLY!
throwException(JSException, boolean) - Method in class com.iisc.jwc.jsheet.JSClient
Throws Java and JavaScript exceptions.
toString() - Method in class com.iisc.jwc.jsheet.BookEvent
Returns a string representation of this object.
toString() - Method in class com.iisc.jwc.jsheet.Cell
Returns a String representation of this object.
toString() - Method in class com.iisc.jwc.jsheet.Range
Returns a String representation of this object.
toString() - Method in class com.iisc.jwc.jsheet.SheetEvent
Returns the string representation of this object.
top - Variable in class com.iisc.jwc.jsheet.Range
The top reference for this range.
topRowChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSCallbacks
For a particular client, this method is called after workbook is vertically scrolled such that there's a new top row.
topRowChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Invoked when the user scrolls the sheet down or up.
topRowChanged(SheetEvent) - Method in class com.iisc.jwc.jsheet.SheetAdapter
Invoked when the user scrolls the sheet down or up.
topRowChanged(SheetEvent) - Method in interface com.iisc.jwc.jsheet.SheetListener
Invoked when the user scrolls the sheet down or up.
transpose(Range) - Method in class com.iisc.jwc.jsheet.JSClient
Transposes the data in the specified worksheet range.

U

undo(SheetHolder) - Method in class com.iisc.jwc.jsheet.JSClient
Undoes the last command.
unlockJSClient(Object) - Method in class com.iisc.jwc.jsheet.JSClientSession
Unlock the client so other instances can use this one.
update(Graphics) - Method in class com.iisc.jwc.jschart.JSChart
The AWT calls the update method in response to a call to repaint.
updateImage() - Method in class com.iisc.jwc.jschart.JSChart
 
updateSheetProperties() - Method in class com.iisc.jwc.jsheet.Sheet
 
userorgroup - Variable in class com.iisc.jwc.jsheet.Protection
User or group name.

V

VALIGN_BOTTOM - Static variable in class com.iisc.jwc.jsheet.CellStyle
Bottom vertical alignment.
VALIGN_CENTER - Static variable in class com.iisc.jwc.jsheet.CellStyle
Center vertical alignment.
VALIGN_JUSTIFY - Static variable in class com.iisc.jwc.jsheet.CellStyle
Justify vertical alignment.
VALIGN_MASK - Static variable in class com.iisc.jwc.jsheet.CellStyle
Used by setAlignment to set vertical alignment.
VALIGN_TOP - Static variable in class com.iisc.jwc.jsheet.CellStyle
Top vertical alignment.
validate(short, int) - Method in class com.iisc.jwc.jsheet.Cell
Returns the sheet index if this cell is valid.
validate() - Method in class com.iisc.jwc.jsheet.JSClientCustomizer
 
valueBound(HttpSessionBindingEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Notifies the object that it is being bound to a session and identifies the session.
valueUnbound(HttpSessionBindingEvent) - Method in class com.iisc.jwc.jsheet.JSClientSession
Notifies the object that it is being unbound from a session and identifies the session.

W

warningMsg(String) - Method in class com.iisc.jwc.jsheet.JSClient
Displays a warning dialog box.
wzdate2jdate(double) - Method in class com.iisc.jwc.jsheet.JSClientSession
 

_

_dbConnect(String, String, String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Connects to a database through JSServer.
_getActiveSheet() - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the current active sheet.
_getBGColor() - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the background color of the current sheet.
_getCSheet(short) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the CORBA CSheetView class
_getCSheetView(short) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the CORBA CSheetView class
_getCellDisplay(Cell) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the displayed text of the cell at row, column.
_getCellEntry(Cell) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the value of the cell at row, column.
_getCellHTML(Cell, int) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the data in this cell as HTML.
_getCellStyle(Cell) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the CellStyle object of the specified cell.
_getCellValue(Cell) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the data in this cell as a JSValue object.
_getChartAsBytes(String, int, short) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns chart bytes based on the chart name.
_getColWidth(int) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the column width, in pixels, for the specified column in the specified sheet.
_getLastCell(short, int, int) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the largest cell that is needed to contain all of the data in the sheet.
_getMyPermissionOnCell(Cell) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the permission settings for the current user for a specified cell within a specified sheet.
_getNamedRange(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the range for the specified named range.
_getRangeDisplay(Range) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the displayed text of the range.
_getRowHeight(int) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the row height, in pixels, for the specified row, in the specified sheet.
_getSheet(short) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the requested sheet interface class
_getSheetCount() - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the number of sheets in this book.
_getSheetIndex(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the sheet index based on the current sheet attribute.
_getSheetIndexForName(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Returns the sheet index for a sheet name.
_newChartAsBytes(String, String, Range, int, int) - Method in class com.iisc.jwc.jsheet.JSClientSession
Creates a new chart based on the chart definition file.
_setActiveSheet(short) - Method in class com.iisc.jwc.jsheet.JSClientSession
Sets the current active sheet.
_setActiveSheetUsingString(String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Sets the current active sheet.
_setCellEntry(Cell, String) - Method in class com.iisc.jwc.jsheet.JSClientSession
Sets the value of the cell.

A B C D E F G H I J K L M N O P R S T U V W _
Email JSheet Support

www.jsheet.com
Copyright 1995 - 2003 Investment Intelligence Systems Limited.