com.azalient.api.ui.clipboard
Interface IProximity


public interface IProximity

Used to identify objects which can be edited by "proximity" editing. Proximity editing allows you to edit the object nearest to the cross-hair cursor, without selecting it first.


Method Summary
 boolean proximal()
          Return true if this object is currently selected because it is close to the cursor
 void proximal(boolean v)
          If true, set this object to be selected.
 

Method Detail

proximal

void proximal(boolean v)
If true, set this object to be selected. This is fired when it is close to the cursor


proximal

boolean proximal()
Return true if this object is currently selected because it is close to the cursor