Uses of Class
org.gnu.gdk.DragAction

Packages that use DragAction
org.gnu.gdk   
org.gnu.gtk   
 

Uses of DragAction in org.gnu.gdk
 

Fields in org.gnu.gdk declared as DragAction
static DragAction DragAction.DEFAULT
           
static DragAction DragAction.COPY
           
static DragAction DragAction.MOVE
           
static DragAction DragAction.LINK
           
static DragAction DragAction.PRIVATE
           
static DragAction DragAction.ASK
           
 

Methods in org.gnu.gdk that return DragAction
static DragAction DragAction.intern(int value)
           
 DragAction DragAction.or(DragAction other)
           
 DragAction DragAction.and(DragAction other)
           
 DragAction DragAction.xor(DragAction other)
           
 DragAction DragContext.getSuggestedAction()
          Return the action suggested by the source.
 DragAction DragContext.getAction()
          Return the action chosen by the destination.
 

Methods in org.gnu.gdk with parameters of type DragAction
 DragAction DragAction.or(DragAction other)
           
 DragAction DragAction.and(DragAction other)
           
 DragAction DragAction.xor(DragAction other)
           
 boolean DragAction.test(DragAction other)
           
 

Uses of DragAction in org.gnu.gtk
 

Methods in org.gnu.gtk with parameters of type DragAction
 void Widget.setDragSource(ModifierType buttons, TargetEntry[] targets, DragAction actions)
          Sets up the widget so that it can be the source of drag and drop operations.
 void Widget.setDragDestination(DestDefaults flags, TargetEntry[] targets, DragAction actions)
          Sets up the widget so that is can receive drops as part of drag drop events and specifies what sort of drops it will accept
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net