public abstract class ReloadableListPanel<T> extends ReloadablePanel<T>
ReloadablePanel.DataProvider<T>
Constructor and Description |
---|
ReloadableListPanel() |
Modifier and Type | Method and Description |
---|---|
protected void |
createList() |
javax.swing.JPanel |
getMainPanel() |
T |
getSelectedValue() |
doUpdateValues, fillActionPanel, getErrorComponent, isBackgroundJobRunning, onUpdateValues, onValuesUpdateError, reloadValuesInBackground, setDataProvider
protected javax.swing.JList<T> myList
public T getSelectedValue()
getSelectedValue
in class ReloadablePanel<T>
protected void createList()
public javax.swing.JPanel getMainPanel()
getMainPanel
in class ReloadablePanel<T>