|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
Component, |
Constructs a MouseEvent object with the specified source component type modifiers coordinates and click count. |
Changed Constructors | ||
Component, |
Documentation changed from old to new. |
Constructs a MouseEvent object with the specified source component type modifiers coordinates and click count. |
Added Methods | |
int getButton() |
Returns which if any of the mouse buttons has changed state. |
String getMouseModifiersText(int ) |
Returns a String describing the modifier key(s) such as "Shift" or "Ctrl+Shift". |
Changed Methods | ||
int getClickCount() |
Documentation changed from old to new. |
Returns the number of mouse clicks associated with this event. |
Point getPoint() |
Documentation changed from old to new. |
Returns the x y position of the event relative to the source component. |
boolean isPopupTrigger() |
Documentation changed from old to new. |
Returns whether or not this mouse event is the popup menu trigger event for the platform. |
void translatePoint(int, |
Documentation changed from old to new. |
Translates the event's coordinates to a new position by adding specified x (horizontal) and y (vertical) offsets. |
Added Fields | |
int BUTTON1 |
Indicates mouse button #1; used by #getButton |
int BUTTON2 |
Indicates mouse button #2; used by #getButton |
int BUTTON3 |
Indicates mouse button #3; used by #getButton |
int MOUSE_WHEEL |
The "mouse wheel" event. |
int NOBUTTON |
Indicates no mouse buttons; used by #getButton |
Changed Fields | ||
int MOUSE_CLICKED |
Documentation changed from old to new. |
The "mouse clicked" event. |
int MOUSE_DRAGGED |
Documentation changed from old to new. |
The "mouse dragged" event. |
int MOUSE_ENTERED |
Documentation changed from old to new. |
The "mouse entered" event. |
int MOUSE_EXITED |
Documentation changed from old to new. |
The "mouse exited" event. |
int MOUSE_MOVED |
Documentation changed from old to new. |
The "mouse moved" event. |
int MOUSE_PRESSED |
Documentation changed from old to new. |
The "mouse pressed" event. |
int MOUSE_RELEASED |
Documentation changed from old to new. |
The "mouse released" event. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |