|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Bin
org.gnu.gtk.EventBox
public class EventBox
The EventBox widget is a container with a seethrough window that can receive events for the container widget - normally one that cannot recvieve its own. Events are sent to the windows, so a widget without windows cannot recieve events.
Constructor Summary | |
---|---|
EventBox()
Construct a new EventBox object. |
|
EventBox(org.gnu.glib.Handle handle)
Construct an eventbox using a handle to a native resource. |
Method Summary | |
---|---|
boolean |
getAboveChild()
Returns whether the EventBox is above the window of its' child. |
static EventBox |
getEventBox(org.gnu.glib.Handle handle)
Internal static factory method to be used by Java-Gnome only. |
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
boolean |
getWindowVisible()
Returns whether the EventBox has a visible window |
void |
setAboveChild(boolean aboveChild)
Returns whether the EventBox is above or below the windows of its' child. |
void |
setWindowVisible(boolean isVisible)
Sets whether the EventBox has a visible window. |
Methods inherited from class org.gnu.gtk.Bin |
---|
getChild |
Methods inherited from class org.gnu.gtk.Container |
---|
add, addListener, getBooleanChildProperty, getBorderWidth, getChildProperty, getChildren, getEventListenerClass, getEventType, getIntChildProperty, getResizeMode, remove, removeListener, resizeChildren, setBooleanChildProperty, setBorderWidth, setChildProperty, setIntChildProperty, setResizeMode |
Methods inherited from class org.gnu.gtk.GtkObject |
---|
destroy, sink |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventBox()
public EventBox(org.gnu.glib.Handle handle)
Method Detail |
---|
public static EventBox getEventBox(org.gnu.glib.Handle handle)
public void setWindowVisible(boolean isVisible)
isVisible
- public boolean getWindowVisible()
public void setAboveChild(boolean aboveChild)
aboveChild
- public boolean getAboveChild()
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |