Class CancelDragAndDropOperation

java.lang.Object
bibliothek.gui.dock.common.intern.CancelDragAndDropOperation
All Implemented Interfaces:
CKeyboardListener

public class CancelDragAndDropOperation extends Object implements CKeyboardListener
  • Constructor Details

    • CancelDragAndDropOperation

      public CancelDragAndDropOperation(CControl control)
  • Method Details

    • getTreeLocation

      public DockElement getTreeLocation()
    • keyPressed

      public boolean keyPressed(CDockable source, KeyEvent event)
      Description copied from interface: CKeyboardListener
      Called when a key was pressed on a child or on source.
      Specified by:
      keyPressed in interface CKeyboardListener
      Parameters:
      source - the source of the event
      event - the event
      Returns:
      true if this method processed the event and the event must not be forwarded to other listeners, false if this listener did not process the event
    • keyReleased

      public boolean keyReleased(CDockable source, KeyEvent event)
      Description copied from interface: CKeyboardListener
      Called when a key was released on a child or on source.
      Specified by:
      keyReleased in interface CKeyboardListener
      Parameters:
      source - the source of the event
      event - the event
      Returns:
      true if this method processed the event and the event must not be forwarded to other listeners, false if this listener did not process the event
    • keyTyped

      public boolean keyTyped(CDockable source, KeyEvent event)
      Description copied from interface: CKeyboardListener
      Called when a key was typed on a child or on source.
      Specified by:
      keyTyped in interface CKeyboardListener
      Parameters:
      source - the source of the event
      event - the event
      Returns:
      true if this method processed the event and the event must not be forwarded to other listeners, false if this listener did not process the event