com.azalient.api.ui.clipboard
Interface IDraggable

All Known Subinterfaces:
IAssociate, IBezierAssociate, ICentre, ICourse, IJoiner, IMotorType, IPastable, IPersonType, IPickable, IRestriction, IRouteClass, IRouteClassBehaviour, ISelectable, IService, ISignalRule, IStream, ITimedEvent, ITrail, ITransportTrip, ITransportType, IType, IVehicleType

public interface IDraggable

A draggable object can be moved (dragged) by the user


Method Summary
 boolean selected()
          Return true if this object is currently selected
 boolean selectedForDraggingDraw()
          Return true if this object is currently selected AND it should be drawn while it is being dragged
 

Method Detail

selected

boolean selected()
Return true if this object is currently selected


selectedForDraggingDraw

boolean selectedForDraggingDraw()
Return true if this object is currently selected AND it should be drawn while it is being dragged