|
|||||||||
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.ExposeEvent
public class ExposeEvent
This event object is used to identify how expose has changed.
ExposeListener
,
Serialized FormNested Class Summary | |
---|---|
static class |
ExposeEvent.Type
Deprecated. |
Constructor Summary | |
---|---|
ExposeEvent(java.lang.Object source,
EventExpose gdkEvent)
Deprecated. |
|
ExposeEvent(java.lang.Object source,
EventNoExpose gdkEvent)
Deprecated. |
Method Summary | |
---|---|
Rectangle |
getArea()
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 |
getCount()
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. |
Region |
getRegion()
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 |
getSendEvent()
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. 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(ExposeEvent.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 |
Constructor Detail |
---|
public ExposeEvent(java.lang.Object source, EventExpose gdkEvent)
public ExposeEvent(java.lang.Object source, EventNoExpose gdkEvent)
Method Detail |
---|
public Window getWindow()
public boolean getSendEvent()
public Rectangle getArea()
public Region getRegion()
public int getCount()
public boolean isOfType(ExposeEvent.Type test)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |