Uses of Class
org.nakedobjects.plugins.dnd.viewer.drawing.Location

Packages that use Location
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.content   
org.nakedobjects.plugins.dnd.viewer.debug   
org.nakedobjects.plugins.dnd.viewer.drawing   
org.nakedobjects.plugins.dnd.viewer.list   
org.nakedobjects.plugins.dnd.viewer.lookup   
org.nakedobjects.plugins.dnd.viewer.table   
org.nakedobjects.plugins.dnd.viewer.tree   
org.nakedobjects.plugins.dnd.viewer.util   
org.nakedobjects.plugins.dnd.viewer.view.calendar   
org.nakedobjects.plugins.dnd.viewer.view.field   
org.nakedobjects.plugins.dnd.viewer.view.help   
org.nakedobjects.plugins.dnd.viewer.view.message   
org.nakedobjects.plugins.dnd.viewer.view.simple   
org.nakedobjects.plugins.dnd.viewer.view.text   
 

Uses of Location in org.nakedobjects.plugins.dnd
 

Methods in org.nakedobjects.plugins.dnd that return Location
 Location View.getAbsoluteLocation()
           
 Location Click.getLocation()
           
abstract  Location InternalDrag.getLocation()
          Gets the location of the pointer relative to the view.
 Location View.getLocation()
          Determines the location relative to this object's containing view
 Location DragStart.getLocation()
           
 Location SimpleInternalDrag.getLocation()
          Gets the location of the pointer relative to the view.
 Location ViewDrag.getLocation()
           
 Location Click.getLocationWithinViewer()
           
 Location ContentDrag.getOffset()
           
 Location ContentDrag.getTargetLocation()
           
 Location ViewDrag.getViewDropLocation()
           
 

Methods in org.nakedobjects.plugins.dnd with parameters of type Location
 View Workspace.addIconFor(NakedObject nakedObject, Location at)
           
 View Workspace.addWindowFor(NakedObject object, Location at)
           
abstract  void Drag.drag(View target, Location location, int mods)
          Indicates that the drag state has changed.
 void SimpleInternalDrag.drag(View target, Location location, int mods)
           
 void ViewDrag.drag(View target, Location location, int mods)
           
 void ContentDrag.drag(View target, Location location, int mods)
           
 View View.dragFrom(Location location)
           
 void Canvas.drawLine(Location start, int xExtent, int yExtent, Color color)
           
 void UserAction.execute(Workspace workspace, View view, Location at)
          Invoke this action.
 void UserActionSet.execute(Workspace workspace, View view, Location at)
           
 View View.identify(Location mouseLocation)
           
 void View.mouseMoved(Location location)
          Called as the mouse is moved around within this view.
 void View.objectActionResult(NakedObject result, Location at)
          Called when an action generates a result, allowing this view to decide what to do with it.
 void HelpViewer.open(Location location, java.lang.String name, java.lang.String description, java.lang.String help)
           
 View View.pickupContent(Location location)
          Called as the drag of this view's content starts.
 View View.pickupView(Location location)
          Called as the drag of this view starts.
 void InteractionSpy.setAbsoluteLocation(Location absoluteLocation)
           
 void InteractionSpy.setDownAt(Location downAt)
           
 void View.setLocation(Location point)
          Specifies the location of this view, relative to its enclosing view.
 void InteractionSpy.setLocationInView(Location internalLocation)
           
 void InteractionSpy.setLocationInViewer(Location mouseLocation)
           
 void InteractionSpy.setViewLocation(Location locationWithinViewer)
           
 void Viewer.showInOverlay(Content content, Location location)
           
 void Click.subtract(Location location)
           
 void DragStart.subtract(Location location)
           
 void ViewDrag.subtract(Location location)
           
 View View.subviewFor(Location location)
          Identifies the subview that contains the specified location within its bounds.
 ViewAreaType View.viewAreaType(Location mouseLocation)
          Determines if the user is invoking an action relating to this view, rather than to whatever this view represents.
 

Constructors in org.nakedobjects.plugins.dnd with parameters of type Location
Click(View source, Location mouseLocation, int modifiers)
          Creates a new click event object.
ContentDrag(View source, Location offset, View dragView)
          Creates a new drag event.
DragStart(Location location, int mods)
           
SimpleInternalDrag(View view, Location location)
          Creates a new drag event.
 

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

Methods in org.nakedobjects.plugins.dnd.viewer with parameters of type Location
 View XViewer.dragFrom(Location location)
           
 void AwtCanvas.drawLine(Location start, int xExtent, int yExtent, Color color)
           
 void PrintOption.execute(Workspace workspace, View view, Location at)
           
 View XViewer.identifyView(Location location, boolean includeOverlay)
           
 void XViewer.mouseMoved(Location location)
           
 View XViewer.pickupContent(Location location)
           
 View XViewer.pickupView(Location location)
           
 void XViewer.popupMenu(View over, Location at, boolean forView, boolean includeExploration, boolean includeDebug)
           
 void XViewer.showInOverlay(Content content, Location location)
           
 ViewAreaType XViewer.viewAreaType(Location location)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.action that return Location
 Location AbstractControlView.getAbsoluteLocation()
           
 Location AbstractControlView.getLocation()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.action with parameters of type Location
 View AbstractControlView.dragFrom(Location location)
           
 void OpenViewOption.execute(Workspace workspace, View view, Location at)
           
 void CancelAction.execute(Workspace workspace, View view, Location at)
           
 void CloseViewOption.execute(Workspace workspace, View view, Location at)
           
 void IconizeViewOption.execute(Workspace workspace, View view, Location at)
           
 void ReplaceViewOption.execute(Workspace workspace, View view, Location at)
           
