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

C

CANCEL - Static variable in class com.jxcell.View
Specifies a CANCEL button
cancelEdit(CancelEditEvent) - Method in interface com.jxcell.CancelEditListener
 
cancelEdit() - Method in class com.jxcell.View
Aborts edit mode and leaves the current cell unchanged

CancelEditEvent - Class in com.jxcell
This event occurs when the user presses the ESC key or leaves edit mode without making changes.
CancelEditListener - Interface in com.jxcell
The listener interface for receiving CancelEdit events

canEditPaste() - Method in class com.jxcell.View
 
canEditPasteSpecial() - Method in class com.jxcell.View
 
CategoryScale - Static variable in class com.jxcell.ChartShape
 
CellException - Exception in com.jxcell
 
CellException(String) - Constructor for exception com.jxcell.CellException
 
CellException(String, String) - Constructor for exception com.jxcell.CellException
 
CellException(short, String) - Constructor for exception com.jxcell.CellException
 
CellException(short, String, Throwable) - Constructor for exception com.jxcell.CellException
 
CellException(short) - Constructor for exception com.jxcell.CellException
 
CellException(short, Throwable) - Constructor for exception com.jxcell.CellException
 
CellException(Throwable) - Constructor for exception com.jxcell.CellException
 
CellFormat - Class in com.jxcell
this class present creating and returning information about cell formats.
CellFormat(com.jxcell.ss.CellFormat) - Constructor for class com.jxcell.CellFormat
 
CellModifyEvent - Class in com.jxcell
 
CellModifyEvent(View, CellModifyEvent.ModifyAction, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.jxcell.CellModifyEvent
Default constructor
CellModifyEvent.ModifyAction - Enum in com.jxcell
 
CellModifyListener - Interface in com.jxcell
 
CellRef - Class in com.jxcell
This class provides the number of the active row and the active column in the worksheet

CellRef(int, int, int) - Constructor for class com.jxcell.CellRef
set cellRef value
ChartFormat - Class in com.jxcell
The chart format class, providing information about chart formatting.
ChartShape - Class in com.jxcell
This class contains the chart model API.
chartSheet(ChartShape, String) - Method in class com.jxcell.View
 
charWidthToTwips(int) - Method in class com.jxcell.View
Converts column widths to units equal to 1/256th of the character 0's width in the default font.
CheckBox - Static variable in class com.jxcell.FormControlShape
 
checkRecalc() - Method in class com.jxcell.View
Recalculates the worksheet if needed

childIsActive() - Method in class com.jxcell.View
Informs the View that a child of the view is or soon will be active.
ClearAll - Static variable in class com.jxcell.View
 
clearCell(int, int) - Method in class com.jxcell.View
set cell value to empty,do nothing if cell is null
ClearCellValues - Static variable in class com.jxcell.View
 
ClearDlg - Static variable in class com.jxcell.View
 
ClearFormats - Static variable in class com.jxcell.View
 
clearRange(int, int, int, int, short) - Method in class com.jxcell.View
Clears the specified range Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
clone() - Method in class com.jxcell.View
Returns a new View attached to the same workbook as this View.
color2RGB(Color) - Static method in class com.jxcell.View
 
ColWidthUnitsNormal - Static variable in class com.jxcell.View
 
ColWidthUnitsTwips - Static variable in class com.jxcell.View
 
com.jxcell - package com.jxcell
 
CombBox - Static variable in class com.jxcell.FormControlShape
 
CommentShape - Class in com.jxcell
This class represents a comment object.
ConditionFormat - Class in com.jxcell
This class represents a conditional format condition and the associated formatting.
copy(CellFormat) - Method in class com.jxcell.CellFormat
 
copy(GRObject) - Method in class com.jxcell.GRObject
 
CopyAll - Static variable in class com.jxcell.View
 
copyAll(View) - Method in class com.jxcell.View
Copies the contents of one workbook to another workbook Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
copyAllToBook(Book) - Method in class com.jxcell.View
Copies everything from the Book to dstBook.
copyChartTo(ChartShape, int, int, int, int) - Method in class com.jxcell.View
this will copy chart shape and move to new location
copyDataFromArray(int, int, int, int, int, double[][]) - Method in class com.jxcell.View
Copies data from an array into a sheet The array and the sheet do not have to be the same size.
copyDataToArray(int, int, int, int, int, double[][]) - Method in class com.jxcell.View
Copies data from the sheet into an array The array and the sheet do not have to be the same size.
CopyFormats - Static variable in class com.jxcell.View
 
CopyFormulas - Static variable in class com.jxcell.View
 
copyRange(int, int, int, int, int, View, int, int, int, int, int) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
copyRange(int, int, int, int, int, View, int, int, int, int, int, short) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook This method allows you to choose the type of data to copy: formulas only, values only, formats only, any combination of the previous types, or all of the types.
copyRange(int, int, int, int, View, int, int, int, int) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook The source range can be in a different workbook.
copyRange(int, int, int, int, View, int, int, int, int, short) - Method in class com.jxcell.View
Copies a range of cells to a new location in the current workbook The source range can be in a different workbook.
copySheet(int) - Method in class com.jxcell.View
Creates copies of the selected sheet.
CopySheetFromBook(View, int, int) - Method in class com.jxcell.View
copy the sheet from specified Book View to specified sheet.
CopyValues - Static variable in class com.jxcell.View
 
CreateConditionFormat() - Method in class com.jxcell.View
Creates a new instance of a conditional format in current selected sheet.
createCTRLVModifiedEvent(View, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
createCTRLXCTRLVModifiedEvent(View, int, int, int, int, int, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
CreateDataValidation() - Method in class com.jxcell.View
Creates a new instance of a data validation object in current selected sheet.
createDragAndDropModifiedEvent(View, int, int, int, int, int, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
createFillHandleModifiedEvent(View, int, int, int, int, int, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
createKeyeventDeleteModifiedEvent(View, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
createOtherModifiedEvent(View, int, int, int, int, int, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
createRedoModifiedEvent(View, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 
createUndoModifiedEvent(View, int, int, int, int, int) - Static method in class com.jxcell.CellModifyEvent
 

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