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

Packages that use InternalDrag
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.table   
org.nakedobjects.plugins.dnd.viewer.view.field   
org.nakedobjects.plugins.dnd.viewer.view.simple   
 

Uses of InternalDrag in org.nakedobjects.plugins.dnd
 

Subclasses of InternalDrag in org.nakedobjects.plugins.dnd
 class SimpleInternalDrag
           
 

Methods in org.nakedobjects.plugins.dnd with parameters of type InternalDrag
 void View.drag(InternalDrag drag)
          Called as mouse is dragged within and without this view.
 void View.dragCancel(InternalDrag drag)
           
 void View.dragTo(InternalDrag drag)
          Called as the drag ends within and without this view.
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.action with parameters of type InternalDrag
 void AbstractControlView.drag(InternalDrag drag)
           
 void AbstractControlView.dragCancel(InternalDrag drag)
           
 void AbstractControlView.dragTo(InternalDrag drag)
           
 

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

Subclasses of InternalDrag in org.nakedobjects.plugins.dnd.viewer.basic
 class ResizeDrag
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type InternalDrag
 void ResizeBorder.drag(InternalDrag drag)
           
 void ResizeBorder.dragTo(InternalDrag drag)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type InternalDrag
 void AbstractViewDecorator.drag(InternalDrag drag)
           
 void ScrollBorder.drag(InternalDrag drag)
           
 void AbstractViewDecorator.dragCancel(InternalDrag drag)
           
 void DroppableLabelBorder.dragCancel(InternalDrag drag)
           
 void ScrollBorder.dragCancel(InternalDrag drag)
           
 void AbstractViewDecorator.dragTo(InternalDrag drag)
           
 void ScrollBorder.dragTo(InternalDrag drag)
           
 

Uses of InternalDrag in org.nakedobjects.plugins.dnd.viewer.table
 

Methods in org.nakedobjects.plugins.dnd.viewer.table with parameters of type InternalDrag
 void TableHeader.dragTo(InternalDrag drag)
           
 

Uses of InternalDrag in org.nakedobjects.plugins.dnd.viewer.view.field
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.field with parameters of type InternalDrag
 void TextField.drag(InternalDrag drag)
           
 void AbstractField.drag(InternalDrag drag)
          Indicates the drag started within this view's bounds is continuing.
 void AbstractField.dragCancel(InternalDrag drag)
          Default implementation - does nothing
 void TextField.dragTo(InternalDrag drag)
           
 void AbstractField.dragTo(InternalDrag drag)
          Indicates the drag started within this view's bounds has been finished (although the location may now be outside of its bounds).
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type InternalDrag
 void AbstractView.drag(InternalDrag drag)
           
 void AbstractView.dragCancel(InternalDrag drag)
           
 void AbstractView.dragTo(InternalDrag drag)
           
 



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