com.azalient.api.ui.clipboard
Interface ISelections


public interface ISelections

An interface to the most recently selected object of each type


Method Summary
 IAgent selectedAgent()
           
 IDwell selectedDwell()
           
 IIntersection selectedIntersection()
           
 ILane selectedLane()
           
 ILane selectedLane2()
           
 ILink selectedLink()
           
 ILink selectedLink2()
           
 ILink selectedLinkInward()
           
 ILink selectedLinkOutward()
           
 ILoop selectedLoop()
           
 INode selectedNode()
           
 INode selectedNode2()
           
 IPlace selectedPlace()
           
 IService selectedService()
           
 ISign selectedSign()
           
 IStand selectedStand()
           
 IWalkway selectedWalkway()
           
 ITwig selectedWalkwayDirection()
           
 

Method Detail

selectedService

IService selectedService()

selectedDwell

IDwell selectedDwell()

selectedStand

IStand selectedStand()

selectedSign

ISign selectedSign()

selectedLoop

ILoop selectedLoop()

selectedLane

ILane selectedLane()

selectedLane2

ILane selectedLane2()

selectedLink

ILink selectedLink()

selectedLink2

ILink selectedLink2()

selectedNode

INode selectedNode()

selectedNode2

INode selectedNode2()

selectedIntersection

IIntersection selectedIntersection()

selectedAgent

IAgent selectedAgent()

selectedPlace

IPlace selectedPlace()

selectedLinkInward

ILink selectedLinkInward()

selectedLinkOutward

ILink selectedLinkOutward()

selectedWalkway

IWalkway selectedWalkway()

selectedWalkwayDirection

ITwig selectedWalkwayDirection()