net.infonode.tabbedpanel
public class TabDragEvent extends TabEvent
Version: $Revision: 1.13 $
See Also: TabbedPanel Tab
Constructor Summary | |
---|---|
TabDragEvent(Object source, Tab tab, Point point)
Constructs a TabDragEvent
| |
TabDragEvent(Object source, MouseEvent mouseEvent)
Constructs a TabDragEvent
|
Method Summary | |
---|---|
MouseEvent | getMouseEvent()
Returns the mouse event that triggered this drag. |
Point | getPoint()
Gets the mouse coordinates
|
Deprecated: Use TabDragEvent instead.
Constructs a TabDragEventParameters: source the Tab or TabbedPanel that is the source for this mouseEvent tab the Tab that is being dragged point the mouse coordinates relative to the Tab that is being dragged
Parameters: source the Tab or TabbedPanel that is the source for this mouseEvent the mouse mouseEvent that triggered the drag, the event source should be the tab and the event point should be relative to the tab
Since: ITP 1.3.0
Returns: the mouse event that triggered this drag
Since: ITP 1.3.0
Returns: the mouse coordinats relative to the Tab that is beeing dragged