Skip navigation links
A C E F G I M O P R S T U 

A

actionPerformed(ActionEvent) - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor.ShowPopupAction
Invoked when an action occurs.
addCellEditorListener(CellEditorListener) - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Adds a listener to the list that's notified when the editor stops, or cancels editing.
addChangeListener(ChangeListener) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 
addColumn(TableColumn) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
addColumn(String) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
addColumn(String, Class) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
addRow() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
addRow() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
addRow(int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
applyLocaleSettings(LocaleSettings) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
applyLocaleSettings(LocaleSettings) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
applyLocaleSettings(LocaleSettings) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 

C

cancelCellEditing() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Tells the editor to cancel editing and not accept any partially edited value.
cancelProcessing(CancelEvent) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
Requests that the thread stop processing as soon as possible.
cancelProcessing(CancelEvent) - Method in class org.pentaho.reporting.ui.datasources.table.ImportFromFileTask
Requests that the thread stop processing as soon as possible.
canHandle(DataFactory) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourcePlugin
 
canHandle(DataFactory) - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourcePlugin
 
clear() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
close() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
 
copyInto(TableModel) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
createContentPane() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
createContentPane() - Method in class org.pentaho.reporting.ui.datasources.table.SheetSelectorDialog
 
createContentPane() - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
createDefaultColumnsFromModel() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
Creates default columns for the table from the data model using the getColumnCount method defined in the TableModel interface.
createDefaultHeaderEditor() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeaderTableColumn
 
createModel() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
createMouseInputListener() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeaderUI
 

E

EditableHeader - Class in org.pentaho.reporting.ui.datasources.table
 
EditableHeader(TableColumnModel, TableEditorModel) - Constructor for class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
EditableHeaderTableColumn - Class in org.pentaho.reporting.ui.datasources.table
 
EditableHeaderTableColumn(int) - Constructor for class org.pentaho.reporting.ui.datasources.table.EditableHeaderTableColumn
 
EditableHeaderUI - Class in org.pentaho.reporting.ui.datasources.table
 
EditableHeaderUI() - Constructor for class org.pentaho.reporting.ui.datasources.table.EditableHeaderUI
 
editCellAt(int, EventObject) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
editingCanceled(ChangeEvent) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
editingStopped(ChangeEvent) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 

F

fireEditingCanceled() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
 
fireEditingStopped() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
 
fireTableCellUpdated(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Notifies all listeners that the value of the cell at [row, column] has been updated.
fireTableChanged(TableModelEvent) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableDataChanged() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Notifies all listeners that all cell values in the table's rows may have changed.
fireTableRowsDeleted(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been deleted.
fireTableRowsInserted(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been inserted.
fireTableRowsUpdated(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been updated.
fireTableStructureChanged() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Notifies all listeners that the table's structure has changed.

G

getCellEditor(int) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
getCellEditor() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
getCellEditorValue() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Returns the value contained in the editor.
getClassForCell(int, int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getColumnClass(int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getColumnClass(int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Returns Object.class regardless of columnIndex.
getColumnCount() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getColumnCount() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Returns the number of columns in the model.
getColumnName(int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getColumnName(int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getDialogId() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
getDialogId() - Method in class org.pentaho.reporting.ui.datasources.table.SheetSelectorDialog
 
getDialogId() - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
getEditingColumn() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
getEditorComponent() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
getEditorForCell(int, int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getException() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
 
getHeaderEditor() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeaderTableColumn
 
getIcon(String, boolean) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getIcon(String) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getIcon(String, boolean) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getIcon(String) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getKeyStroke(String) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getKeyStroke(String, int) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getKeyStroke(String) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getKeyStroke(String, int) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getMetaData() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourcePlugin
 
getMetaData() - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourcePlugin
 
getMnemonic(String) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getMnemonic(String) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getName() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderInformation
 
getOptionalKeyStroke(String) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getOptionalKeyStroke(String, int) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getOptionalKeyStroke(String) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getOptionalKeyStroke(String, int) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getOptionalMnemonic(String) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
 
getOptionalMnemonic(String) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
 
getResultTableModel() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
 
getRowCount() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getRowCount() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Returns the number of rows in the model.
getSelectedIndex() - Method in class org.pentaho.reporting.ui.datasources.table.SheetSelectorDialog
 
getSequence() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
getSequence() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getString(String) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
Gets a string for the given key from this resource bundle or one of its parents.
getString(String, String...) - Static method in class org.pentaho.reporting.ui.datasources.sequence.Messages
Formats the message stored in the resource bundle (using a MessageFormat).
getString(String) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
Gets a string for the given key from this resource bundle or one of its parents.
getString(String, String...) - Static method in class org.pentaho.reporting.ui.datasources.table.Messages
Formats the message stored in the resource bundle (using a MessageFormat).
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Sets an initial value for the editor.
getTableEditorModel() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
getTableEditorModel() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 
getType() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderInformation
 
getValueAt(int, int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
getValueAt(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Returns the value for the cell at columnIndex and rowIndex.

I

importComplete(TypedTableModel) - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
importFailed(Exception) - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
ImportFromFileTask - Class in org.pentaho.reporting.ui.datasources.table
 
ImportFromFileTask(File, boolean, TableDataSourceEditor) - Constructor for class org.pentaho.reporting.ui.datasources.table.ImportFromFileTask
 
init() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
init() - Method in class org.pentaho.reporting.ui.datasources.table.SheetSelectorDialog
 
init() - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
initialize(SubSystem) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceModule
 
initialize(SubSystem) - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceModule
 
isCellEditable(int, int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
isCellEditable(int) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
isCellEditable(int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Returns false.
isCellEditable(EventObject) - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Asks the editor if it can start editing using anEvent.
isEditing() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
isHeaderEditable() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeaderTableColumn
 
isSuspendEvents() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 

M

main(String[]) - Static method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
main(String[]) - Static method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
Messages - Class in org.pentaho.reporting.ui.datasources.sequence
 
Messages - Class in org.pentaho.reporting.ui.datasources.table
 

O

org.pentaho.reporting.ui.datasources.sequence - package org.pentaho.reporting.ui.datasources.sequence
 
org.pentaho.reporting.ui.datasources.table - package org.pentaho.reporting.ui.datasources.table
 

P

performConfiguration(DesignTimeContext, SequenceDataFactory, String) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
performConfiguration(DesignTimeContext, TableDataFactory, String) - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
performEdit(DesignTimeContext, DataFactory, String, DataFactoryChangeRecorder) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourcePlugin
 
performEdit(DesignTimeContext, DataFactory, String, DataFactoryChangeRecorder) - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourcePlugin
 
performSelection() - Method in class org.pentaho.reporting.ui.datasources.table.SheetSelectorDialog
 
prepareEditor(TableCellEditor, int) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 

R

removeCellEditorListener(CellEditorListener) - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Removes a listener from the list that's notified
removeChangeListener(ChangeListener) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 
removeColumn() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
removeColumn(int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
removeEditor() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
removeRow() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
removeRow(int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
run() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class org.pentaho.reporting.ui.datasources.table.ImportFromFileTask
 

S

SequenceDataSourceEditor - Class in org.pentaho.reporting.ui.datasources.sequence
 
SequenceDataSourceEditor() - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
SequenceDataSourceEditor(Frame) - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
SequenceDataSourceEditor(Dialog) - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceEditor
 
SequenceDataSourceModule - Class in org.pentaho.reporting.ui.datasources.sequence
 
SequenceDataSourceModule() - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourceModule
 
SequenceDataSourcePlugin - Class in org.pentaho.reporting.ui.datasources.sequence
 
SequenceDataSourcePlugin() - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequenceDataSourcePlugin
 
SequenceEditor - Class in org.pentaho.reporting.ui.datasources.sequence
 
SequenceEditor() - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
sequenceGroupSelected() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
SequencePreviewWorker - Class in org.pentaho.reporting.ui.datasources.sequence
 
SequencePreviewWorker(Sequence, DesignTimeContext) - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequencePreviewWorker
 
SequencePropertyTableModel - Class in org.pentaho.reporting.ui.datasources.sequence
 
SequencePropertyTableModel() - Constructor for class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
sequenceSelected() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
setCellEditor(TableCellEditor) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
setColumnClass(int, Class) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
setColumnName(int, String) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
setEditingColumn(int) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
setEnabled(boolean) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 
setHeaderEditable(boolean) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeaderTableColumn
 
setHeaderEditor(TableCellEditor) - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeaderTableColumn
 
setSelectedColumn(TableColumn) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
setSequence(Sequence) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
setSequence(Sequence) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
setSuspendEvents(boolean) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
 
setTableEditorModel(TableModel) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
setTableEditorModel(TableModel) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 
setValueAt(Object, int, int) - Method in class org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
setValueAt(Object, int, int) - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorModel
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
SheetSelectorDialog - Class in org.pentaho.reporting.ui.datasources.table
 
SheetSelectorDialog(Workbook, JDialog) - Constructor for class org.pentaho.reporting.ui.datasources.table.SheetSelectorDialog
 
shouldSelectCell(EventObject) - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Returns true if the editing cell should be selected, false otherwise.
ShowPopupAction() - Constructor for class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor.ShowPopupAction
Defines an Action object with a default description string and default icon.
stopCellEditing() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
Tells the editor to stop editing and accept any partially edited value as the value of the editor.
stopEditing() - Method in class org.pentaho.reporting.ui.datasources.sequence.SequenceEditor
 
stopEditing() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditor
 
stopEditing() - Method in class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 

T

TableDataSourceEditor - Class in org.pentaho.reporting.ui.datasources.table
 
TableDataSourceEditor(Dialog) - Constructor for class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
TableDataSourceEditor(Frame) - Constructor for class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
TableDataSourceEditor() - Constructor for class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
Creates a non-modal dialog without a title and without a specified Frame owner.
TableDataSourceModule - Class in org.pentaho.reporting.ui.datasources.table
 
TableDataSourceModule() - Constructor for class org.pentaho.reporting.ui.datasources.table.TableDataSourceModule
 
TableDataSourcePlugin - Class in org.pentaho.reporting.ui.datasources.table
 
TableDataSourcePlugin() - Constructor for class org.pentaho.reporting.ui.datasources.table.TableDataSourcePlugin
 
TableEditor - Class in org.pentaho.reporting.ui.datasources.table
 
TableEditor() - Constructor for class org.pentaho.reporting.ui.datasources.table.TableEditor
 
TableEditorModel - Class in org.pentaho.reporting.ui.datasources.table
 
TableEditorModel() - Constructor for class org.pentaho.reporting.ui.datasources.table.TableEditorModel
Constructs a default DefaultTableModel which is a table of zero columns and zero rows.
TableEditorPanel - Class in org.pentaho.reporting.ui.datasources.table
 
TableEditorPanel() - Constructor for class org.pentaho.reporting.ui.datasources.table.TableEditorPanel
 
toString() - Method in class org.pentaho.reporting.ui.datasources.table.TypedHeaderInformation
Returns a string representation of the object.
TypedHeaderCellEditor - Class in org.pentaho.reporting.ui.datasources.table
 
TypedHeaderCellEditor() - Constructor for class org.pentaho.reporting.ui.datasources.table.TypedHeaderCellEditor
 
TypedHeaderCellEditor.ShowPopupAction - Class in org.pentaho.reporting.ui.datasources.table
 
TypedHeaderInformation - Class in org.pentaho.reporting.ui.datasources.table
 
TypedHeaderInformation(Class, String) - Constructor for class org.pentaho.reporting.ui.datasources.table.TypedHeaderInformation
 

U

updateComponents() - Method in class org.pentaho.reporting.ui.datasources.table.TableDataSourceEditor
 
updateUI() - Method in class org.pentaho.reporting.ui.datasources.table.EditableHeader
 
A C E F G I M O P R S T U 
Skip navigation links

Copyright © 2019 Hitachi Vantara. All rights reserved.