Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.ide.diagrams
Interface Selectable  view Selectable download Selectable.java


public interface Selectable

Figures may implement this interface if they want to be notified when they are selected.


Method Summary
 void onSelect(jac.aspects.gui.DisplayContext context)
          Called when the figure is selected
 

Method Detail

onSelect

public void onSelect(jac.aspects.gui.DisplayContext context)
Called when the figure is selected