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

Packages that use ContentDrag
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.calendar   
org.nakedobjects.plugins.dnd.viewer.view.simple   
 

Uses of ContentDrag in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd with parameters of type ContentDrag
 void View.drag(ContentDrag contentDrag)
           
 void View.dragIn(ContentDrag drag)
          Called as the content being dragged is dragged into this view.
 void View.dragOut(ContentDrag drag)
          Called as the content being dragged is dragged out of this view.
 void View.drop(ContentDrag drag)
          Called as another view's contents (the source) is dropped on this view's contents (the target).
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.action with parameters of type ContentDrag
 void AbstractControlView.drag(ContentDrag contentDrag)
           
 void AbstractControlView.dragIn(ContentDrag drag)
           
 void AbstractControlView.dragOut(ContentDrag drag)
           
 void AbstractControlView.drop(ContentDrag drag)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type ContentDrag
 void SimpleIdentifier.dragIn(ContentDrag drag)
           
 void MinimizedView.dragIn(ContentDrag drag)
           
 void EmptyField.dragIn(ContentDrag drag)
           
 void Identifier.dragIn(ContentDrag drag)
           
 void SimpleIdentifier.dragOut(ContentDrag drag)
           
 void MinimizedView.dragOut(ContentDrag drag)
           
 void EmptyField.dragOut(ContentDrag drag)
           
 void Identifier.dragOut(ContentDrag drag)
           
 void ApplicationWorkspace.drop(ContentDrag drag)
           
 void MinimizedView.drop(ContentDrag drag)
           
 void EmptyField.drop(ContentDrag drag)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type ContentDrag
 void DroppableLabelBorder.drag(ContentDrag drag)
           
 void AbstractViewDecorator.drag(ContentDrag contentDrag)
           
 void DroppableLabelBorder.dragIn(ContentDrag drag)
           
 void AbstractViewDecorator.dragIn(ContentDrag drag)
           
 void ScrollBorder.dragIn(ContentDrag drag)
           
 void AbstractBorder.dragIn(ContentDrag drag)
           
 void DroppableLabelBorder.dragOut(ContentDrag drag)
           
 void AbstractViewDecorator.dragOut(ContentDrag drag)
           
 void ScrollBorder.dragOut(ContentDrag drag)
           
 void AbstractBorder.dragOut(ContentDrag drag)
           
 void DroppableLabelBorder.drop(ContentDrag drag)
           
 void AbstractViewDecorator.drop(ContentDrag drag)
           
 void AbstractBorder.drop(ContentDrag drag)
           
 

Uses of ContentDrag in org.nakedobjects.plugins.dnd.viewer.view.calendar
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.calendar with parameters of type ContentDrag
 void CalendarTemplate.drop(ContentDrag drag)
           
 boolean WeekDisplay.drop(ContentDrag drag, Size size)
           
 boolean MonthDisplay.drop(ContentDrag drag, Size size)
           
 boolean CalendarDisplay.drop(ContentDrag drag, Size size)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type ContentDrag
 void AbstractView.drag(ContentDrag contentDrag)
           
 void AbstractView.dragIn(ContentDrag drag)
           
 void ObjectView.dragIn(ContentDrag drag)
           
 void AbstractView.dragOut(ContentDrag drag)
           
 void ObjectView.dragOut(ContentDrag drag)
           
 void AbstractView.drop(ContentDrag drag)
           
 void ObjectView.drop(ContentDrag drag)
          Called when a dragged object is dropped onto this view.
 



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