Uses of Class
org.openbp.jaspira.gui.interaction.DragDropPane

Packages that use DragDropPane
org.openbp.cockpit.itemeditor   
org.openbp.jaspira.gui.interaction   
org.openbp.jaspira.gui.plugin   
 

Uses of DragDropPane in org.openbp.cockpit.itemeditor
 

Methods in org.openbp.cockpit.itemeditor that return DragDropPane
 DragDropPane StandardItemEditor.getDndPane()
          Gets the dragDropPane of the wizard dialog responsible for DnD actions.
 

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

Methods in org.openbp.jaspira.gui.interaction that return DragDropPane
 DragDropPane DropPaneContainer.getDragDropPane()
          Returns the drad and drop page of this container.
 DragDropPane DropableDialog.getDragDropPane()
           
static DragDropPane DragDropPane.installDragDropPane(DropPaneContainer container)
          Creates a new drag drop pane and installs it as a glass pane for the givent container.
 

Methods in org.openbp.jaspira.gui.interaction with parameters of type DragDropPane
 void DropPaneContainer.setDragDropPane(DragDropPane pane)
          Sets up the given drag and drop pane as glass pane of the container.
 void DropableDialog.setDragDropPane(DragDropPane pane)
           
 

Uses of DragDropPane in org.openbp.jaspira.gui.plugin
 

Methods in org.openbp.jaspira.gui.plugin that return DragDropPane
 DragDropPane JaspiraPageContainer.getDragDropPane()
           
 

Methods in org.openbp.jaspira.gui.plugin with parameters of type DragDropPane
 void JaspiraPageContainer.setDragDropPane(DragDropPane pane)
           
 



Copyright © 2011. All Rights Reserved.