Class GridSelectionAdapter

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener

    public class GridSelectionAdapter
    extends Object
    implements org.eclipse.swt.widgets.Listener
    The grid selection adapter for checkbox support
    • Constructor Detail

      • GridSelectionAdapter

        public GridSelectionAdapter​(IEventChannel eventChannel,
                                    GridColumnViewModel column)
        Creates a new adapter.
        Parameters:
        eventChannel - the event channel to send events, cannot be null.
        column - the column view model that represents column, cannot be null.
    • Method Detail

      • handleEvent

        public void handleEvent​(org.eclipse.swt.widgets.Event event)
        Specified by:
        handleEvent in interface org.eclipse.swt.widgets.Listener