|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.MouseEvent
public class MouseEvent
This event represents mouse events.
MouseListener
,
Serialized FormNested Class Summary | |
---|---|
static class |
MouseEvent.Type
Deprecated. |
Field Summary | |
---|---|
static int |
BUTTON1
Deprecated. |
static int |
BUTTON2
Deprecated. |
static int |
BUTTON3
Deprecated. |
static int |
DOUBLE_CLICK
Deprecated. |
static int |
SINGLE_CLICK
Deprecated. |
static int |
TRIPLE_CLICK
Deprecated. |
static int |
TRIPPLE_CLICK
Deprecated. |
Constructor Summary | |
---|---|
MouseEvent(java.lang.Object source,
MouseEvent.Type type,
EventButton gdkEvent)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
|
MouseEvent(java.lang.Object source,
MouseEvent.Type type,
EventCrossing gdkEvent)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
|
MouseEvent(java.lang.Object source,
MouseEvent.Type type,
EventScroll gdkEvent)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
Method Summary | |
---|---|
int |
getButtonPressed()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
int |
getClickType()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
ScrollDirection |
getDirection()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
ModifierType |
getModifierKey()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
Window |
getWindow()
Deprecated. |
double |
getX()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
double |
getY()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
boolean |
isOfType(MouseEvent.Type test)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback. |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
---|
getSource, getType, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BUTTON1
public static final int BUTTON2
public static final int BUTTON3
public static final int SINGLE_CLICK
public static final int DOUBLE_CLICK
public static final int TRIPLE_CLICK
public static final int TRIPPLE_CLICK
Constructor Detail |
---|
public MouseEvent(java.lang.Object source, MouseEvent.Type type, EventButton gdkEvent)
public MouseEvent(java.lang.Object source, MouseEvent.Type type, EventScroll gdkEvent)
public MouseEvent(java.lang.Object source, MouseEvent.Type type, EventCrossing gdkEvent)
Method Detail |
---|
public boolean isOfType(MouseEvent.Type test)
public int getButtonPressed()
public ScrollDirection getDirection()
public double getX()
public double getY()
public int getClickType()
public ModifierType getModifierKey()
ModifierType
)public Window getWindow()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |