A B C D E F G I J L M N P R S U V

G

GenericCellEditor - class net.sf.jeppers.grid.GenericCellEditor.
Generic implementation of GridCellEditor that uses the toString method.
GenericCellEditor.EditorDelegate - class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate.
The protected EditorDelegate class.
GenericCellEditor.EditorDelegate() - Constructor for class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
 
GenericCellEditor(JCheckBox) - Constructor for class net.sf.jeppers.grid.GenericCellEditor
Constructs a GenericCellEditor object that uses a check box.
GenericCellEditor(JComboBox) - Constructor for class net.sf.jeppers.grid.GenericCellEditor
Constructs a GenericCellEditor object that uses a combo box.
GenericCellEditor(JTextField) - Constructor for class net.sf.jeppers.grid.GenericCellEditor
Constructs a GenericCellEditor that uses a text field.
GenericCellRenderer - class net.sf.jeppers.grid.GenericCellRenderer.
Generic implementation of GridCellRenderer.
GenericCellRenderer() - Constructor for class net.sf.jeppers.grid.GenericCellRenderer
 
getAnchorColumn() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getAnchorColumn() - Method in interface net.sf.jeppers.grid.SelectionModel
Returns the leftmost coordinate of the anchor
getAnchorColumn() - Method in class net.sf.jeppers.grid.SpanModelEvent
Returns the anchor (leftmost) column of the span
getAnchorRow() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getAnchorRow() - Method in interface net.sf.jeppers.grid.SelectionModel
Returns the top coordinate of the anchor
getAnchorRow() - Method in class net.sf.jeppers.grid.SpanModelEvent
Returns the anchor (top) row of the span event
getBackgroundColor() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getBackgroundColor() - Method in interface net.sf.jeppers.grid.CellStyle
Returns the background color of the cell.
getBorder() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getBorder() - Method in interface net.sf.jeppers.grid.CellStyle
Returns the border to paint around the cell.
getCellBounds(int, int) - Method in class net.sf.jeppers.grid.JGrid
Get cell bounds of (row, column)
getCellEditor(int, int) - Method in class net.sf.jeppers.grid.JGrid
 
getCellEditorValue() - Method in class net.sf.jeppers.grid.GenericCellEditor
Forwards the message from the CellEditor to the delegate.
getCellEditorValue() - Method in class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
Returns the value of this cell.
getCellRenderer(int, int) - Method in class net.sf.jeppers.grid.JGrid
 
getCellStyle(int, int) - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
getCellStyle(int, int) - Method in interface net.sf.jeppers.grid.StyleModel
Returns the style for the cell at row, column.
getClickCountToStart() - Method in class net.sf.jeppers.grid.GenericCellEditor
Returns the number of clicks needed to start editing.
getColumn() - Method in class net.sf.jeppers.grid.CellSpan
Return the anchor column.
getColumnCount() - Method in class net.sf.jeppers.grid.CellSpan
Return the number of columns that the span covers.
getColumnCount() - Method in class net.sf.jeppers.grid.GridModelEvent
Return the number of columns changed
getColumnCount() - Method in class net.sf.jeppers.grid.DefaultGridModel
 
getColumnCount() - Method in interface net.sf.jeppers.grid.GridModel
Return the number of columns in the model.
getColumnCount() - Method in class net.sf.jeppers.grid.JGrid
Returns the number of columns in this grid's model.
getColumnCount() - Method in class net.sf.jeppers.grid.StyleModelEvent
Return the number of columns changed Only valid for RENDERERS_CHANGED, EDITORS_CHANGED, and CELL_STYLES_CHANGED event types
getColumnHeader() - Method in class net.sf.jeppers.grid.JScrollGrid
Return the column header
getColumnModel() - Method in class net.sf.jeppers.grid.JGrid
 
