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

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

Uses of ViewAreaType in org.nakedobjects.plugins.dnd
 

Fields in org.nakedobjects.plugins.dnd declared as ViewAreaType
static ViewAreaType ViewAreaType.CONTENT
           
static ViewAreaType ViewAreaType.INTERNAL
           
static ViewAreaType ViewAreaType.VIEW
           
 

Methods in org.nakedobjects.plugins.dnd that return ViewAreaType
 ViewAreaType View.viewAreaType(Location mouseLocation)
          Determines if the user is invoking an action relating to this view, rather than to whatever this view represents.
 

Methods in org.nakedobjects.plugins.dnd with parameters of type ViewAreaType
 void InteractionSpy.setType(ViewAreaType type)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer that return ViewAreaType
 ViewAreaType XViewer.viewAreaType(Location location)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.action that return ViewAreaType
 ViewAreaType AbstractControlView.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.basic that return ViewAreaType
 ViewAreaType FallbackView.viewAreaType(Location mouseLocation)
           
 ViewAreaType MinimizedView.viewAreaType(Location location)
           
 ViewAreaType ResizeBorder.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.border that return ViewAreaType
 ViewAreaType AbstractViewDecorator.viewAreaType(Location mouseLocation)
           
 ViewAreaType DroppableLabelBorder.viewAreaType(Location location)
           
 ViewAreaType ScrollBorder.viewAreaType(Location location)
           
 ViewAreaType IconBorder.viewAreaType(Location mouseLocation)
           
 ViewAreaType AbstractBorder.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.table that return ViewAreaType
 ViewAreaType TableHeader.viewAreaType(Location at)
           
 ViewAreaType TableRowBorder.viewAreaType(Location mouseLocation)
           
 

Uses of ViewAreaType in org.nakedobjects.plugins.dnd.viewer.tree
 

Methods in org.nakedobjects.plugins.dnd.viewer.tree that return ViewAreaType
 ViewAreaType TreeNodeBorder.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.field that return ViewAreaType
 ViewAreaType AbstractField.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple that return ViewAreaType
 ViewAreaType AbstractCompositeView.viewAreaType(Location location)
           
 ViewAreaType AbstractView.viewAreaType(Location location)
           
 ViewAreaType FieldErrorView.viewAreaType(Location mouseLocation)
           
 



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