Class CancelDragAndDropOperation
java.lang.Object
bibliothek.gui.dock.common.intern.CancelDragAndDropOperation
- All Implemented Interfaces:
CKeyboardListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleankeyPressed(CDockable source, KeyEvent event) Called when a key was pressed on a child or onsource.booleankeyReleased(CDockable source, KeyEvent event) Called when a key was released on a child or onsource.booleanCalled when a key was typed on a child or onsource.
-
Constructor Details
-
CancelDragAndDropOperation
-
-
Method Details
-
getTreeLocation
-
keyPressed
Description copied from interface:CKeyboardListenerCalled when a key was pressed on a child or onsource.- Specified by:
keyPressedin interfaceCKeyboardListener- Parameters:
source- the source of the eventevent- the event- Returns:
trueif this method processed the event and the event must not be forwarded to other listeners,falseif this listener did not process the event
-
keyReleased
Description copied from interface:CKeyboardListenerCalled when a key was released on a child or onsource.- Specified by:
keyReleasedin interfaceCKeyboardListener- Parameters:
source- the source of the eventevent- the event- Returns:
trueif this method processed the event and the event must not be forwarded to other listeners,falseif this listener did not process the event
-
keyTyped
Description copied from interface:CKeyboardListenerCalled when a key was typed on a child or onsource.- Specified by:
keyTypedin interfaceCKeyboardListener- Parameters:
source- the source of the eventevent- the event- Returns:
trueif this method processed the event and the event must not be forwarded to other listeners,falseif this listener did not process the event
-