Uses of Interface
org.openbp.jaspira.gui.interaction.CursorPrototype

Packages that use CursorPrototype
org.openbp.jaspira.gui.interaction   
 

Uses of CursorPrototype in org.openbp.jaspira.gui.interaction
 

Classes in org.openbp.jaspira.gui.interaction that implement CursorPrototype
 class BasicCursorPrototype
           
 

Fields in org.openbp.jaspira.gui.interaction declared as CursorPrototype
static CursorPrototype DragDropPane.acceptCursorPrototype
          Accept cursor.
static CursorPrototype DragDropPane.rejectCursorPrototype
          Reject cursor.
 

Methods in org.openbp.jaspira.gui.interaction that return CursorPrototype
 CursorPrototype DragAwareRegion.getCursor()
          Returns the cursor prototype that should be used for constructing a cursor if a drag over occurs.
 CursorPrototype BasicDropRegion.getCursor()
          Gets the cursor prototype that should be used for constructing a cursor if a drag over occurs.
 

Methods in org.openbp.jaspira.gui.interaction with parameters of type CursorPrototype
 void BasicDropRegion.setCursor(CursorPrototype cursor)
          Sets the cursor prototype that should be used for constructing a cursor if a drag over occurs.
 



Copyright © 2011. All Rights Reserved.