Uses of Interface
com.bc.ceres.swing.GridSelectionModel
-
Packages that use GridSelectionModel Package Description com.bc.ceres.swing Provides general Swing utility classes. -
-
Uses of GridSelectionModel in com.bc.ceres.swing
Classes in com.bc.ceres.swing that implement GridSelectionModel Modifier and Type Class Description static class
Grid.DefaultGridSelectionModel
Methods in com.bc.ceres.swing that return GridSelectionModel Modifier and Type Method Description GridSelectionModel
Grid. getSelectionModel()
GridSelectionModel
GridSelectionModel.Event. getSource()
Methods in com.bc.ceres.swing with parameters of type GridSelectionModel Modifier and Type Method Description void
Grid. setSelectionModel(GridSelectionModel selectionModel)
Constructors in com.bc.ceres.swing with parameters of type GridSelectionModel Constructor Description Event(GridSelectionModel source)
-