Uses of Interface
net.sf.jeppers.grid.CellStyle

Uses of CellStyle in net.sf.jeppers.grid
 

Classes in net.sf.jeppers.grid that implement CellStyle
 class DefaultCellStyle
          Default implementation of CellStyle.
 

Methods in net.sf.jeppers.grid that return CellStyle
 CellStyle DefaultCellStyle.copy()
           
 CellStyle CellStyle.copy()
          Return a new object that is a duplicate of this CellStyle
 CellStyle DefaultStyleModel.getDefaultCellStyle()
           
 CellStyle DefaultStyleModel.getCellStyle(int row, int column)
           
 CellStyle StyleModel.getCellStyle(int row, int column)
          Returns the style for the cell at row, column.
 

Methods in net.sf.jeppers.grid with parameters of type CellStyle
 Component GenericCellEditor.getEditorComponent(int row, int column, Object value, CellStyle style, boolean isSelected, JGrid grid)
           
 Component GridCellRenderer.getRendererComponent(int row, int column, Object value, CellStyle style, boolean isSelected, boolean hasFocus, JGrid grid)
          Returns the component used for drawing the cell.
 Component GridCellEditor.getEditorComponent(int row, int column, Object value, CellStyle style, boolean isSelected, JGrid grid)
          Sets an initial value for the editor.
 Component GenericCellRenderer.getRendererComponent(int row, int column, Object value, CellStyle style, boolean isSelected, boolean hasFocus, JGrid grid)
           
 void DefaultStyleModel.setCellStyle(CellStyle style, int row, int column)
           
 

Constructors in net.sf.jeppers.grid with parameters of type CellStyle
DefaultCellStyle(CellStyle parent)