Interface LabelAction<T>


public interface LabelAction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    editLabel(T instance, Point location, LabelActionListener<T> actionListener)
    Edit the label.
  • Method Details

    • 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