|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
net.infonode.tabbedpanel.TabEvent
net.infonode.tabbedpanel.TabDragEvent
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.
TabbedPanel,
Tab,
Serialized Form| Constructor Summary | |
TabDragEvent(Object source,
MouseEvent mouseEvent)
Constructs a TabDragEvent |
|
TabDragEvent(Object source,
Tab tab,
Point point)
Deprecated. Use TabDragEvent(Object, java.awt.event.MouseEvent) instead. |
|
| Method Summary | |
MouseEvent |
getMouseEvent()
Returns the mouse event that triggered this drag. |
Point |
getPoint()
Gets the mouse coordinates |
| Methods inherited from class net.infonode.tabbedpanel.TabEvent |
getTab |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TabDragEvent(Object source,
Tab tab,
Point point)
TabDragEvent(Object, java.awt.event.MouseEvent) instead.
source - the Tab or TabbedPanel that is the source for this
mouseEventtab - the Tab that is being draggedpoint - the mouse coordinates relative to the Tab that is being
dragged
public TabDragEvent(Object source,
MouseEvent mouseEvent)
source - the Tab or TabbedPanel that is the source for thismouseEvent - the mouse mouseEvent that triggered the drag, the event source should be the tab and the event
point should be relative to the tab| Method Detail |
public Point getPoint()
public MouseEvent getMouseEvent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||