Uses of Interface
org.nakedobjects.plugins.dnd.Viewer

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

Uses of Viewer in org.nakedobjects.plugins.dnd
 

Fields in org.nakedobjects.plugins.dnd declared as Viewer
protected  Viewer Toolkit.viewer
           
 

Methods in org.nakedobjects.plugins.dnd that return Viewer
static Viewer Toolkit.getViewer()
           
 Viewer View.getViewManager()
           
 

Methods in org.nakedobjects.plugins.dnd with parameters of type Viewer
 void SimpleInternalDrag.cancel(Viewer viewer)
           
 void ContentDrag.cancel(Viewer viewer)
          Cancels drag by calling dragOut() on the current target, and changes the cursor back to the default.
abstract  void Drag.cancel(Viewer viewer)
          Indicates the drag has been cancelled; no action should be taken.
 void ViewDrag.cancel(Viewer viewer)
          Cancel drag by changing cursor back to pointer.
protected  void ViewDrag.drag(Viewer viewer)
          Moves the overlay view so it follows the pointer
 void SimpleInternalDrag.end(Viewer viewer)
           
 void ContentDrag.end(Viewer viewer)
          Ends the drag by calling drop() on the current target, and changes the cursor back to the default.
abstract  void Drag.end(Viewer viewer)
          Indicates the drag has properly ended (the mouse button has been released)
 void ViewDrag.end(Viewer viewer)
          Ends the drag by calling drop() on the workspace.
 

Uses of Viewer in org.nakedobjects.plugins.dnd.viewer
 

Classes in org.nakedobjects.plugins.dnd.viewer that implement Viewer
 class XViewer
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.action that return Viewer
 Viewer AbstractControlView.getViewManager()
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type Viewer
 void ResizeDrag.cancel(Viewer viewer)
           
 void ResizeDrag.end(Viewer viewer)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.border that return Viewer
 Viewer AbstractViewDecorator.getViewManager()
           
 

Uses of Viewer in org.nakedobjects.plugins.dnd.viewer.view.help
 

Constructors in org.nakedobjects.plugins.dnd.viewer.view.help with parameters of type Viewer
InternalHelpViewer(Viewer viewer)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple that return Viewer
 Viewer AbstractView.getViewManager()
           
 



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