Interface NetEditorListener

All Known Implementing Classes:
DjNetViewer, ItlkEditor, ItlkViewer, NetEditorFrame

public interface NetEditorListener
An interface to handle the interaction between the editor and the main program.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Triggered when the creation mode is canceled only if the editor is editable.
    void
    linkClicked(NetEditor src, NetObject obj, int childIdx, MouseEvent e)
    Trigerred when the user click on a link if the editor is not editable.
    void
    Trigerred when the user click on an object only if the editor is not editable.
    void
    Trigerred when the scheme size change, after a load or a call to computePreferredSize.
    void
    Trigerred when the scheme change, it means that when the user do something that affects the scheme currently edited, this function is called.