Uses of Class
org.nakedobjects.plugins.dnd.ViewDrag

Packages that use ViewDrag
org.nakedobjects.plugins.dnd   
org.nakedobjects.plugins.dnd.viewer.action   
org.nakedobjects.plugins.dnd.viewer.basic   
org.nakedobjects.plugins.dnd.viewer.border   
org.nakedobjects.plugins.dnd.viewer.view.simple   
 

Uses of ViewDrag in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd with parameters of type ViewDrag
 void View.drop(ViewDrag drag)
          Called as another view (the source) is dropped on this view (the target).
 

Uses of ViewDrag in org.nakedobjects.plugins.dnd.viewer.action
 

Methods in org.nakedobjects.plugins.dnd.viewer.action with parameters of type ViewDrag
 void AbstractControlView.drop(ViewDrag drag)
           
 

Uses of ViewDrag in org.nakedobjects.plugins.dnd.viewer.basic
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type ViewDrag
 void ApplicationWorkspace.drop(ViewDrag drag)
           
 

Uses of ViewDrag in org.nakedobjects.plugins.dnd.viewer.border
 

Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type ViewDrag
 void AbstractViewDecorator.drop(ViewDrag drag)
           
 void AbstractBorder.drop(ViewDrag drag)
           
 

Uses of ViewDrag in org.nakedobjects.plugins.dnd.viewer.view.simple
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type ViewDrag
 void AbstractView.drop(ViewDrag drag)
          No default behaviour, views can only be dropped on workspace
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.