getColumnPosition(int) - Method in class net.sf.jeppers.grid.JGrid
Return the left horizontal coordinate (in pixels) of column
getColumnWidth(int) - Method in class net.sf.jeppers.grid.JGrid
Returns the width (in pixels) of column.
getComponent() - Method in class net.sf.jeppers.grid.GenericCellEditor
Returns a reference to the editor component.
getCount() - Method in class net.sf.jeppers.grid.DefaultRulerModel
 
getCount() - Method in interface net.sf.jeppers.grid.RulerModel
Returns the number of entries.
getCurrentCellEditor() - Method in class net.sf.jeppers.grid.JGrid
Return the current cell editor
getDefaultCellStyle() - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
getEditingColumn() - Method in class net.sf.jeppers.grid.JGrid
Returns the index of the column that contains the cell currently being edited.
getEditingRow() - Method in class net.sf.jeppers.grid.JGrid
Returns the index of the row that contains the cell currently being edited.
getEditor(Class, int, int, JGrid) - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
getEditor(Class, int, int, JGrid) - Method in interface net.sf.jeppers.grid.StyleModel
Returns an appropriate editor for the cell specified by this row and column.
getEditorComponent() - Method in class net.sf.jeppers.grid.JGrid
Returns the component that is handling the editing session.
getEditorComponent(int, int, Object, CellStyle, boolean, JGrid) - Method in class net.sf.jeppers.grid.GenericCellEditor
 
getEditorComponent(int, int, Object, CellStyle, boolean, JGrid) - Method in interface net.sf.jeppers.grid.GridCellEditor
Sets an initial value for the editor.
getFirstColumn() - Method in class net.sf.jeppers.grid.CellSpan
Return the first column that the span covers.
getFirstColumn() - Method in class net.sf.jeppers.grid.GridModelEvent
Return the index of the first column changed
getFirstColumn() - Method in class net.sf.jeppers.grid.StyleModelEvent
Return the index of the first column changed Only valid for RENDERERS_CHANGED, EDITORS_CHANGED, and CELL_STYLES_CHANGED event types
getFirstIndex() - Method in class net.sf.jeppers.grid.RulerModelEvent
Returns the first index of the interval that changed.
getFirstRow() - Method in class net.sf.jeppers.grid.CellSpan
Return the first row that the span covers.
getFirstRow() - Method in class net.sf.jeppers.grid.GridModelEvent
Return the index of the first row changed
getFirstRow() - Method in class net.sf.jeppers.grid.StyleModelEvent
Return the index of the first row changed Only valid for RENDERERS_CHANGED, EDITORS_CHANGED, and CELL_STYLES_CHANGED event types
getFirstSelectedColumn() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getFirstSelectedColumn() - Method in interface net.sf.jeppers.grid.SelectionModel
Retrieves the index of the first column where at least one cell is selected
getFirstSelectedRow() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getFirstSelectedRow() - Method in interface net.sf.jeppers.grid.SelectionModel
Retrieves the index of the first row where at least one cell is selected
getFocusBackgroundColor() - Method in class net.sf.jeppers.grid.JGrid
Returns the background color for cells with focus.
getFocusForegroundColor() - Method in class net.sf.jeppers.grid.JGrid
Returns the foreground color for cells with focus.
getFont() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getFont() - Method in interface net.sf.jeppers.grid.CellStyle
Return the font to use for rendering cell text.
getForegroundColor() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getForegroundColor() - Method in interface net.sf.jeppers.grid.CellStyle
Return the color to use for rendering cell text.
getFormat() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getFormat() - Method in interface net.sf.jeppers.grid.CellStyle
Returns the formatting to use for rendering cell text.
getGridColor() - Method in class net.sf.jeppers.grid.JGrid
Returns the color used to draw grid lines.
getGridModel() - Method in class net.sf.jeppers.grid.JGrid
 
