|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gudy.azureus2.plugins.ui.tables.TableRowMouseEvent
public class TableRowMouseEvent
Field Summary | |
---|---|
int |
button
Which button was pressed. |
Object |
data
Misc data |
static int |
EVENT_MOUSEDOUBLECLICK
eventType is trigggered when mouse is double clicked |
static int |
EVENT_MOUSEDOWN
eventType is triggered when mouse is pressed down |
static int |
EVENT_MOUSEENTER
|
static int |
EVENT_MOUSEEXIT
|
static int |
EVENT_MOUSEMOVE
eventType is triggered when the mouse is moved. |
static int |
EVENT_MOUSEUP
eventType is triggered when mouse is let go |
int |
eventType
EVENT_* constant specifying the type of event that has been triggered |
int |
keyboardState
Keyboard state when the mouse event was triggered. |
TableRow |
row
TableRow that the mouse trigger applies to |
boolean |
skipCoreFunctionality
Setting this value to true will prevent Azureus from running its core functionality (if any) for the mouse event. |
int |
x
x position of mouse relative to table cell |
int |
y
y position of mouse relative to table cell |
Constructor Summary | |
---|---|
TableRowMouseEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EVENT_MOUSEDOWN
public static final int EVENT_MOUSEUP
public static final int EVENT_MOUSEDOUBLECLICK
public static final int EVENT_MOUSEMOVE
TableCellMouseListener
will not recieve mouse move events.
public static final int EVENT_MOUSEENTER
public static final int EVENT_MOUSEEXIT
public int eventType
public int x
public int y
public int button
More buttons may already be pressed down.
For events of type EVENT_MOUSEMOVE, button will be 0
public int keyboardState
public boolean skipCoreFunctionality
public Object data
public TableRow row
Constructor Detail |
---|
public TableRowMouseEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |