Uses of Class
synergynetframework.appsystem.contentsystem.items.utils.Location

Packages that use Location
apps.conceptmap.graphcomponents.link   
apps.conceptmap.graphcomponents.nodes   
apps.livingmaps   
apps.mathpadapp.conceptmapping   
apps.projectmanagement.component.staffnode   
apps.projectmanagement.component.workflowchart.core.graphcomponents.links   
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes   
apps.remotecontrol.networkmanager.managers   
apps.remotecontrol.networkmanager.messages   
apps.remotecontrol.tableportal   
apps.remotecontrol.tableportal.inspectionutility   
synergynetframework.appsystem.contentsystem.items   
synergynetframework.appsystem.contentsystem.items.implementation.interfaces   
synergynetframework.appsystem.contentsystem.items.innernotecontroller   
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils   
 

Uses of Location in apps.conceptmap.graphcomponents.link
 

Methods in apps.conceptmap.graphcomponents.link that return Location
 Location LinkMenu.getLocation()
          Gets the location.
 Location GraphLink.getSourceLocation()
          Gets the source location.
 Location GraphLink.getTargetLocation()
          Gets the target location.
 

Methods in apps.conceptmap.graphcomponents.link with parameters of type Location
 void GraphLink.setSourceLocation(Location sourceLocation)
          Sets the source location.
 void GraphLink.setTargetLocation(Location targetLocation)
          Sets the target location.
 

Uses of Location in apps.conceptmap.graphcomponents.nodes
 

Methods in apps.conceptmap.graphcomponents.nodes that return Location
 Location GraphNode.getLocation()
          Gets the location.
 

Uses of Location in apps.livingmaps
 

Methods in apps.livingmaps that return Location
 Location ItemMapInfo.getLocation()
          Gets the location.
 

Methods in apps.livingmaps with parameters of type Location
 void ItemMapInfo.setLocation(Location location)
          Sets the location.
 

Constructors in apps.livingmaps with parameters of type Location
ItemMapInfo(Location location, int zoomLevel)
          Instantiates a new item map info.
 

Uses of Location in apps.mathpadapp.conceptmapping
 

Methods in apps.mathpadapp.conceptmapping that return Location
 Location GraphNode.getLocation()
          Gets the location.
 

Uses of Location in apps.projectmanagement.component.staffnode
 

Methods in apps.projectmanagement.component.staffnode that return Location
 Location StaffNode.getLocation()
          Gets the location.
 

Uses of Location in apps.projectmanagement.component.workflowchart.core.graphcomponents.links
 

Methods in apps.projectmanagement.component.workflowchart.core.graphcomponents.links that return Location
 Location LinkMenu.getLocation()
          Gets the location.
 Location GraphLink.getSourceLocation()
          Gets the source location.
 Location GraphLink.getTargetLocation()
          Gets the target location.
 

Methods in apps.projectmanagement.component.workflowchart.core.graphcomponents.links with parameters of type Location
 void GraphLink.setSourceLocation(Location sourceLocation)
          Sets the source location.
 void GraphLink.setTargetLocation(Location targetLocation)
          Sets the target location.
 

Uses of Location in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes
 

Methods in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes that return Location
 Location GraphNode.getLocation()
          Gets the location.
 

Uses of Location in apps.remotecontrol.networkmanager.managers
 

Methods in apps.remotecontrol.networkmanager.managers with parameters of type Location
 void NetworkedContentManager.transferContentItem(ContentItem item, TableIdentity sourceTableId, TableIdentity targetTableId, Location newLoc)
          Transfer content item.
 

Method parameters in apps.remotecontrol.networkmanager.managers with type arguments of type Location
 void NetworkedContentManager.postItemsToTable(java.util.HashMap<java.lang.String,Location> itemNames, TableIdentity tableId, TableIdentity targetTableId, boolean deleteItems)
          Post items to table.
 void NetworkedContentManager.registerContentItems(java.util.HashMap<ContentItem,Location> contentItems)
          Register content items.
 

