| net.infonode.tabbedpanel.TabEvent net.infonode.tabbedpanel.TabDragEvent
TabDragEvent | public class TabDragEvent extends TabEvent (Code) | | TabDragEvent is an mouseEvent that contains information about the tab that is
beeing dragged from a tabbed panel and a point specifying the mouse
coordinates.
author: $Author: jesper $ version: $Revision: 1.13 $ See Also: TabbedPanel See Also: Tab |
TabDragEvent | public TabDragEvent(Object source, MouseEvent mouseEvent)(Code) | | Constructs a TabDragEvent
Parameters: source - the Tab or TabbedPanel that is the source for this Parameters: mouseEvent - the mouse mouseEvent that triggered the drag, the event source should be the tab and the eventpoint should be relative to the tab since: ITP 1.3.0 |
getMouseEvent | public MouseEvent getMouseEvent()(Code) | | Returns the mouse event that triggered this drag. The event source is set to the tab and the event point is
relative to the tab.
the mouse event that triggered this drag since: ITP 1.3.0 |
getPoint | public Point getPoint()(Code) | | Gets the mouse coordinates
the mouse coordinats relative to the Tab that is beeingdragged |
|
|