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

S

selectionChanged(SelectionModelEvent) - Method in class net.sf.jeppers.grid.GridRepaintManager
 
selectionChanged(SelectionModelEvent) - Method in interface net.sf.jeppers.grid.SelectionModelListener
 
selectionModel - Variable in class net.sf.jeppers.grid.JGrid
 
SelectionModel - interface net.sf.jeppers.grid.SelectionModel.
SelectionModel stores selection information for a grid of cells.
SelectionModelEvent - class net.sf.jeppers.grid.SelectionModelEvent.
 
SelectionModelEvent(SelectionModel, boolean) - Constructor for class net.sf.jeppers.grid.SelectionModelEvent
Represents a change in selection status
SelectionModelListener - interface net.sf.jeppers.grid.SelectionModelListener.
 
setAnchor(int, int) - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
setAnchor(int, int) - Method in interface net.sf.jeppers.grid.SelectionModel
Set the selection anchor
setBackgroundColor(Color) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setBackgroundColor(Color) - Method in interface net.sf.jeppers.grid.CellStyle
Sets the background color of the cell.
setBorder(Border) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setBorder(Border) - Method in interface net.sf.jeppers.grid.CellStyle
Sets the border to paint around the edges of the cell.
setCellLock(boolean, int, int) - Method in class net.sf.jeppers.grid.DefaultGridModel
Set whether cell at row and column can be editted.
setCellStyle(CellStyle, int, int) - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
setClickCountToStart(int) - Method in class net.sf.jeppers.grid.GenericCellEditor
Specifies the number of clicks needed to start editing.
setColumnHeader(JGridHeader) - Method in class net.sf.jeppers.grid.JScrollGrid
Set the column header to display
setColumnWidth(int, int) - Method in class net.sf.jeppers.grid.JGrid
Sets the width for column to width.
setEditingColumn(int) - Method in class net.sf.jeppers.grid.JGrid
Sets the editingColumn variable.
setEditingRow(int) - Method in class net.sf.jeppers.grid.JGrid
Sets the editingRow variable.
setEditor(Class, GridCellEditor) - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
setFocusBackgroundColor(Color) - Method in class net.sf.jeppers.grid.JGrid
Sets the background color for cells with focus.
setFocusForegroundColor(Color) - Method in class net.sf.jeppers.grid.JGrid
Sets the foreground color for cells with focus.
setFont(Font) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setFont(Font) - Method in interface net.sf.jeppers.grid.CellStyle
Set the font to use to render cell text.
setForegroundColor(Color) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setForegroundColor(Color) - Method in interface net.sf.jeppers.grid.CellStyle
Sets the color to use for rendering cell text.
setFormat(Format) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setFormat(Format) - Method in interface net.sf.jeppers.grid.CellStyle
Set the format to use to render cell text.
setGridColor(Color) - Method in class net.sf.jeppers.grid.JGrid
Sets the color used to draw grid lines.
setGridModel(GridModel) - Method in class net.sf.jeppers.grid.JGrid
 
setHorizontalAlignment(int) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setHorizontalAlignment(int) - Method in interface net.sf.jeppers.grid.CellStyle
Set the horizontal alignment of the cell text.
setLead(int, int) - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
setLead(int, int) - Method in interface net.sf.jeppers.grid.SelectionModel
Set the selection lead
setPadding(Insets) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setPadding(Insets) - Method in interface net.sf.jeppers.grid.CellStyle
Sets the padding to be used around the cell text.
setPreferredScrollableViewportSize(Dimension) - Method in class net.sf.jeppers.grid.JGrid
Sets the preferred size of the viewport for this table.
setRenderer(Class, GridCellRenderer) - Method in class net.sf.jeppers.grid.DefaultStyleModel
 
setRowHeader(JGridHeader) - Method in class net.sf.jeppers.grid.JScrollGrid
Set the row header to display
setRowHeight(int, int) - Method in class net.sf.jeppers.grid.JGrid
Sets the height for row to height.
setSelectionBackgroundColor(Color) - Method in class net.sf.jeppers.grid.JGrid
Sets the background color for selected cells.
setSelectionForegroundColor(Color) - Method in class net.sf.jeppers.grid.JGrid
Sets the foreground color for selected cells.
setSelectionModel(SelectionModel) - Method in class net.sf.jeppers.grid.JGrid
 
setSelectionRange(int, int, int, int) - Method in class net.sf.jeppers.grid.DefaultSelectionModel
 
setSelectionRange(int, int, int, int) - Method in interface net.sf.jeppers.grid.SelectionModel
Set the selection to the specified range
setShowColumnHeader(boolean) - Method in class net.sf.jeppers.grid.JScrollGrid
Set whether the column header should be displayed
setShowGrid(boolean) - Method in class net.sf.jeppers.grid.JGrid
Sets wether grid lines should be drawn.
setShowHeaders(boolean) - Method in class net.sf.jeppers.grid.JScrollGrid
Set whether both headers should be displayed
setShowRowHeader(boolean) - Method in class net.sf.jeppers.grid.JScrollGrid
Set whether the row header should be displayed
setSize(int, int) - Method in class net.sf.jeppers.grid.DefaultRulerModel
 