abstract  void AbstractUserAction.execute(Workspace workspace, View view, Location at)
           
 void CloseAllViewsForObjectOption.execute(Workspace workspace, View view, Location at)
           
 void CloseAllViewsOption.execute(Workspace workspace, View view, Location at)
           
 void DisposeObjectOption.execute(Workspace workspace, View view, Location at)
           
 View AbstractControlView.identify(Location location)
           
 void AbstractControlView.mouseMoved(Location location)
           
 void AbstractControlView.objectActionResult(NakedObject result, Location at)
           
 View AbstractControlView.pickupContent(Location location)
           
 View AbstractControlView.pickupView(Location location)
           
 void AbstractControlView.setLocation(Location point)
           
 View AbstractControlView.subviewFor(Location location)
           
 ViewAreaType AbstractControlView.viewAreaType(Location mouseLocation)
           
 

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

Fields in org.nakedobjects.plugins.dnd.viewer.basic declared as Location
static Location ApplicationWorkspaceBuilder.UNPLACED
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic that return Location
 Location ResizeDrag.getLocation()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type Location
 View ApplicationWorkspace.addIconFor(NakedObject object, Location at)
           
 View ApplicationWorkspace.addWindowFor(NakedObject object, Location at)
           
 void ResizeDrag.drag(View target, Location location, int mods)
           
 View MinimizedView.identify(Location location)
           
 void ResizeBorder.mouseMoved(Location at)
          Detects whether the point is on the resize border, and if so changes the cursor to show it can be resized.
 void PopupMenu.mouseMoved(Location at)
           
 void PopupMenuContainer.mouseMoved(Location at)
           
 void EmptyField.objectActionResult(NakedObject result, Location at)
          Objects returned by menus are used to set this field before passing the call on to the parent.
 ViewAreaType ResizeBorder.viewAreaType(Location mouseLocation)
           
 ViewAreaType MinimizedView.viewAreaType(Location location)
           
 ViewAreaType FallbackView.viewAreaType(Location mouseLocation)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.basic with parameters of type Location
PopupMenuContainer(View target, Location at)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.border that return Location
 Location AbstractViewDecorator.getAbsoluteLocation()
           
 Location ScrollBorder.getAbsoluteLocation()
           
 Location AbstractViewDecorator.getLocation()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.border with parameters of type Location
 View AbstractViewDecorator.dragFrom(Location location)
           
 View ScrollBorder.dragFrom(Location location)
           
 View AbstractBorder.dragFrom(Location location)
           
 View AbstractViewDecorator.identify(Location mouseLocation)
           
 View ScrollBorder.identify(Location location)
           
 View AbstractBorder.identify(Location location)
           
 View ButtonBorder.identify(Location location)
           
 void AbstractWindowBorder.mouseMoved(Location at)
           
 void AbstractViewDecorator.mouseMoved(Location at)
           
 void ScrollBorder.mouseMoved(Location location)
           
 void AbstractBorder.mouseMoved(Location at)
           
 void AbstractViewDecorator.objectActionResult(NakedObject result, Location at)
           
protected  boolean AbstractBorder.overBorder(Location location)
           
protected  boolean ScrollBorder.overContent(Location location)
           
protected  boolean AbstractBorder.overContent(Location location)
           
 View AbstractViewDecorator.pickupContent(Location location)
           
 View AbstractBorder.pickupContent(Location location)
           
 View AbstractViewDecorator.pickupView(Location location)
           
 View AbstractBorder.pickupView(Location location)
           
 void AbstractViewDecorator.setLocation(Location point)
           
 View AbstractViewDecorator.subviewFor(Location location)
           
 ViewAreaType DroppableLabelBorder.viewAreaType(Location location)
           
 ViewAreaType IconBorder.viewAreaType(Location mouseLocation)
           
 ViewAreaType AbstractViewDecorator.viewAreaType(Location mouseLocation)
           
 ViewAreaType ScrollBorder.viewAreaType(Location location)
           
 ViewAreaType AbstractBorder.viewAreaType(Location mouseLocation)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.content
 

