Uses of Package
net.sf.jeppers.grid

Classes in net.sf.jeppers.grid used by net.sf.jeppers.grid
AbstractGridModel
          This abstract class provides default implementations for most of the methods in the GridModel interface.
AbstractRulerModel
          A base for RulerModel that provides handling of listeners.
AbstractSelectionModel
          A base for SelectionModel that provides handling of listeners.
AbstractSpanModel
          A base for SpanModel that provides handling of listeners.
AbstractStyleModel
          A base for StyleModel that provides handling of listeners.
BasicGridUI
           
CellSpan
          This class embodies the idea that cells can be merged.
CellStyle
          Provides rendering information about a cell.
GenericCellEditor.EditorDelegate
          The protected EditorDelegate class.
GridCellEditor
          This interface defines the method that editors must implement to be used as an editor by JGrid.
GridCellRenderer
          This interface defines the method required by any object that would like to be a renderer for cells in a JGrid.
GridModel
          Describes a rectangular array of cells.
GridModelEvent
          Events corresponding to changes in a GridModel.
GridModelListener
           
GridRepaintManager
          Handles repainting of grid.
GridUI
          Pluggable look and feel interface for JGrid.
JGrid
          The JGrid is used to display and edit regular two-dimensional grid of cells.
JGridHeader
           
ResizableGrid
          This interface defines the methods to implement for models (StyleModel, RulerModel, SpanModel, SelectionModel) that need to sync dimensions with GridModel.
RulerModel
          This interface captures the model for handling a component that can be segmented along the horizontal or vertical axis, with each segment size being separately tunable.
RulerModelEvent
           
RulerModelListener
           
SelectionModel
          SelectionModel stores selection information for a grid of cells.
SelectionModelEvent
           
SelectionModelListener
           
SpanModel
          SpanModel provides information about cell spans for a grid of cells.
SpanModelEvent
           
SpanModelListener
           
StampLabel
           
StyleModel
          StyleModel handles editors, renderers, and cell styles for a grid of cells.
StyleModelEvent
           
StyleModelListener