Class PieceInfoView.SelectionListenerForcePiece

  • All Implemented Interfaces:
    java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
    Enclosing class:
    PieceInfoView

    private static class PieceInfoView.SelectionListenerForcePiece
    extends org.eclipse.swt.events.SelectionAdapter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)  
      • Methods inherited from class org.eclipse.swt.events.SelectionAdapter

        widgetDefaultSelected
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • piece_number

        private final int piece_number
      • force_piece

        private final org.eclipse.swt.widgets.MenuItem force_piece
    • Constructor Detail

      • SelectionListenerForcePiece

        public SelectionListenerForcePiece​(PiecePicker picker,
                                           int piece_number,
                                           org.eclipse.swt.widgets.MenuItem force_piece)
    • Method Detail

      • widgetSelected

        public void widgetSelected​(org.eclipse.swt.events.SelectionEvent e)
        Specified by:
        widgetSelected in interface org.eclipse.swt.events.SelectionListener
        Overrides:
        widgetSelected in class org.eclipse.swt.events.SelectionAdapter