public interface PSearchResults extends PSearchConsumer
Modifier and Type | Method and Description |
---|---|
void |
addButtonListener(ActionListener l)
Registers the given listener with action events for the buttons in
the panel.
|
PModelHandle[] |
getSelectedItems() |
void |
removeButtonListener(ActionListener l)
Removes the given action listener from the buttons in the panel.
|
void |
setDisplay(PModelHandle[] pm)
Updates the table with the given list of data.
|
addIASelectionListener, getSpreadSheet, removeIASelectionListener
PModelHandle[] getSelectedItems()
void setDisplay(PModelHandle[] pm)
pm
- the list of new datavoid addButtonListener(ActionListener l)
l
- the action listener to addvoid removeButtonListener(ActionListener l)
l
- the action listener to removeCopyright © 2003, 2023, Oracle and/or its affiliates.