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

A

AbstractSection - interface com.f1j.ss.datarange.AbstractSection.
This interface defines the API for the sections that can be created in the row and column areas of a DataRange.
AccessDeniedException - exception com.f1j.ss.AccessDeniedException.
This class describes spreadsheet specific security exceptions.
AccessDeniedException - exception com.f1j.util.AccessDeniedException.
This class document security exceptions.
AccessDeniedException() - Constructor for class com.f1j.ss.AccessDeniedException
Constructs a generic security exception.
AccessDeniedException() - Constructor for class com.f1j.util.AccessDeniedException
Constructs a generic security exception.
AccessDeniedException(F1Exception.EType) - Constructor for class com.f1j.ss.AccessDeniedException
Constructs a security exception of the specified type.
AccessDeniedException(F1Exception.EType) - Constructor for class com.f1j.util.AccessDeniedException
Constructs a security exception of the specified type.
ACTUATE_9_REPORT_EXECUTABLE - Static variable in class com.f1j.ss.DocumentType
The Actuuate 9 report executable format (.sox).
ACTUATE_9_REPORT_INSTANCE - Static variable in class com.f1j.ss.DocumentType
The Actuate 9 report instance format (.soi).
ACTUATE_9_REPORT_VIEW - Static variable in class com.f1j.ss.DocumentType
The Actuate 9 report view format (.sov).
ACTUATE_9_WORKBOOK - Static variable in class com.f1j.ss.DocumentType
The Actuate 9 workbook format (.sod).
add(String, String) - Method in interface com.f1j.data.GrantExpressions
Adds a new GrantExpression object with the specified name and grant expression.
addAlias(String) - Method in interface com.f1j.data.query.DataQuery
This will create and add an Alias for this query.
addArea(int, int, int, int) - Method in interface com.f1j.ss.Range
Adds a contigous block of cells to this range.
addCalculatedField(String) - Method in interface com.f1j.data.query.DataQuery
This will create a CalculatedField in this query.
addCalculatedField(String, String) - Method in interface com.f1j.ss.pivot.PivotRange
Creates a new calculated field with the given name and formula in US English.
addCalculatedFieldLocal(String, String) - Method in interface com.f1j.ss.pivot.PivotRange
Creates a new calculated field with the given name and formula in user's language.
addCalculatedItem(String, String) - Method in interface com.f1j.ss.pivot.Field
Creates a new calculated item with the given name and formula in US English.
addCalculatedItemLocal(String, String) - Method in interface com.f1j.ss.pivot.Field
Creates a new calculated item with the given name and formula in user's language.
addCancelEditListener(CancelEditListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addCancelEditListener
addCancelEditListener(CancelEditListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive CancelEditEvent objects.
addChangeListener(ChangeListener) - Method in interface com.f1j.ss.pivot.PivotGroup
Adds a change listener to this PivotRange group.
addChart(ShapeAnchor) - Method in interface com.f1j.ss.DrawingModel
Adds a new chart control to the drawing.
addChart(ShapeAnchor) - Method in interface com.f1j.ss.Drawing
Adds a new chart control to the drawing.
addChartListener(ChartListener) - Method in interface com.f1j.chart.ChartModel
Adds a listener to the chart model.
addChartViewListener(ChartViewListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addChartViewListener
addChartViewListener(ChartViewListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive ChartViewEvent objects.
addColPageBreak(int) - Method in class com.f1j.ss.SheetImpl
Adds a vertical page break to the left edge of the specified column.
addColPageBreak(int) - Method in interface com.f1j.ss.Sheet
Adds a vertical page break to the left edge of the specified column.
addColPageBreak(int) - Method in class com.f1j.ss.BookModelImpl
Adds a vertical page break to the left edge of the specified column.
addColPageBreak(int) - Method in interface com.f1j.ss.BookModel
Adds a vertical page break to the left edge of the specified column.
addColPageBreak(int) - Method in class com.f1j.swing.engine.ss.JBook
Adds a vertical page break to the left edge of the specified column.
addDataSetCache() - Method in interface com.f1j.data.DataSourceCollection
Makes sure the Data Set Cache is available in this collection.
addDecisionListener(DecisionListener) - Method in interface com.f1j.ss.pivot.PivotGroup
Adds a decision listener to this PivotRange group.
addEndEditListener(EndEditListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addEndEditListener
addEndEditListener(EndEditListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive EndEditEvent objects.
addEndRecalcListener(EndRecalcListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addEndRecalcListener
addEndRecalcListener(EndRecalcListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive EndRecalcEvent.
addErrorListener(ErrorListener) - Method in interface com.f1j.ss.pivot.PivotGroup
Adds an error listener to this PivotRange group.
addField(Field) - Method in interface com.f1j.ss.pivot.Area
Adds the field to this area and positions the field after any existing fields.
addFormControl(EFormControl, ShapeAnchor) - Method in interface com.f1j.ss.DrawingModel
Adds a new form control to the drawing.
addFormControl(EFormControl, ShapeAnchor) - Method in interface com.f1j.ss.Drawing
Adds a new form control to the drawing.
addGRObject(short, double, double, double, double) - Method in class com.f1j.ss.SheetImpl
Deprecated. Replaced by com.f1j.drawing.Drawing.addShape(com.f1j.drawing.EAutoShape, com.f1j.drawing.ClientAnchor).
addGRObject(short, double, double, double, double) - Method in interface com.f1j.ss.Sheet
Deprecated. Replaced by com.f1j.drawing.Drawing.addShape(com.f1j.drawing.EAutoShape, com.f1j.drawing.ClientAnchor).
addHyperlink(int, int, int, int, int, String, int, String) - Method in class com.f1j.ss.BookModelImpl
Adds a hyperlink to a worksheet range.
addHyperlink(int, int, int, int, int, String, int, String) - Method in interface com.f1j.ss.BookModel
Adds a hyperlink to a worksheet range.
addHyperlink(int, int, int, int, int, String, int, String) - Method in class com.f1j.swing.engine.ss.JBook
Adds a hyperlink to a worksheet range.
addHyperlinkListener(HyperlinkListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addHyperlinkListener
addHyperlinkListener(HyperlinkListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive HyperlinkEvent objects.
addHyperLinkListener(HyperlinkListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addHyperlinkListener
addIndex(String) - Method in interface com.f1j.data.query.DataQuery
Creates a named indexing object.
addInputParameter(int, int, int, String, String) - Method in interface com.f1j.data.query.DatabaseQueryParamCollection
Adds an input parameter with the specified index, flags, type, and value to this collection.
addInputParameter(int, int, int, String, String, String) - Method in interface com.f1j.data.query.DatabaseQueryParamCollection
Adds an input parameter with the specified index, type, value, and column to this collection.
addInputParameter(int, int, String) - Method in interface com.f1j.data.query.DatabaseQueryParamCollection
Adds an input parameter with the specified index, flags, type, and value to this collection.
addInputParameter(int, int, String, String) - Method in interface com.f1j.data.query.DatabaseQueryParamCollection
Adds an input parameter with the specified index, type, and value to this collection.
addItem(String) - Method in class com.f1j.ss.GRObject
Deprecated.  
addListener(ChangeListener) - Method in interface com.f1j.ss.pivot.Preferences
Indicates the listener is interested in the preference events.
addMacro(String, String) - Method in interface com.f1j.ss.report.functions.ReportFunctionsGroup
Adds a macro to the book that can be used in any DataRange.
addModifiedListener(ModifiedListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addModifiedListener
addModifiedListener(ModifiedListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive ModifiedEvent objects.
addObject(GRObject) - Method in class com.f1j.ss.GRObject
Deprecated.  
addObject(short, double, double, double, double) - Method in class com.f1j.ss.BookModelImpl
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addShape(com.f1j.drawing.EAutoShape, com.f1j.drawing.ShapeAnchor).
addObject(short, double, double, double, double) - Method in interface com.f1j.ss.BookModel
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addShape(com.f1j.drawing.EAutoShape, com.f1j.drawing.ShapeAnchor).
addObject(short, double, double, double, double) - Method in class com.f1j.swing.engine.ss.JBook
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addShape(com.f1j.drawing.EAutoShape, com.f1j.drawing.ShapeAnchor).
addObjectListener(ObjectListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addObjectListener
addObjectListener(ObjectListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive ObjectEvent objects.
addPageBreak() - Method in class com.f1j.ss.BookModelImpl
Adds a horizontal and vertical page break adjacent to the active cell.
addPageBreak() - Method in interface com.f1j.ss.BookModel
Adds a horizontal and vertical page break adjacent to the active cell.
addPageBreak() - Method in class com.f1j.swing.engine.ss.JBook
Adds a horizontal and vertical page break adjacent to the active cell.
addPicture(byte[], ShapeAnchor) - Method in interface com.f1j.drawing.DrawingModel
Adds a new picture to the drawing.
addPicture(byte[], ShapeAnchor) - Method in interface com.f1j.drawing.Drawing
Adds a new picture to the drawing.
addPicture(double, double, double, double, byte[]) - Method in class com.f1j.ss.BookModelImpl
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addPicture(byte[], com.f1j.drawing.ShapeAnchor).
addPicture(double, double, double, double, byte[]) - Method in interface com.f1j.ss.BookModel
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addPicture(byte[], com.f1j.drawing.ShapeAnchor).
addPicture(double, double, double, double, byte[]) - Method in class com.f1j.swing.engine.ss.JBook
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addPicture(byte[], com.f1j.drawing.ShapeAnchor).
addPicture(double, double, double, double, URL) - Method in class com.f1j.ss.BookModelImpl
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addPicture(java.io.InputStream, com.f1j.drawing.ShapeAnchor).
addPicture(double, double, double, double, URL) - Method in interface com.f1j.ss.BookModel
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addPicture(java.io.InputStream, com.f1j.drawing.ShapeAnchor).
addPicture(double, double, double, double, URL) - Method in class com.f1j.swing.engine.ss.JBook
Deprecated. Replaced by com.f1j.drawing.DrawingModel.addPicture(java.io.InputStream, com.f1j.drawing.ShapeAnchor).
addPicture(InputStream, ShapeAnchor) - Method in interface com.f1j.drawing.DrawingModel
Adds a new picture to the drawing.
addPicture(InputStream, ShapeAnchor) - Method in interface com.f1j.drawing.Drawing
Adds a new picture to the drawing.
addPolygon(double, double, double, double, Point[], boolean) - Method in class com.f1j.ss.BookModelImpl
Deprecated.  
addPolygon(double, double, double, double, Point[], boolean) - Method in interface com.f1j.ss.BookModel
Deprecated.  
addPolygon(double, double, double, double, Point[], boolean) - Method in class com.f1j.swing.engine.ss.JBook
Deprecated.  
addRef() - Method in class com.f1j.ss.Document
Increments the reference count for this document.
addRowPageBreak(int) - Method in class com.f1j.ss.SheetImpl
Adds a horizontal page break to the top edge of the specified row.
addRowPageBreak(int) - Method in interface com.f1j.ss.Sheet
Adds a horizontal page break to the top edge of the specified row.
addRowPageBreak(int) - Method in class com.f1j.ss.BookModelImpl
Adds a horizontal page break adjacent to the top edge of the specified row.
addRowPageBreak(int) - Method in interface com.f1j.ss.BookModel
Adds a horizontal page break adjacent to the top edge of the specified row.
addRowPageBreak(int) - Method in class com.f1j.swing.engine.ss.JBook
Adds a horizontal page break adjacent to the top edge of the specified row.
addSelection(GRObject) - Method in class com.f1j.ss.BookModelImpl
Deprecated. Replaced by com.f1j.drawing.DrawingModel.getSelectedShapes() and com.f1j.drawing.DrawingModel.setSelection(com.f1j.drawing.ShapeRange).
addSelection(GRObject) - Method in interface com.f1j.ss.BookModel
Deprecated. Replaced by com.f1j.drawing.DrawingModel.getSelectedShapes() and com.f1j.drawing.DrawingModel.setSelection(com.f1j.drawing.ShapeRange).
addSelection(GRObject) - Method in class com.f1j.swing.engine.ss.JBook
Deprecated. Replaced by com.f1j.drawing.DrawingModel.getSelectedShapes() and com.f1j.drawing.DrawingModel.setSelection(com.f1j.drawing.ShapeRange).
addSelection(int, int, int, int) - Method in class com.f1j.ss.BookModelImpl
Adds a new selection to the current selection list.
addSelection(int, int, int, int) - Method in interface com.f1j.ss.BookModel
Adds a new selection to the current selection list.
addSelection(int, int, int, int) - Method in class com.f1j.swing.engine.ss.JBook
Adds a new selection to the current selection list.
addSelectionChangedListener(SelectionChangedListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addSelectionChangedListener
addSelectionChangedListener(SelectionChangedListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive SelectionChangedEvent objects.
addSeries() - Method in class com.f1j.ss.GRChart
Deprecated. Replaced by FcChart.addSeries().
addSeries() - Method in interface com.f1j.ss.FcChart
Adds a series to the chart.
addShape(EAutoShape, ShapeAnchor) - Method in interface com.f1j.drawing.DrawingModel
Adds a new AutoShape to the drawing.
addShape(EAutoShape, ShapeAnchor) - Method in interface com.f1j.drawing.Drawing
Adds a new AutoShape to the drawing.
addSheet(Sheet) - Method in interface com.f1j.ss.Range
Adds a sheet to this range.
addStartEditListener(StartEditListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addStartEditListener
addStartEditListener(StartEditListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive StartEditEvent objects.
addStartRecalcListener(StartRecalcListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addStartRecalcListener
addStartRecalcListener(StartRecalcListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive StartRecalcEvent objects.
addTableValues(String[]) - Method in interface com.f1j.ss.report.ReportParameter
Deprecated. as of 12.0, use ReportParameter.addTableValuesEx(java.lang.String[]) instead
addTableValuesEx(String[]) - Method in interface com.f1j.ss.report.ReportParameter
Adds a row of values to the bottom of the table in the API locale.
addTableValuesLocal(String[]) - Method in interface com.f1j.ss.report.ReportParameter
Deprecated. as of 12.0, use ReportParameter.addTableValuesLocalEx(java.lang.String[]) instead
addTableValuesLocalEx(String[]) - Method in interface com.f1j.ss.report.ReportParameter
Adds a row of values to the bottom of the table in the book's locale.
addTrendLine() - Method in interface com.f1j.chart.ChartModel
Adds a trendline to the selected series.
addTrendLine(int) - Method in interface com.f1j.chart.ChartModel
Adds a trendline to the specified series.
addUpdateListener(UpdateListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addUpdateListener
addUpdateListener(UpdateListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive UpdateEvent objects.
addValidationFailedListener(ValidationFailedListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addValidationFailedListener
addValidationFailedListener(ValidationFailedListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive ValidationFailedEvent objects.
addViewChangedListener(ViewChangedListener) - Method in class com.f1j.swing.JBook
Deprecated. replaced by com.f1j.swing.engine.ss.JBook#addViewChangedListener
addViewChangedListener(ViewChangedListener) - Method in class com.f1j.swing.engine.ss.JBook
Adds a listener to receive ViewChangedEvent objects.
ADVANCED_FILTER_BAD_EXTRACT_RANGE - Static variable in class com.f1j.util.F1Exception
The extract range for the advanced filter has a missing or illegal field name.
ADVANCED_FILTER_ONLY_COPY_TO_ACTIVE_SHEET - Static variable in class com.f1j.util.F1Exception
Filtered data can only be copied to the active sheet.
advancedFilter(Range, boolean, boolean, Range) - Method in interface com.f1j.ss.Range
Filters the data in this range.
Alias - interface com.f1j.data.query.Alias.
This describes the API for a Data Set Alias.
ALIGN_TAG - Static variable in class com.f1j.ss.HTMLWriter
Output the data with table ALIGN tags.
align() - Method in interface com.f1j.chart.Format
Gets the AlignFormat associated with this Format.
align() - Method in interface com.f1j.ss.ShapeFormat
Returns the alignment format.
align() - Method in class com.f1j.ss.CellFormat
Returns the alignment format object for this object.
AlignFormat - interface com.f1j.chart.AlignFormat.
The Alignment Format interface.
AlignFormat - interface com.f1j.paint.AlignFormat.
The Alignment Format interface.
AlignFormat - interface com.f1j.ss.AlignFormat.
The Alignment Format interface.
AlignFormat.EHorizontal - class com.f1j.paint.AlignFormat.EHorizontal.
Horizontal alignment enumeration
AlignFormat.EOrientation - class com.f1j.paint.AlignFormat.EOrientation.
Orientation enumeration
AlignFormat.EProperty - class com.f1j.paint.AlignFormat.EProperty.
Align format property enumeration
AlignFormat.EVertical - class com.f1j.paint.AlignFormat.EVertical.
Vertical alignment enumeration
ALL - Static variable in class com.f1j.ss.HTMLWriter
Output the data with all tags.
allowBaseFields() - Method in interface com.f1j.ss.pivot.SummaryFieldSettings
Indicates whether setting of the base field should be allowed.
allowBaseItems() - Method in interface com.f1j.ss.pivot.SummaryFieldSettings
Indicates whether setting of the base item should be allowed.
allowIncrementAdjustment() - Method in interface com.f1j.ss.pivot.FieldGroupDef
Indicates whether the increment can be adjusted based on other grouping characteristics, such as the date type for date grouping.
allowsDisplayValues() - Method in interface com.f1j.ss.report.ReportParameter
Determines of this parameter has a control type that allows for display values
allowsMultipleSelections() - Method in class com.f1j.ss.GRObject
Deprecated.  
alwaysDisplayItems() - Method in interface com.f1j.ss.pivot.PivotRangeOptions
Indicates whether the row and column items will be displayed when a data field has not been added.
appendFileExtension(File) - Method in class com.f1j.ss.DocumentType
Appends the filename extension for this file type, to the specified File object.
apply(boolean, int, boolean) - Method in interface com.f1j.ss.filter.Filter
Apply top 10 criteria to filter this field.
apply(String) - Method in interface com.f1j.ss.filter.Filter
Applies the given criteria and filters the field.
apply(String, Filter.EOperator, String) - Method in interface com.f1j.ss.filter.Filter
Applies the given criteria and filters the field.
applyDataRangeDef(DataRangeDef) - Method in interface com.f1j.ss.datarange.DataRangeModel
Creates a new DataRange using the supplied definition, or modifies the currently selected DataRange.
applyDefinition(PivotRangeDef) - Method in interface com.f1j.ss.pivot.PivotRange
Applies the specified definition to this PivotRange and returns a reference to a new PivotRange if the definition causes the PivotRange to move to a new sheet.
applyFieldGroupDef(FieldGroupDef) - Method in interface com.f1j.ss.pivot.Field
Applies the specified group definition to this field.
applyPivotRangeDef(PivotRangeDef) - Method in interface com.f1j.ss.pivot.PivotRangeModel
Creates a new PivotRange using the supplied definition, or modifies the currently selected PivotRange.
Area - interface com.f1j.ss.pivot.Area.
This interface defines the PivotRange area API.
ARRAY_OVERFLOW - Static variable in class com.f1j.util.F1Exception
Array overflow.
attach(Book) - Method in class com.f1j.ss.BookModelImpl
Attaches the current BookModel to the specified Book using the display properties of the specified workbook.
attach(Book) - Method in interface com.f1j.ss.BookModel
Attaches the current BookModel to the specified Book using the display properties of the specified workbook.
attach(Book) - Method in class com.f1j.swing.engine.ss.JBook
Attaches the current BookModel to the specified Book using the display properties of the specified workbook.
attach(BookModel) - Method in class com.f1j.ss.BookModelImpl
Attaches the current BookModel to the specified BookModel using the display properties of the specified BookModel.
attach(BookModel) - Method in interface com.f1j.ss.BookModel
Attaches the current BookModel to the specified BookModel using the display properties of the specified BookModel.
attach(BookModel) - Method in class com.f1j.swing.engine.ss.JBook
Attaches the current BookModel to the specified BookModel using the display properties of the specified BookModel.
attach(JBook) - Method in class com.f1j.swing.engine.ss.JBook
Attaches the current JBook to the specified JBook's workbook using the display properties of the specified JBook's workbook.
attach(String) - Method in class com.f1j.ss.BookModelImpl
Searches for a workbook with the specified name, and attaches the current Book to it.
attach(String) - Method in interface com.f1j.ss.BookModel
Searches for a workbook with the specified name, and attaches the current Book to it.
attach(String) - Method in class com.f1j.swing.engine.ss.JBook
Searches for a workbook with the specified name, and attaches the current Book to it.
AUTO - Static variable in class com.f1j.ss.DocumentEncryption
When this encryption type is used, e.Spreadsheet will automatically pick the most suitable type of encryption.
AutoFilter - interface com.f1j.ss.filter.AutoFilter.
This interface describes the AutoFilter API.
autoFilter() - Method in interface com.f1j.ss.Range
Creates an AutoFilter using this range to identify the bounds.
autoFreezePanes() - Method in class com.f1j.ss.BookModelImpl
Freezes or unfreezes the current split view.
autoFreezePanes() - Method in interface com.f1j.ss.BookModel
Freezes or unfreezes the current split view.
autoFreezePanes() - Method in class com.f1j.swing.engine.ss.JBook
Freezes or unfreezes the current split view.
AutoShapeTypes - interface com.f1j.drawing.AutoShapeTypes.
this interface contains definitions of AutoShape types.
autoSplitView(boolean, boolean) - Method in class com.f1j.ss.BookModelImpl
Toggles the split state of the view.
autoSplitView(boolean, boolean) - Method in interface com.f1j.ss.BookModel
Toggles the split state of the view.
autoSplitView(boolean, boolean) - Method in class com.f1j.swing.engine.ss.JBook
Toggles the split state of the view.
axisChanged(ChartEvent) - Method in interface com.f1j.chart.ChartListener
Notifies the listener of changes to the chart axis.

B

BAD_ARGUMENT - Static variable in class com.f1j.util.F1Exception
Bad argument passed to function.
BAD_FORMULA - Static variable in class com.f1j.util.F1Exception
Invalid formula syntax.
BAD_HSS - Static variable in class com.f1j.util.F1Exception
Invalid HSS.
BAD_INPUTMASK - Static variable in class com.f1j.util.F1Exception
Invalid input mask.
BAD_NUMBER_FORMAT - Static variable in class com.f1j.util.F1Exception
Invalid number format.
BAD_RC - Static variable in class com.f1j.util.F1Exception
Invalid cell reference.
BAD_VALIDATIONRULE - Static variable in class com.f1j.util.F1Exception
Bad validation rule.
BaseFieldSettings - interface com.f1j.ss.pivot.BaseFieldSettings.
 
BaseFieldSettings.EFunctionType - class com.f1j.ss.pivot.BaseFieldSettings.EFunctionType.
 
BGCOLOR_TAG - Static variable in class com.f1j.ss.HTMLWriter
Output the data with table BGCOLOR tags.
Book - interface com.f1j.ss.Book.
This interface describes the public API for the low level model of an e.Spreadsheet workbook.
BookImpl - class com.f1j.ss.BookImpl.
This class implements the low level model for an e.Spreadsheet workbook.
BookImpl() - Constructor for class com.f1j.ss.BookImpl
Constructs a new uninitialized workbook.
BookImpl(Group) - Constructor for class com.f1j.ss.BookImpl
Constructs a new uninitialized workbook and makes it part of the specified group.
BookModel - interface com.f1j.ss.BookModel.
this interface defines the common e.Spreadsheet API.
BookModel.Factory - class com.f1j.ss.BookModel.Factory.
A class containing methods for creating instances of the BookModel interface.
BookModelCallback - interface com.f1j.ss.BookModelCallback.
A callback class must implement this interface in order to be called from e.Spreadsheet.
BookModelImpl - class com.f1j.ss.BookModelImpl.
Implements e.Spreadsheet.
BookModelImpl() - Constructor for class com.f1j.ss.BookModelImpl
Deprecated. replaced by BookModel.Factory.create()
BookModelImpl(Book) - Constructor for class com.f1j.ss.BookModelImpl
Deprecated. replaced by BookModel.Factory.create(Book)
BookModelImpl(Book, Group) - Constructor for class com.f1j.ss.BookModelImpl
Deprecated. replaced by BookModel.Factory.create(Book, com.f1j.util.Group)
BookView - interface com.f1j.ss.BookView.
An object representing a view state for a workbook.
BORDER_TAG - Static variable in class com.f1j.ss.HTMLWriter
Output the data with table borders turned on.
border() - Method in class com.f1j.ss.CellFormat
Returns the border format object for this object.
BorderFormat - interface com.f1j.ss.BorderFormat.
The Border Format interface.
BorderFormat.EProperty - class com.f1j.ss.BorderFormat.EProperty.
The Border Format Property enumeration
BorderFormat.EStyle - class com.f1j.ss.BorderFormat.EStyle.
The Border Format Style enumeration
bringForward() - Method in interface com.f1j.drawing.Shape
Brings this shape forward
bringToFront() - Method in interface com.f1j.drawing.Shape
Brings this shape to the front of all shapes
BUF_TOO_SHORT - Static variable in class com.f1j.util.F1Exception
Result buffer too small.

C

CalcIdentifierImpl - class com.f1j.ss.CalcIdentifierImpl.
A basic implementation of com.f1j.ss.CalcIdentifier when all you need is an object that can be unparsed.
CalculatedField - interface com.f1j.data.query.CalculatedField.
This describes the API for a calculated field.
callback(BookModel) - Method in interface com.f1j.ss.BookModelCallback
This method is the entry point for a class called from e.Spreadsheet.
canAddToArea(Area) - Method in interface com.f1j.ss.pivot.Field
Indicates if this field can be added to the specified area.
CANCEL - Static variable in class com.f1j.ss.BookModelImpl
Specifies a CANCEL button.
CANCEL - Static variable in interface com.f1j.ss.BookModel
Specifies a CANCEL button.
CANCEL - Static variable in class com.f1j.swing.engine.ss.JBook
Specifies a CANCEL button.
CANCEL - Static variable in class com.f1j.util.F1Exception
Operation canceled.
cancelClipboard() - Method in class com.f1j.ss.BookModelImpl
Clears the internal clipboard and the Windows clipboard.
cancelClipboard() - Method in interface com.f1j.ss.BookModel
Clears the internal clipboard and the Windows clipboard.
cancelClipboard() - Method in class com.f1j.swing.engine.ss.JBook
Clears the internal clipboard and the Windows clipboard.
cancelDrawingMode() - Method in interface com.f1j.drawing.DrawingModel
Cancels any user drawing mode.
CanceledException - exception com.f1j.util.CanceledException.
The operation was canceled by the user.
CanceledException() - Constructor for class com.f1j.util.CanceledException
Creates a generic CanceledException.
CanceledException(F1Exception.EType) - Constructor for class com.f1j.util.CanceledException
Creates a CanceledException of the specified type.
cancelEdit() - Method in class com.f1j.ss.BookModelImpl
Aborts edit mode and leaves the current cell unchanged.
cancelEdit() - Method in interface com.f1j.ss.BookModel
Aborts edit mode and leaves the current cell unchanged.
cancelEdit() - Method in class com.f1j.swing.engine.ss.JBook
Aborts edit mode and leaves the current cell unchanged.
cancelEdit(CancelEditEvent) - Method in interface com.f1j.swing.CancelEditListener
Deprecated. replaced by com.f1j.swing.engine.ss.CancelEditListener
cancelEdit(CancelEditEvent) - Method in interface com.f1j.swing.engine.ss.CancelEditListener
This method is called in the listener to indicate that the user has canceled the editing of a cell.
CancelEditEvent - class com.f1j.swing.CancelEditEvent.
Deprecated. replaced by com.f1j.swing.engine.ss.CancelEditEvent
CancelEditEvent - class com.f1j.swing.engine.ss.CancelEditEvent.
This event is sent to CancelEditListener objects when the user presses the ESC key or leaves edit mode without making changes.
CancelEditListener - interface com.f1j.swing.CancelEditListener.
Deprecated. replaced by com.f1j.swing.engine.ss.CancelEditEvent
CancelEditListener - interface com.f1j.swing.engine.ss.CancelEditListener.
The listener interface for receiving CancelEditEvent objects.
canChangeType() - Method in interface com.f1j.drawing.Shape
Returns whether or not this shape's type can change
canEditCopy() - Method in interface com.f1j.drawing.DrawingModel
Returns whether an edit copy operation can be performed.
canEditCopy() - Method in class com.f1j.ss.BookModelImpl
Returns true if data can be copied and placed on the clipboard.
canEditCopy() - Method in interface com.f1j.ss.BookModel
Returns true if data can be copied and placed on the clipboard.
canEditCopy() - Method in class com.f1j.swing.engine.ss.JBook
Returns true if data can be copied and placed on the clipboard.
canEditCut() - Method in interface com.f1j.drawing.DrawingModel
Returns whether an edit cut operation can be performed.
canEditCut() - Method in class com.f1j.ss.BookModelImpl
Returns true if data can be cut and placed on the clipboard.
canEditCut() - Method in interface com.f1j.ss.BookModel
Returns true if data can be cut and placed on the clipboard.
canEditCut() - Method in class com.f1j.swing.engine.ss.JBook
Returns true if data can be cut and placed on the clipboard.
canEditPaste() - Method in interface com.f1j.drawing.DrawingModel
Returns whether an edit paste operation can be performed.
canEditPaste() - Method in class com.f1j.ss.BookModelImpl
Returns true if the internal clipboard or the Windows clipboard contains items that can be pasted to the worksheet.
canEditPaste() - Method in interface com.f1j.ss.BookModel
Returns true if the internal clipboard or the Windows clipboard contains items that can be pasted to the worksheet.
canEditPaste() - Method in class com.f1j.swing.engine.ss.JBook
Returns true if the internal clipboard or the Windows clipboard contains items that can be pasted to the worksheet.
canEditPasteSpecial() - Method in class com.f1j.ss.BookModelImpl
Returns true if the internal clipboard or the Windows clipboard contains items that can be pasted to the worksheet using the Paste Special command.
canEditPasteSpecial() - Method in interface com.f1j.ss.BookModel
Returns true if the internal clipboard or the Windows clipboard contains items that can be pasted to the worksheet using the Paste Special command.
canEditPasteSpecial() - Method in class com.f1j.swing.engine.ss.JBook
Returns true if the internal clipboard or the Windows clipboard contains items that can be pasted to the worksheet using the Paste Special command.
canFlip() - Method in interface com.f1j.drawing.Shape
Returns whether or not this shape can flip
canMove(Range.EMoveType, Field) - Method in interface com.f1j.ss.pivot.Range
If this range contains a field title, indicates if the field can be moved as specified.
CANNOT_DELETE_LAST_VISIBLE_SHEET - Static variable in class com.f1j.util.F1Exception
Cannot delete the last visible worksheet.
CANNOT_HIDE_LAST_VISIBLE_SHEET - Static variable in class com.f1j.util.F1Exception
Cannot hide the last visible worksheet.
CANNOT_MODIFY_PARAMETER - Static variable in class com.f1j.util.F1Exception
The name is being used as a spreadsheet parameter and cannot be modified.
CANNOT_PERFORM_IN_REPORT_PREVIEW - Static variable in class com.f1j.util.F1Exception
this operation cannot be performed in the report view.
CANNOT_PERFORM_ON_PROTECTED_SHEET - Static variable in class com.f1j.util.F1Exception
this operation cannot be performed on a protected sheet.
CANNOT_PERFORM_OPERATION_ON_ARRAY_ENTERED_CELLS - Static variable in class com.f1j.util.F1Exception
Unable to perform the operation on an array entered cell.
CANNOT_PERFORM_OPERATION_ON_MERGED_CELLS - Static variable in class com.f1j.util.F1Exception
Unable to perform the operation on a merged cell.
CANNOT_REDO - Static variable in class com.f1j.util.F1Exception
Cannot Redo edit.
CANNOT_SET_DATA_IN_CHART_DATASOURCE - Static variable in class com.f1j.util.F1Exception
The data cannot be set in this chart datasource.
CANNOT_UNDO - Static variable in class com.f1j.util.F1Exception
Cannot Undo edit.
canRegroup() - Method in interface com.f1j.drawing.Shape
Returns whether or not this shape can be part of a regroup operation
canShowHideDetail(int, int) - Method in interface com.f1j.ss.pivot.Range
Indicates if the cell can show or hide detail.
CANT_DELETE_NAME_IN_USE - Static variable in class com.f1j.util.F1Exception
Unable to delete defined name.
canUngroup() - Method in interface com.f1j.drawing.Shape
Returns whether or not this shape can be part of an ungroup operation
CellFormat - class com.f1j.ss.CellFormat.
this class provides the API for creating and returning information about cell formats.
CellRef - class com.f1j.ss.CellRef.
This class provides the number of the active row and the active column in the worksheet.
CF_OPTIMIZE_FOR_CONNECTION_POOL_USE - Static variable in class com.f1j.data.source.JDBC
Flag indicating to only hold open a database connection long enough to process a single query.
CF_USE_SINGLE_CONNECTION_FOR_ALL_QUERIES - Static variable in class com.f1j.data.source.JDBC
Flag indicating to use a single database connection for all queries associated with this source.
ChangeListener - interface com.f1j.util.ChangeListener.
this interface provides notifications when a change occurs.
changeMacroDefinition(String, String) - Method in interface com.f1j.ss.report.functions.ReportFunctionsGroup
Changes the definition of an existing macro
chartChanged(ChartEvent) - Method in interface com.f1j.chart.ChartListener
Notifies the listener of any change to the chart area.
ChartEvent - class com.f1j.chart.ChartEvent.
This event object is sent to ChartListener objects when something in the chart model changes.
ChartGroup - interface com.f1j.chart.ChartGroup.
This class contains the chart group API.
ChartImageEncoder - class com.f1j.swing.ChartImageEncoder.
Deprecated. replaced by com.f1j.swing.engine.ss.ChartImageEncoder
ChartImageEncoder - class com.f1j.swing.engine.ss.ChartImageEncoder.
This class encodes a chart as a GIF or PNG image using a run-length encoding algorithm.
ChartListener - interface com.f1j.chart.ChartListener.
The listener interface for receiving ChartEvent objects.
ChartModel - interface com.f1j.chart.ChartModel.
This class contains the chart model API.
ChartModel3D - interface com.f1j.chart.ChartModel3D.
This class contains the 3D API.
ChartViewEvent - class com.f1j.swing.ChartViewEvent.
Deprecated. replaced by com.f1j.swing.engine.ss.ChartViewEvent
ChartViewEvent - class com.f1j.swing.engine.ss.ChartViewEvent.
This event object is sent to ChartViewListener objects when something in the chart view has changed.
ChartViewListener - interface com.f1j.swing.ChartViewListener.
Deprecated. replaced by com.f1j.swing.engine.ss.ChartViewListener
ChartViewListener - interface com.f1j.swing.engine.ss.ChartViewListener.
The listener interface for receiving ChartViewEvent objects.
charWidthToTwips(int) - Method in class com.f1j.ss.BookModelImpl
Converts column widths to units equal to 1/256th of the character 0's width in the default font.
charWidthToTwips(int) - Method in interface com.f1j.ss.BookModel
Converts column widths to units equal to 1/256th of the character 0's width in the default font.
charWidthToTwips(int) - Method in class com.f1j.swing.engine.ss.JBook
Converts column widths to units equal to 1/256th of the character 0's width in the default font.
checkCanAddCalculatedField() - Method in interface com.f1j.ss.pivot.PivotRange
throws exception if calculated fields are not allowed.
checkCanAddCalculatedItem() - Method in interface com.f1j.ss.pivot.Field
Throws a DataConflictException if calculated items are not allowed.
checkCanShowDateGroupDialog() - Method in interface com.f1j.ss.pivot.Field
Throws a DataConflictException if the Date Group Dialog is not allowed.
checkCanShowFieldSettings() - Method in interface com.f1j.ss.pivot.Field
Throws a DataConflictException if the Field Settings Dialog is not allowed.
checkCanShowItemFilterDlg() - Method in interface com.f1j.ss.pivot.Field
Throws a DataConflictException if the Item Filter Dialog is not allowed.
checkCanShowNumericGroupDialog() - Method in interface com.f1j.ss.pivot.Field
Throws a SelectionException if the Numeric Group Dialog is not allowed.
checkIndexName(String) - Method in interface com.f1j.data.query.DataQuery
Checks whether the specified name would be valid as a new Index name.
checkIsValidPivotRange() - Method in interface com.f1j.ss.pivot.PivotRange
Check for valid PivotRange and signals if invalid.
checkLogical() - Method in interface com.f1j.addin.Value
Attempts to assure that this value is a logical value.
checkNumber() - Method in interface com.f1j.addin.Value
Attempts to assure that this value is a numeric value.
checkRecalc() - Method in class com.f1j.ss.BookModelImpl
Recalculates the workbook if needed.
checkRecalc() - Method in interface com.f1j.ss.BookModel
Recalculates the workbook if needed.
checkRecalc() - Method in class com.f1j.ss.BookImpl
Recalculates the workbook, if needed.
checkRecalc() - Method in interface com.f1j.ss.Book
Recalculates the workbook, if needed.
checkRecalc() - Method in class com.f1j.swing.engine.ss.JBook
Recalculates the workbook if needed.
checkText() - Method in interface com.f1j.addin.Value
Attempts to assure that this value is a text value.
childIsActive() - Method in class com.f1j.swing.engine.ss.JBook
Informs the View that a child of the View is or soon will be active.
clear() - Method in interface com.f1j.data.DataQueryCollection
Clears the current DataQueryCollection of all queries.
clear() - Method in interface com.f1j.data.query.DatabaseQueryParamCollection
Removes all parameters from this collection.
clear(BorderFormat.EProperty) - Method in interface com.f1j.ss.BorderFormat
Clears the specified border.
clearAll() - Method in interface com.f1j.ss.BorderFormat
Clears all border formatting
clearBorderFormat() - Method in interface com.f1j.ss.datarange.Range
Clears any section border formats associated with this Range object's selection.
clearDefaultValue() - Method in interface com.f1j.ss.report.ReportParameter
Clears the parameter's default value and resets isDefaultValueSet to false.
clearDefinedName() - Method in interface com.f1j.ss.report.ReportParameter
Clears the defined name that is associated with this parameter.
clearOutputParameterInfo() - Method in interface com.f1j.data.query.DatabaseQueryParamCollection
Deprecated. As of Formula One 10, use clear() or removeParameter(int).
clearRange(int, int, int, int, short) - Method in class com.f1j.ss.SheetImpl
Clears the specified range without checking for locked cells or partial clearing of array entered formulas.
clearRange(int, int, int, int, short) - Method in interface com.f1j.ss.Sheet
Clears the specified range without checking for locked cells or partial clearing of array entered formulas.
clearRange(int, int, int, int, short) - Method in class com.f1j.ss.BookModelImpl
Clears the specified range.
clearRange(int, int, int, int, short) - Method in interface com.f1j.ss.BookModel
Clears the specified range.
clearRange(int, int, int, int, short) - Method in class com.f1j.swing.engine.ss.JBook
Clears the specified range.
clearSelection() - Method in interface com.f1j.drawing.DrawingModel
Clears the selection.
clearTableValues() - Method in interface com.f1j.ss.report.ReportParameter
Clears all the table values.
clearValue() - Method in interface com.f1j.ss.report.ReportParameter
Clears the parameter's value and resets isValueSet to false.
ClipboardDataException - exception com.f1j.util.ClipboardDataException.
Signals that there is no suitable clipboard data for the requested operation.
clone() - Method in class com.f1j.swing.engine.ss.JBook
Returns a new JBook attached to the same workbook as this JBook.
CODEPAGE_DEFAULT - Static variable in interface com.f1j.util.CodePageConstants
A constant representing the default code page for the current UI locale.
CODEPAGE_UNICODE_BIGENDIAN - Static variable in interface com.f1j.util.CodePageConstants
A constant representing the Unicode (UTF-16) code page in big-endian byte order.
CODEPAGE_UNICODE_LITTLEENDIAN - Static variable in interface com.f1j.util.CodePageConstants
A constant representing the Unicode (UTF-16) code page in little-endian byte order.
CODEPAGE_UTF8 - Static variable in interface com.f1j.util.CodePageConstants
A constant representing the UTF-8 (Unicode) code page.
CodePageConstants - interface com.f1j.util.CodePageConstants.
An interface defining code page constants for use in various classes.
color2RGB(Color) - Static method in class com.f1j.swing.engine.ss.JBook
Converts an AWT color to an Integer RGB(0x00rrggbb).
COLSPAN_TAG - Static variable in class com.f1j.ss.HTMLWriter
Output the data with table COLSPAN tags.
column - Static variable in class com.f1j.ss.pivot.PivotRange.EArea
Used to identify the column area of a PivotRange.
ColWidthDlg - class com.f1j.swing.ss.ColWidthDlg.
Deprecated. replaced by com.f1j.swing.ui.ss.ColWidthDlg
ColWidthDlg - class com.f1j.swing.ui.ss.ColWidthDlg.
This is the Column Width dialog box class.
ColWidthDlg(JBook) - Constructor for class com.f1j.swing.ss.ColWidthDlg
Deprecated. replaced by com.f1j.swing.ui.ss.ColWidthDlg#ColWidthDlg(com.f1j.swing.engine.ss.JBook)
ColWidthDlg(JBook) - Constructor for class com.f1j.swing.ui.ss.ColWidthDlg
Creates a Column Width dialog box.
ComboBoxPopup - class com.f1j.ss.ComboBoxPopup.
This is the spreadsheet implementation of the ComboBox Popup Model interface.
compress(OutputStream, Image) - Method in interface com.f1j.swing.common.ImageCompressionIF
Compresses the specified image.
ConditionalFormat - class com.f1j.ss.ConditionalFormat.
This class represents a conditional format condition and the associated formatting.
ConditionalFormat(Sheet) - Constructor for class com.f1j.ss.ConditionalFormat
Creates a new instance of a conditional format.
Constants - interface com.f1j.chart.Constants.
this class contains numerous constant values for use in the chart API.
Constants - interface com.f1j.data.Constants.
Constants for the data package.
Constants - interface com.f1j.mvc.Constants.
this class contains numerous constant values of use in the API.
Constants - interface com.f1j.ss.Constants.
this class contains numerous constant values of use in the API.
contains(int, int) - Method in interface com.f1j.ss.Range
Returns true if this range contains the specified row and column position.
contains(Sheet) - Method in interface com.f1j.ss.Range
Returns true if this range contains the specified sheet.
containsBlankLine() - Method in interface com.f1j.ss.pivot.Range
Indicates whether this range includes a blank line.
containsDataLine() - Method in interface com.f1j.ss.pivot.Range
Indicates whether this range includes any line of data, including subtotals, grand totals, and blank lines.
containsFieldTitle() - Method in interface com.f1j.ss.pivot.Range
Indicates whether this range includes a field title.
containsGrandTotal() - Method in interface com.f1j.ss.pivot.Range
Indicates whether this range includes a grand total.
containsSubtotal() - Method in interface com.f1j.ss.pivot.Range
Indicates whether this range includes a subtotal.
convertNullNumbersToZero() - Method in interface com.f1j.ss.datarange.DataRangeOptions
Indicates whether null numeric values will be converted and displayed as a zero or left as an empty cell.
copy(GRObject) - Method in class com.f1j.ss.GRObject
Deprecated.  
copy(Value) - Method in interface com.f1j.addin.Value
Copies the specified Value.
copyAll(Book) - Method in class com.f1j.ss.BookImpl
Copies the contents of one workbook to another workbook.
copyAll(Book) - Method in interface com.f1j.ss.Book
Copies the contents of one workbook to another workbook.
copyAll(BookModel) - Method in class com.f1j.ss.BookModelImpl
Copies the contents of one workbook to another workbook.
copyAll(BookModel) - Method in interface com.f1j.ss.BookModel
Copies the contents of one workbook to another workbook.
copyAll(BookModel) - Method in class com.f1j.swing.engine.ss.JBook
Copies the contents of one workbook to another workbook.
copyAll(JBook) - Method in class com.f1j.swing.engine.ss.JBook
Copies the contents of one workbook to another workbook.
copyAllToBook(Book) - Method in class com.f1j.ss.BookModelImpl
Copies everything from the Book attached to this BookModel to the destination workbook, dstBook.
copyAllToBook(Book) - Method in interface com.f1j.ss.BookModel
Copies everything from the Book attached to this BookModel to the destination workbook, dstBook.
copyAllToBook(Book) - Method in class com.f1j.swing.engine.ss.JBook
Copies everything from the Book attached to this BookModel to the destination workbook, dstBook.
copyDataFromArray(int, int, int, int, double[][]) - Method in class com.f1j.ss.SheetImpl
Copies data from an array into a sheet.
copyDataFromArray(int, int, int, int, double[][]) - Method in interface com.f1j.ss.Sheet
Copies data from an array into a sheet.
copyDataFromArray(int, int, int, int, int, double[][]) - Method in class com.f1j.ss.BookModelImpl
Copies data from an array into a sheet.
copyDataFromArray(int, int, int, int, int, double[][]) - Method in interface com.f1j.ss.BookModel
Copies data from an array into a sheet.
copyDataFromArray(int, int, int, int, int, double[][]) - Method in class com.f1j.swing.engine.ss.JBook
Copies data from an array into a sheet.
copyDataToArray(int, int, int, int, double[][]) - Method in class com.f1j.ss.SheetImpl
Copies data from the sheet into an array.
copyDataToArray(int, int, int, int, double[][]) - Method in interface com.f1j.ss.Sheet
Copies data from the sheet into an array.
copyDataToArray(int, int, int, int, int, double[][]) - Method in class com.f1j.ss.BookModelImpl
Copies data from the sheet into an array.
copyDataToArray(int, int, int, int, int, double[][]) - Method in interface com.f1j.ss.BookModel
Copies data from the sheet into an array.
copyDataToArray(int, int, int, int, int, double[][]) - Method in class com.f1j.swing.engine.ss.JBook
Copies data from the sheet into an array.
copyRange(int, int, int, int, BookModel, int, int, int, int) - Method in class com.f1j.ss.BookModelImpl
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, BookModel, int, int, int, int) - Method in interface com.f1j.ss.BookModel
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, BookModel, int, int, int, int) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, BookModel, int, int, int, int, short) - Method in class com.f1j.ss.BookModelImpl
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, BookModel, int, int, int, int, short) - Method in interface com.f1j.ss.BookModel
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, BookModel, int, int, int, int, short) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, int, BookModel, int, int, int, int, int) - Method in class com.f1j.ss.BookModelImpl
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, BookModel, int, int, int, int, int) - Method in interface com.f1j.ss.BookModel
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, BookModel, int, int, int, int, int) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, BookModel, int, int, int, int, int, short) - Method in class com.f1j.ss.BookModelImpl
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, BookModel, int, int, int, int, int, short) - Method in interface com.f1j.ss.BookModel
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, BookModel, int, int, int, int, int, short) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, JBook, int, int, int, int, int) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, int, JBook, int, int, int, int, int, short) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, JBook, int, int, int, int) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, JBook, int, int, int, int, short) - Method in class com.f1j.swing.engine.ss.JBook
Copies a range of cells to a new location in the current workbook.
copyRange(int, int, int, int, Sheet, int, int, int, int, short) - Method in class com.f1j.ss.SheetImpl
Copies a range of data from one worksheet to another.
copyRange(int, int, int, int, Sheet, int, int, int, int, short) - Method in interface com.f1j.ss.Sheet
Copies a range of data from one worksheet to another.
copySheet(int) - Method in class com.f1j.ss.BookModelImpl
Creates copies of all selected sheets.
copySheet(int) - Method in interface com.f1j.ss.BookModel
Creates copies of all selected sheets.
copySheet(int) - Method in class com.f1j.swing.engine.ss.JBook
Creates copies of all selected sheets.
copySheet(int, BookView) - Method in class com.f1j.ss.BookImpl
Creates copies of all sheets selected in the specified view.
copySheet(int, BookView) - Method in interface com.f1j.ss.Book
Creates copies of all sheets selected in the specified view.
copySheet(int, Range) - Method in class com.f1j.ss.BookModelImpl
Creates copies of the specified sheets.
copySheet(int, Range) - Method in interface com.f1j.ss.BookModel
Creates copies of the specified sheets.
copySheet(int, Range) - Method in class com.f1j.ss.BookImpl
Creates copies of the specified sheets.
copySheet(int, Range) - Method in interface com.f1j.ss.Book
Creates copies of the specified sheets.
copySheet(int, Range) - Method in class com.f1j.swing.engine.ss.JBook
Creates copies of the specified sheets.
create() - Static method in class com.f1j.ss.BookModel.Factory
Creates a new BookModel and attaches it to a new com.f1j.ss.Book .
create(Book) - Static method in class com.f1j.ss.BookModel.Factory
Creates a new BookModelI and attaches it to the specified Book.
create(Book, Group) - Static method in class com.f1j.ss.BookModel.Factory
Creates a new BookModel and attaches it to the specified Book.
createDatabase() - Method in class com.f1j.ss.BookImpl
Creates a new Database object.
createDatabase() - Method in interface com.f1j.ss.Book
Creates a new Database object.
createDataRange(int, int, int, int, int, DataQuery) - Method in interface com.f1j.ss.datarange.DataRangeModel
Creates a DataRange at the specified location using the specified query.
createFieldGroupDef() - Method in interface com.f1j.ss.pivot.Field
Creates a default grouping definition for this field.
createFormat() - Method in interface com.f1j.chart.ChartModel
Creates a reusable chart format object.
createGroup(String, String, boolean) - Method in interface com.f1j.ss.report.ParameterDisplayModel
Creates a ParameterGroup.
createParent(String) - Method in interface com.f1j.ss.datarange.AbstractSection
Creates a new section as a parent of this section.
createPivotRange(int, int, int, DataQuery) - Method in interface com.f1j.ss.pivot.PivotRangeModel
Creates a PivotRange at the specified location using the specified query.
createShapeAnchor(double, double, double, double) - Method in interface com.f1j.ss.DrawingModel
Creates a shape anchor with the specified coordinates.
CURRENT_FORMAT - Static variable in class com.f1j.ss.DocumentType
The current Actuate Workbook file format.

D

data - Static variable in class com.f1j.ss.pivot.PivotRange.EArea
Used to identify the data area of a PivotRange.
Database - class com.f1j.calc.Database.
Deprecated. Use createDatabase.
DataBase - interface com.f1j.ss.DataBase.
This interface provides API for extracting data based on a set of selection criteria from one range and inserting it into another range of cells for display.
Database() - Constructor for class com.f1j.calc.Database
Deprecated. Use createDatabase.
DatabaseQuery - interface com.f1j.data.query.DatabaseQuery.
This is the basic interface to all database queries including parameterized queries and stored procedure calls.
DatabaseQueryParamCollection - interface com.f1j.data.query.DatabaseQueryParamCollection.
A collection containing API for setting parameter types and values for parameterized SQL queries.
DatabaseQueryParameter - interface com.f1j.data.query.DatabaseQueryParameter.
Represents a database query parameter for a parameterized SQL query.
dataChanged(ChartEvent) - Method in interface com.f1j.chart.ChartListener
Notifies the listener of changes to the chart data source.
DataConflictException - exception com.f1j.ss.DataConflictException.
This exception indicates that the requested operation would conflict with existing data in the document.
DataConflictException - exception com.f1j.ss.datarange.DataConflictException.
The requested operation would conflict with existing data in the document.
DataConflictException - exception com.f1j.ss.pivot.DataConflictException.
The requested operation would conflict with existing data in the document.
DataConflictException - exception com.f1j.util.DataConflictException.
This exception indicates that the requested operation would conflict with existing data in the document.
DataConflictException() - Constructor for class com.f1j.ss.DataConflictException
Creates a generic DataConflictException.
DataConflictException() - Constructor for class com.f1j.util.DataConflictException
Creates a generic DataConflictException.
DataConflictException(F1Exception.EType) - Constructor for class com.f1j.ss.DataConflictException
Creates a DataConflictException of the specified type.
DataConflictException(F1Exception.EType) - Constructor for class com.f1j.ss.datarange.DataConflictException
Creates a DataConflictException of the specifed type.
DataConflictException(F1Exception.EType) - Constructor for class com.f1j.ss.pivot.DataConflictException
Creates a DataConflictException of the specifed type.
DataConflictException(F1Exception.EType) - Constructor for class com.f1j.util.DataConflictException
Creates a DataConflictException of the specified type.
dataLabel() - Method in interface com.f1j.chart.Format
Gets the DataLabelFormat associated with this Format.
DataLabelFormat - interface com.f1j.chart.DataLabelFormat.
The Data Label Format interface.
DataLabelFormat.EPosition - class com.f1j.chart.DataLabelFormat.EPosition.
Data label position enumeration
DataLabelFormat.EProperty - class com.f1j.chart.DataLabelFormat.EProperty.
Data label format property enumeration
dataPointChanged(ChartEvent) - Method in interface com.f1j.chart.ChartListener
Notifies the listener of changes to a chart data point.
DataQuery - interface com.f1j.data.query.DataQuery.
Interface to a data query.
DataQueryCollection - interface com.f1j.data.DataQueryCollection.
This interface defines the API to a collection of data queries.
DataRange - interface com.f1j.data.DataRange.
This interface provides the API for interacting with a data range on a sheet.
DataRange - interface com.f1j.ss.datarange.DataRange.
This interface defines the DataRange API.
DataRangeCollection - interface com.f1j.data.DataRangeCollection.
This interface defines the API to a collection of data ranges.
DataRangeDef - interface com.f1j.ss.datarange.DataRangeDef.
The API for viewing and modifying the definition of a DataRange.
DataRangeDef.ELocationType - class com.f1j.ss.datarange.DataRangeDef.ELocationType.
Enumeration class for defining DataRange locations.
DataRangeFormatIterator - interface com.f1j.data.DataRangeFormatIterator.
Use the DataRangeFormatIterator API for pumping data into a data range and formatting it.
DataRangeIterator - interface com.f1j.data.DataRangeIterator.
API for pumping data into a data range.
DataRangeModel - interface com.f1j.ss.datarange.DataRangeModel.
This interface defines the common DataRange API.
DataRangeOptions - interface com.f1j.ss.datarange.DataRangeOptions.
This interface defines the API for setting DataRange characteristics, such as the name.
DataSet - interface com.f1j.data.DataSet.
 
DataSource - interface com.f1j.chart.DataSource.
This interface provides methods for retrieving and setting chart data.
DataSourceCollection - interface com.f1j.data.DataSourceCollection.
this interface defines the API to a collection of data sources.
DataSourceInfo - interface com.f1j.ss.pivot.DataSourceInfo.
This interface defines the API for identifying the type and location of the source data that is to be used in the PivotRange.
DataSourceInfo.EType - class com.f1j.ss.pivot.DataSourceInfo.EType.
Enumeration class for defining data source types.
DecisionListener - interface com.f1j.ss.pivot.DecisionListener.
This interface defines the DecisionListener API.
DEFAULT - Static variable in class com.f1j.ss.HTMLWriter
The default flag setting.
DefColWidthDlg - class com.f1j.swing.ss.DefColWidthDlg.
Deprecated. replaced by com.f1j.swing.ui.ss.DefColWidthDlg
DefColWidthDlg - class com.f1j.swing.ui.ss.DefColWidthDlg.
This is the Default Column Width dialog box class.
DefColWidthDlg(JBook) - Constructor for class com.f1j.swing.ss.DefColWidthDlg
Deprecated. replaced by com.f1j.swing.ui.ss.DefColWidthDlg#DefColWidthDlg(com.f1j.swing.engine.ss.JBook)
DefColWidthDlg(JBook) - Constructor for class com.f1j.swing.ui.ss.DefColWidthDlg
Creates a Default Column Width dialog box.
DefFontDlg - class com.f1j.swing.ss.DefFontDlg.
Deprecated. replaced by com.f1j.swing.ui.ss.DefFontDlg
DefFontDlg - class com.f1j.swing.ui.ss.DefFontDlg.
This is the Default Font dialog box class.
DefFontDlg(JBook) - Constructor for class com.f1j.swing.ss.DefFontDlg
Deprecated. replaced by com.f1j.swing.ui.ss.DefFontDlg#DefFontDlg(com.f1j.swing.engine.ss.JBook)
DefFontDlg(JBook) - Constructor for class com.f1j.swing.ui.ss.DefFontDlg
Creates a Default Font dialog box.
DefinedNameTabDlg - class com.f1j.swing.ss.DefinedNameTabDlg.
Deprecated. Replaced by com.f1j.swing.ui.ss.DefinedNameTabDlg
DefinedNameTabDlg - class com.f1j.swing.ui.ss.DefinedNameTabDlg.
This is the Defined Name dialog box class.