public interface ShapeListBoxListener
Modifier and Type | Method and Description |
---|---|
void |
shapeRemoved(Shape shape,
int oldIndex)
Raised when the user removes a Shape from the ListBox.
|
void |
shapeRenamed(Shape shape,
int index,
java.lang.String oldName)
Raised when the user renames a Shape in the ListBox.
|
void |
shapeSelected(Shape shape,
int index)
Called when the user selects a Shape in the ListBox.
|
void shapeSelected(Shape shape, int index)
void shapeRenamed(Shape shape, int index, java.lang.String oldName)
void shapeRemoved(Shape shape, int oldIndex)