public class ItemMouseEvent extends ItemEvent
itemClick
event.Modifier and Type | Method and Description |
---|---|
int |
getButton()
Gets the pressed mouse button.
|
int |
getClicks()
Gets the number of clicks.
|
boolean |
getResizeEnd()
Gets a value indicating whether the item's end is about to be resized.
|
boolean |
getResizeStart()
Gets a value indicating whether the item's start is about to be resized.
|
int |
getX()
Gets the x-position of the mouse relative to the item.
|
int |
getY()
Gets the y-position of the mouse relative to the item.
|
public int getButton()
public int getX()
public int getY()
public int getClicks()
public boolean getResizeStart()
public boolean getResizeEnd()