setSize(int, int) - Method in interface net.sf.jeppers.grid.RulerModel
Sets the size of the specified entry.
setSpanModel(SpanModel) - Method in class net.sf.jeppers.grid.JGrid
 
setStyleModel(StyleModel) - Method in class net.sf.jeppers.grid.JGrid
 
setUI(GridUI) - Method in class net.sf.jeppers.grid.JGridHeader
 
setUI(GridUI) - Method in class net.sf.jeppers.grid.JGrid
Sets the L&F object that renders this component.
setValue(Object) - Method in class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
Sets the value of this cell.
setValue(Object) - Method in class net.sf.jeppers.grid.StampLabel
Sets the String object for the cell being rendered to value.
setValueAt(Object, int, int) - Method in class net.sf.jeppers.grid.DefaultGridModel
 
setValueAt(Object, int, int) - Method in interface net.sf.jeppers.grid.GridModel
Sets the value for the cell at row and column to value
setValueAt(Object, int, int) - Method in class net.sf.jeppers.grid.JGrid
 
setValueIsAdjusting(boolean) - Method in class net.sf.jeppers.grid.AbstractSelectionModel
 
setValueIsAdjusting(boolean) - Method in interface net.sf.jeppers.grid.SelectionModel
This property is true if upcoming changes to the value of the model should be considered a single event.
setVerticalAlignment(int) - Method in class net.sf.jeppers.grid.DefaultCellStyle
 
setVerticalAlignment(int) - Method in interface net.sf.jeppers.grid.CellStyle
Set the vertical alignment of the cell text.
shouldSelectCell(EventObject) - Method in class net.sf.jeppers.grid.GenericCellEditor
Forwards the message from the CellEditor to the delegate.
shouldSelectCell(EventObject) - Method in class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
Returns true to indicate that the editing cell may be selected.
SPAN_ADDED - Static variable in class net.sf.jeppers.grid.SpanModelEvent
 
SPAN_REMOVED - Static variable in class net.sf.jeppers.grid.SpanModelEvent
 
SPAN_UPDATED - Static variable in class net.sf.jeppers.grid.SpanModelEvent
 
spanChanged(SpanModelEvent) - Method in class net.sf.jeppers.grid.GridRepaintManager
 
spanChanged(SpanModelEvent) - Method in interface net.sf.jeppers.grid.SpanModelListener
 
spanModel - Variable in class net.sf.jeppers.grid.JGrid
 
SpanModel - interface net.sf.jeppers.grid.SpanModel.
SpanModel provides information about cell spans for a grid of cells.
SpanModelEvent - class net.sf.jeppers.grid.SpanModelEvent.
 
SpanModelEvent(SpanModel, int, int, int, int, int, int, int) - Constructor for class net.sf.jeppers.grid.SpanModelEvent
Constructs a new event for a change to a SpanModel
SpanModelListener - interface net.sf.jeppers.grid.SpanModelListener.
 
StampLabel - class net.sf.jeppers.grid.StampLabel.
 
StampLabel.UIResource - class net.sf.jeppers.grid.StampLabel.UIResource.
A subclass of StampLabel that implements UIResource.
StampLabel.UIResource() - Constructor for class net.sf.jeppers.grid.StampLabel.UIResource
 
StampLabel() - Constructor for class net.sf.jeppers.grid.StampLabel
 
startCellEditing(EventObject) - Method in class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
Returns true to indicate that editing has begun.
stopCellEditing() - Method in class net.sf.jeppers.grid.GenericCellEditor
Forwards the message from the CellEditor to the delegate.
stopCellEditing() - Method in class net.sf.jeppers.grid.GenericCellEditor.EditorDelegate
Stops editing and returns true to indicate that editing has stopped.
styleChanged(StyleModelEvent) - Method in interface net.sf.jeppers.grid.StyleModelListener
 
styleChanged(StyleModelEvent) - Method in class net.sf.jeppers.grid.GridRepaintManager
 
styleModel - Variable in class net.sf.jeppers.grid.JGrid
 
StyleModel - interface net.sf.jeppers.grid.StyleModel.
StyleModel handles editors, renderers, and cell styles for a grid of cells.
StyleModelEvent - class net.sf.jeppers.grid.StyleModelEvent.
 
StyleModelEvent(StyleModel, int) - Constructor for class net.sf.jeppers.grid.StyleModelEvent
Construct new Event corresponding to a change in a StyleModel.
StyleModelEvent(StyleModel, int, int, int, int, int) - Constructor for class net.sf.jeppers.grid.StyleModelEvent
Construct new Event corresponding to a change in a StyleModel.
StyleModelListener - interface net.sf.jeppers.grid.StyleModelListener.
 

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