getHorizontalAlignment() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getHorizontalAlignment() - Method in interface net.sf.jeppers.grid.CellStyle
Returns the horizontal alignment of the cell text.
getIndex(int) - Method in class net.sf.jeppers.grid.DefaultRulerModel
 
getIndex(int) - Method in interface net.sf.jeppers.grid.RulerModel
Returns the index of the entry that contains the specified position.
getLastColumn() - Method in class net.sf.jeppers.grid.CellSpan
Return the last column that the span covers.
getLastColumn() - Method in class net.sf.jeppers.grid.GridModelEvent
Return the index of the last column changed
getLastColumn() - Method in class net.sf.jeppers.grid.StyleModelEvent
Return the index of the last column changed Only valid for RENDERERS_CHANGED, EDITORS_CHANGED, and CELL_STYLES_CHANGED event types
getLastIndex() - Method in class net.sf.jeppers.grid.RulerModelEvent
Returns the last index of the interval that changed.
getLastRow() - Method in class net.sf.jeppers.grid.CellSpan
Return the last row that the span covers.
getLastRow() - Method in class net.sf.jeppers.grid.GridModelEvent
Returns the index of the last row changed
getLastRow() - Method in class net.sf.jeppers.grid.StyleModelEvent
Returns the index of the last row changed Only valid for RENDERERS_CHANGED, EDITORS_CHANGED, and CELL_STYLES_CHANGED event types
getLastSelectedColumn() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getLastSelectedColumn() - Method in interface net.sf.jeppers.grid.SelectionModel
Retrieves the index of the last column where at least one cell is selected
getLastSelectedRow() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getLastSelectedRow() - Method in interface net.sf.jeppers.grid.SelectionModel
Retrieves the index of the last row where at least one cell is selected
getLeadColumn() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getLeadColumn() - Method in interface net.sf.jeppers.grid.SelectionModel
Returns the rightmost coordinate of the lead
getLeadRow() - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
getLeadRow() - Method in interface net.sf.jeppers.grid.SelectionModel
Returns the bottom coordinate of the lead
getListeners(Class) - Method in class net.sf.jeppers.grid.AbstractSelectionModel
Returns an array of all the listeners of the given type that were added to this model.
getListeners(Class) - Method in class net.sf.jeppers.grid.AbstractGridModel
Returns an array of all the listeners of the given type that were added to this model.
getListeners(Class) - Method in class net.sf.jeppers.grid.AbstractRulerModel
Returns an array of all the listeners of the given type that were added to this model.
getListeners(Class) - Method in class net.sf.jeppers.grid.AbstractStyleModel
Returns an array of all the listeners of the given type that were added to this model.
getListeners(Class) - Method in class net.sf.jeppers.grid.AbstractSpanModel
Returns an array of all the listeners of the given type that were added to this model.
getMaximumSize(JComponent) - Method in class net.sf.jeppers.grid.BasicGridUI
 
getMinimumSize(JComponent) - Method in class net.sf.jeppers.grid.BasicGridUI
 
getNewColumnCount() - Method in class net.sf.jeppers.grid.SpanModelEvent
Valid for SPAN_UPDATED and SPAN_ADDED events
getNewRowCount() - Method in class net.sf.jeppers.grid.SpanModelEvent
Valid for SPAN_UPDATED and SPAN_ADDED events
getOldColumnCount() - Method in class net.sf.jeppers.grid.SpanModelEvent
Valid for SPAN_UPDATED and SPAN_REMOVED events
getOldRowCount() - Method in class net.sf.jeppers.grid.SpanModelEvent
Valid for SPAN_UPDATED and SPAN_REMOVED events
getPadding() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getPadding() - Method in interface net.sf.jeppers.grid.CellStyle
Returns the padding to be used around the cell text.
getPosition(int) - Method in class net.sf.jeppers.grid.DefaultRulerModel
 
getPosition(int) - Method in interface net.sf.jeppers.grid.RulerModel
Returns the start position for the specified entry.
getPreferredScrollableViewportSize() - Method in class net.sf.jeppers.grid.JGrid
Returns the preferred size of the viewport for this table.
getPreferredSize(JComponent) - Method in class net.sf.jeppers.grid.BasicGridUI
 
getRenderer(Class, int, int, JGrid) - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
getRenderer(Class, int, int, JGrid) - Method in interface net.sf.jeppers.grid.StyleModel
Returns an appropriate renderer for the cell specified by this row and column.
getRendererComponent(int, int, Object, CellStyle, boolean, boolean, JGrid) - Method in interface net.sf.jeppers.grid.GridCellRenderer
Returns the component used for drawing the cell.
getRendererComponent(int, int, Object, CellStyle, boolean, boolean, JGrid) - Method in class net.sf.jeppers.grid.GenericCellRenderer
 
getRow() - Method in class net.sf.jeppers.grid.CellSpan
Return the anchor row.
getRowCount() - Method in class net.sf.jeppers.grid.CellSpan
Return the number of rows that the span covers.
getRowCount() - Method in class net.sf.jeppers.grid.GridModelEvent
Return the number of rows changed
getRowCount() - Method in class net.sf.jeppers.grid.DefaultGridModel
 
getRowCount() - Method in interface net.sf.jeppers.grid.GridModel
Returns the number of rows in the model.
getRowCount() - Method in class net.sf.jeppers.grid.JGrid
Returns the number of rows in this grid's model.
getRowCount() - Method in class net.sf.jeppers.grid.StyleModelEvent
Return the number of rows changed.
getRowHeader() - Method in class net.sf.jeppers.grid.JScrollGrid
Return the row header
getRowHeight(int) - Method in class net.sf.jeppers.grid.JGrid
Returns the height (in pixels) of row.
getRowModel() - Method in class net.sf.jeppers.grid.JGrid
 
getRowPosition(int) - Method in class net.sf.jeppers.grid.JGrid
Return the top vertical coordinate (in pixels) of row
getScrollableBlockIncrement(Rectangle, int, int) - Method in class net.sf.jeppers.grid.JGrid
Returns visibleRect.height or visibleRect.width, depending on this spreadsheet's orientation.
getScrollableTracksViewportHeight() - Method in class net.sf.jeppers.grid.JGrid
Returns false to indicate that the height of the viewport does not determine the height of the spreadsheet.
getScrollableTracksViewportWidth() - Method in class net.sf.jeppers.grid.JGrid
Returns false to indicate that the width of the viewport does not determine the width of the spreadsheet.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class net.sf.jeppers.grid.JGrid
Returns the scroll increment (in pixels) that completely exposes one new row or column (depending on the orientation).
getSelectionBackgroundColor() - Method in class net.sf.jeppers.grid.JGrid
Returns the background color for selected cells.
getSelectionForegroundColor() - Method in class net.sf.jeppers.grid.JGrid
Returns the foreground color for selected cells.
getSelectionModel() - Method in class net.sf.jeppers.grid.JGrid
 
getShowColumnHeader() - Method in class net.sf.jeppers.grid.JScrollGrid
Return true if column headers are enabled
getShowGrid() - Method in class net.sf.jeppers.grid.JGrid
Returns true if the grid draws grid lines.
getShowHeaders() - Method in class net.sf.jeppers.grid.JScrollGrid
Returns true if both headers are enabled
getShowRowHeader() - Method in class net.sf.jeppers.grid.JScrollGrid
Return true if row headers are enabled
getSize(int) - Method in class net.sf.jeppers.grid.DefaultRulerModel
 
getSize(int) - Method in interface net.sf.jeppers.grid.RulerModel
Returns the size of the specified entry.
getSpanIterator() - Method in class net.sf.jeppers.grid.DefaultSpanModel
 
getSpanIterator() - Method in interface net.sf.jeppers.grid.SpanModel
Return set of spans where (rowCount > 1 || columnCount > 1)
getSpanModel() - Method in class net.sf.jeppers.grid.JGrid
 
getSpanOver(int, int) - Method in class net.sf.jeppers.grid.DefaultSpanModel
 
getSpanOver(int, int) - Method in interface net.sf.jeppers.grid.SpanModel
Return the span over the cell at row, column.
getStyleModel() - Method in class net.sf.jeppers.grid.JGrid
 
getTotalSize() - Method in class net.sf.jeppers.grid.DefaultRulerModel
 
getTotalSize() - Method in interface net.sf.jeppers.grid.RulerModel
Returns the total size of the entries.
getType() - Method in class net.sf.jeppers.grid.SpanModelEvent
Returns the type of the event
getType() - Method in class net.sf.jeppers.grid.GridModelEvent
Return the event type
getType() - Method in class net.sf.jeppers.grid.StyleModelEvent
Return the event type
getUI() - Method in class net.sf.jeppers.grid.JGridHeader
 
getUI() - Method in class net.sf.jeppers.grid.JGrid
Returns the L&F object that renders this component.
getUIClassID() - Method in class net.sf.jeppers.grid.JGridHeader
 
getUIClassID() - Method in class net.sf.jeppers.grid.JGrid
Returns a string that specifies the name of the l&f class that renders this component.
getValueAt(int, int) - Method in class net.sf.jeppers.grid.DefaultGridModel
 
getValueAt(int, int) - Method in interface net.sf.jeppers.grid.GridModel
Returns the value for the cell at row and column
getValueAt(int, int) - Method in class net.sf.jeppers.grid.JGrid
 
getValueIsAdjusting() - Method in class net.sf.jeppers.grid.AbstractSelectionModel
 
getValueIsAdjusting() - Method in interface net.sf.jeppers.grid.SelectionModel
Returns true if the value is undergoing a series of changes.
getVerticalAlignment() - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
getVerticalAlignment() - Method in interface net.sf.jeppers.grid.CellStyle
Returns the vertical alignment of the cell text.
grid - Variable in class net.sf.jeppers.grid.BasicGridUI
 
GridCellEditor - interface net.sf.jeppers.grid.GridCellEditor.
This interface defines the method that editors must implement to be used as an editor by JGrid.
GridCellRenderer - interface net.sf.jeppers.grid.GridCellRenderer.
This interface defines the method required by any object that would like to be a renderer for cells in a JGrid.
gridChanged(GridModelEvent) - Method in class net.sf.jeppers.grid.GridRepaintManager
 
gridChanged(GridModelEvent) - Method in interface net.sf.jeppers.grid.GridModelListener
Callback for when a value is changed in a GridModel
gridChanged(GridModelEvent) - Method in class net.sf.jeppers.grid.JGrid
Sync row and column sizes between models
gridHeader - Variable in class net.sf.jeppers.grid.BasicGridHeaderUI
 
gridModel - Variable in class net.sf.jeppers.grid.JGrid
 
GridModel - interface net.sf.jeppers.grid.GridModel.
Describes a rectangular array of cells.
GridModelEvent - class net.sf.jeppers.grid.GridModelEvent.
Events corresponding to changes in a GridModel.
GridModelEvent(GridModel, int, int, int, int, int) - Constructor for class net.sf.jeppers.grid.GridModelEvent
Creates a new instance of GridModelEvent
GridModelListener - interface net.sf.jeppers.grid.GridModelListener.
 
GridRepaintManager - class net.sf.jeppers.grid.GridRepaintManager.
Handles repainting of grid.
GridRepaintManager(JGrid) - Constructor for class net.sf.jeppers.grid.GridRepaintManager
 
GridUI - class net.sf.jeppers.grid.GridUI.
Pluggable look and feel interface for JGrid.
GridUI() - Constructor for class net.sf.jeppers.grid.GridUI
 

A B C D E F G I J L M N P R S U V