Package com.bc.ceres.swing
Class GridSelectionModel.Event
- java.lang.Object
- 
- java.util.EventObject
- 
- com.bc.ceres.swing.GridSelectionModel.Event
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing interface:
- GridSelectionModel
 
 public static class GridSelectionModel.Event extends EventObject - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description Event(GridSelectionModel source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GridSelectionModelgetSource()- 
Methods inherited from class java.util.EventObjecttoString
 
- 
 
- 
- 
- 
Constructor Detail- 
Eventpublic Event(GridSelectionModel source) 
 
- 
 - 
Method Detail- 
getSourcepublic GridSelectionModel getSource() - Overrides:
- getSourcein class- EventObject
 
 
- 
 
-