|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gdk.DragContext
A DragContext holds information about a drag in process. It is used on both source and destination sides.
Field Summary |
Fields inherited from class org.gnu.glib.GObject |
eventsInitialized |
Constructor Summary | |
DragContext()
Construct a DragContext. |
|
DragContext(Handle handle)
Construct a DragContext using native resources. |
Method Summary | |
protected static int |
gdk_drag_context_get_type()
|
protected static Handle |
gdk_drag_context_new()
|
DragAction |
getAction()
Return the action chosen by the destination. |
protected static int |
getAction(Handle obj)
|
protected static int |
getActions(Handle obj)
|
Window |
getDestination()
Return the destination window. |
protected static Handle |
getDestWindow(Handle obj)
|
protected static boolean |
getIsSource(Handle obj)
|
DragProtocol |
getProtocol()
Return the Drag Protocol |
protected static int |
getProtocol(Handle obj)
BEGINNING OF GENERATED CODE |
Window |
getSource()
Return the source window. |
protected static Handle |
getSourceWindow(Handle obj)
|
DragAction |
getSuggestedAction()
Return the action suggested by the source. |
protected static int |
getSuggestedAction(Handle obj)
|
boolean |
isSource()
Returns true if the context is used on the source side. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DragContext()
public DragContext(Handle handle)
Method Detail |
public Window getSource()
public Window getDestination()
public DragProtocol getProtocol()
public boolean isSource()
public DragAction getSuggestedAction()
public DragAction getAction()
protected static final int getProtocol(Handle obj)
protected static final boolean getIsSource(Handle obj)
protected static final Handle getSourceWindow(Handle obj)
protected static final Handle getDestWindow(Handle obj)
protected static final int getActions(Handle obj)
protected static final int getSuggestedAction(Handle obj)
protected static final int getAction(Handle obj)
protected static final int gdk_drag_context_get_type()
protected static final Handle gdk_drag_context_new()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |