Beispiel #1
0
 @Override
 public final void actionPerformed(ActionEvent e) {
   myAutoSelectionTimer.stop();
   if (getStep().isAutoSelectionEnabled()) {
     onAutoSelectionTimer();
   }
 }
Beispiel #2
0
  @Override
  public void dispose() {
    super.dispose();

    myAutoSelectionTimer.stop();

    PopupDispatcher.unsetShowing(this);
    PopupDispatcher.clearRootIfNeeded(this);

    if (myOwnerWindow != null && myOwnerListener != null) {
      myOwnerWindow.removeComponentListener(myOwnerListener);
    }
  }
Beispiel #3
0
 protected final void stopTimer() {
   myAutoSelectionTimer.stop();
 }