Interface AttributeTablePanelListener
-
- All Known Implementing Classes:
AttributePanel
public interface AttributeTablePanelListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionReplaced(AttributeTablePanel panel)Called when the user creates a new selection, rather than adding to the existing selection
-
-
-
Method Detail
-
selectionReplaced
void selectionReplaced(AttributeTablePanel panel)
Called when the user creates a new selection, rather than adding to the existing selection
-
-