Methods in org.nakedobjects.plugins.dnd.viewer.content with parameters of type Location
 void ClearOneToOneAssociationOption.execute(Workspace frame, View view, Location at)
           
 void ImmediateObjectOption.execute(Workspace workspace, View view, Location at)
           
 void DialoggedObjectOption.execute(Workspace workspace, View view, Location at)
           
 void ClearOneToManyAssociationOption.execute(Workspace frame, View view, Location at)
           
 void AbstractObjectContent.ExplorationInstances.execute(Workspace workspace, View view, Location at)
           
 void AbstractObjectContent.ExplorationClone.execute(Workspace workspace, View view, Location at)
           
 void AbstractObjectContent.DebugClearResolvedOption.execute(Workspace workspace, View view, Location at)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.debug
 

Methods in org.nakedobjects.plugins.dnd.viewer.debug with parameters of type Location
 void DebugCanvas.drawLine(Location start, int xExtent, int yExtent, Color color)
           
 void DebugCanvasAbsolute.drawLine(Location start, int xExtent, int yExtent, Color color)
           
 void DebugOption.execute(Workspace workspace, View view, Location at)
           
 void DebugDumpSnapshotOption.execute(Workspace workspace, View view, Location at)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.drawing
 

Methods in org.nakedobjects.plugins.dnd.viewer.drawing that return Location
 Location Bounds.getLocation()
           
 Location Offset.offset(Location locationInViewer)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.drawing with parameters of type Location
 boolean Bounds.contains(Location location)
           
 Location Offset.offset(Location locationInViewer)
           
 Offset Location.offsetFrom(Location location)
           
 void Location.subtract(Location location)
           
 void Location.translate(Location offset)
           
 

Constructors in org.nakedobjects.plugins.dnd.viewer.drawing with parameters of type Location
Bounds(Location location, Size size)
           
Location(Location location)
           
Offset(Location location)
           
Offset(Location locationInViewer, Location locationInView)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.list
 

Methods in org.nakedobjects.plugins.dnd.viewer.list with parameters of type Location
 void InternalCollectionBorder.objectActionResult(NakedObject result, Location at)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.lookup
 

Methods in org.nakedobjects.plugins.dnd.viewer.lookup with parameters of type Location
 void OpenDropDownBorder.mouseMoved(Location at)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.table with parameters of type Location
 View TableHeader.identify(Location location)
           
 void TableHeader.mouseMoved(Location at)
           
 ViewAreaType TableHeader.viewAreaType(Location at)
           
 ViewAreaType TableRowBorder.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.tree with parameters of type Location
 void TreeNodeBorder.objectActionResult(NakedObject result, Location at)
           
 ViewAreaType TreeNodeBorder.viewAreaType(Location mouseLocation)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.util
 

Methods in org.nakedobjects.plugins.dnd.viewer.util that return Location
static Location Properties.getLocation(java.lang.String name, Location defaultLocation)
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.util with parameters of type Location
static Location Properties.getLocation(java.lang.String name, Location defaultLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.calendar with parameters of type Location
 void CalendarBorder.mouseMoved(Location at)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.field with parameters of type Location
 View AbstractField.dragFrom(Location location)
          Indicates the start of a drag within this view's bounds.
 void RevertFieldOption.execute(Workspace workspace, View view, Location at)
           
 void CopyValueOption.execute(Workspace frame, View view, Location at)
           
 void PasteValueOption.execute(Workspace workspace, View view, Location at)
           
 void ClearValueOption.execute(Workspace frame, View view, Location at)
           
 boolean AbstractField.indicatesForView(Location mouseLocation)
           
 ViewAreaType AbstractField.viewAreaType(Location mouseLocation)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.help with parameters of type Location
 void ExternalHelpViewerProgram.open(Location location, java.lang.String name, java.lang.String description, java.lang.String help)
           
 void InternalHelpViewer.open(Location location, java.lang.String name, java.lang.String description, java.lang.String help)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.view.message
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.message with parameters of type Location
 void MessageDialogSpecification.CloseViewAction.execute(Workspace workspace, View view, Location at)
           
 

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

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple that return Location
 Location AbstractView.getAbsoluteLocation()
           
 Location AbstractView.getLocation()
           
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.simple with parameters of type Location
 View AbstractView.dragFrom(Location location)
           
 View AbstractView.identify(Location location)
           
 void AbstractView.mouseMoved(Location location)
           
 void AbstractView.objectActionResult(NakedObject result, Location at)
           
 View AbstractView.pickupContent(Location location)
           
 View AbstractView.pickupView(Location location)
           
 View AbstractCompositeView.pickupView(Location location)
           
 void AbstractView.setLocation(Location location)
           
 View AbstractView.subviewFor(Location location)
           
 View AbstractCompositeView.subviewFor(Location location)
           
 ViewAreaType AbstractView.viewAreaType(Location location)
           
 ViewAreaType FieldErrorView.viewAreaType(Location mouseLocation)
           
 ViewAreaType AbstractCompositeView.viewAreaType(Location location)
           
 

Uses of Location in org.nakedobjects.plugins.dnd.viewer.view.text
 

Methods in org.nakedobjects.plugins.dnd.viewer.view.text with parameters of type Location
 void CursorPosition.cursorAt(Location atLocation)
           
 void TextSelection.extendTo(Location at)
          extends the selection so the end point is the same as the cursor.
 



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