Uses of Location in apps.remotecontrol.networkmanager.messages
 

Methods in apps.remotecontrol.networkmanager.messages that return types with arguments of type Location
 java.util.HashMap<java.lang.String,Location> RequestItemsPortalMessage.getItemNames()
          Gets the item names.
 java.util.HashMap<ContentItem,Location> PostItemsPortalMessage.getItems()
          Gets the items.
 

Constructor parameters in apps.remotecontrol.networkmanager.messages with type arguments of type Location
PostItemsPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.HashMap<ContentItem,Location> collection, TableIdentity targetTableId)
          Instantiates a new post items portal message.
RequestItemsPortalMessage(java.lang.Class<?> targetClass, TableIdentity tableId, java.util.HashMap<java.lang.String,Location> itemNames, TableIdentity targetTableId, boolean deleteItems)
          Instantiates a new request items portal message.
 

Uses of Location in apps.remotecontrol.tableportal
 

Fields in apps.remotecontrol.tableportal with type parameters of type Location
 java.util.HashMap<java.lang.String,Location> WorkspaceManager.itemLoc
          The item loc.
 

Uses of Location in apps.remotecontrol.tableportal.inspectionutility
 

Fields in apps.remotecontrol.tableportal.inspectionutility with type parameters of type Location
 java.util.Map<ContentItem,Location> CircularLayout.originalLocsMap
          The original locs map.
 

Uses of Location in synergynetframework.appsystem.contentsystem.items
 

Methods in synergynetframework.appsystem.contentsystem.items that return Location
 Location ContentItem.getLocalLocation()
          Gets the local location.
 Location OrthoContentItem.getLocation()
          Gets the location.
 Location LineItem.getSourceLocation()
          Gets the source location.
 Location LineItem.getTargetLocation()
          Gets the target location.
 

Methods in synergynetframework.appsystem.contentsystem.items with parameters of type Location
 void ContentItem.setLocalLocation(Location location)
           
 void OrthoContentItem.setLocation(Location location)
           
 void ContentItem.setLocation(Location location)
           
 void LineItem.setSourceLocation(Location sourceLocation)
           
 void LineItem.setTargetLocation(Location targetLocation)
           
 

Constructors in synergynetframework.appsystem.contentsystem.items with parameters of type Location
LineItem(ContentSystem contentSystem, java.lang.String name, Location sourceLocation, Location targetLocation)
          Instantiates a new line item.
 

Uses of Location in synergynetframework.appsystem.contentsystem.items.implementation.interfaces
 

Methods in synergynetframework.appsystem.contentsystem.items.implementation.interfaces with parameters of type Location
 void IContentItemImplementation.setLocalLocation(Location location)
          Sets the local location.
 void IContentItemImplementation.setLocation(Location location)
          Sets the location.
 void ILineImplementation.setSourceLocation(Location sourceLocation)
          Sets the source location.
 void ILineImplementation.setTargetLocation(Location targetPoint)
          Sets the target location.
 

Uses of Location in synergynetframework.appsystem.contentsystem.items.innernotecontroller
 

Methods in synergynetframework.appsystem.contentsystem.items.innernotecontroller that return Location
 Location InnerNoteEditor.getLocation()
          Gets the location.
 

Uses of Location in synergynetframework.appsystem.contentsystem.jme.items
 

Methods in synergynetframework.appsystem.contentsystem.jme.items that return Location
 Location JMEContentItem.getLocalLocation()
          Gets the local location.
 

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type Location
 void JMEOrthoContentItem.setLocalLocation(Location location)
           
 void JMEContentItem.setLocalLocation(Location location)
           
 void JMEContentItem.setLocation(Location location)
           
 void JMELineItem.setSourceLocation(Location sourceLocation)
           
 void JMELineItem.setTargetLocation(Location targetLocation)
           
 

Uses of Location in synergynetframework.appsystem.services.net.networkedcontentmanager.utils
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils that return Location
 Location RemoteDesktop.getLocation()