Class TabbedPaneTransferHandler.TabbedPaneDragGestureRecognizer
- java.lang.Object
-
- java.awt.dnd.DragGestureRecognizer
-
- com.github.weisj.darklaf.ui.tabbedpane.TabbedPaneTransferHandler.TabbedPaneDragGestureRecognizer
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TabbedPaneTransferHandler
protected static class TabbedPaneTransferHandler.TabbedPaneDragGestureRecognizer extends DragGestureRecognizer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.awt.dnd.DragGestureRecognizer
component, dragGestureListener, dragSource, events, sourceActions
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TabbedPaneDragGestureRecognizer(DragGestureListener dgl)
-
Method Summary
Modifier and Type Method Description protected void
registerListeners()
register this DragGestureRecognizer's Listeners with the Componentprotected void
unregisterListeners()
unregister this DragGestureRecognizer's Listeners with the Component-
Methods inherited from class java.awt.dnd.DragGestureRecognizer
addDragGestureListener, appendEvent, fireDragGestureRecognized, getComponent, getDragSource, getSourceActions, getTriggerEvent, removeDragGestureListener, resetRecognizer, setComponent, setSourceActions
-
-
-
-
Constructor Detail
-
TabbedPaneDragGestureRecognizer
protected TabbedPaneDragGestureRecognizer(DragGestureListener dgl)
-
-
Method Detail
-
registerListeners
protected void registerListeners()
register this DragGestureRecognizer's Listeners with the Component- Specified by:
registerListeners
in classDragGestureRecognizer
-
unregisterListeners
protected void unregisterListeners()
unregister this DragGestureRecognizer's Listeners with the Componentsubclasses must override this method
- Specified by:
unregisterListeners
in classDragGestureRecognizer
-
-