Interface LabelAction<T>


  • public interface LabelAction<T>
    • Method Detail

      • editLabel

        void editLabel​(T instance,
                       Point location,
                       LabelActionListener<T> actionListener)
        Edit the label.
        Parameters:
        instance - the instance
        location - the location on screen
        actionListener - the callback function to signal the changed data