Interface LabelAction<T>
public interface LabelAction<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoideditLabel(T instance, Point location, LabelActionListener<T> actionListener) Edit the label.
-
Method Details
-
editLabel
Edit the label.- Parameters:
instance- the instancelocation- the location on screenactionListener- the callback function to signal the changed data
-