org.isqlviewer.ui.dnd |
Components that facilitate Drag-n-Drop operations within iSQL-Viewer.
|
Java Source File Name | Type | Comment |
BookmarkTreeDropTarget.java | Class | Adapter object for handling drop events for bookmarks, folders, and text within a bookmark tree view.
author: Mark A. |
ResultSetRendererDropTarget.java | Class | Adapter object for handling drop events for things the generate result sets from the connected service.
author: Mark A. |
SchemaNodeRenderer.java | Class | |
TabbedPaneDropTarget.java | Class | Enhanced Drop target for TabbedPanes.
Currently this drop target creates that dragOver tab / change selection effect. |
TextComponentDropTarget.java | Class | Drop Target for dropping text with COPY/MOVE DnD actions.
The default drop targets for text only want to seem to do COPY only.
author: Mark A. |