public abstract class NbListComponent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Runnable |
_onRequiredUpdateButtonStatuses |
protected CatalogComponent |
table |
protected MainWindowSwing |
win |
| Constructor and Description |
|---|
NbListComponent(MainWindowSwing win,
Runnable _onRequiredUpdateButtonStatuses) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CatalogComponent |
createCatalog() |
int |
getSelectedIndex() |
NetbeansBinaryLink |
getSelectedRemoteNbInstallation() |
Object |
getSelectedValue() |
static boolean |
isDownloadingVersion(String v) |
NetbeansLocation[] |
load() |
boolean |
markForDownload(String v) |
void |
onDownload() |
protected void |
prepare() |
void |
refresh() |
void |
setSelectedIndex(int i) |
JComponent |
toComponent() |
boolean |
unmarkForDownload(String v) |
protected MainWindowSwing win
protected CatalogComponent table
protected Runnable _onRequiredUpdateButtonStatuses
public NbListComponent(MainWindowSwing win, Runnable _onRequiredUpdateButtonStatuses)
protected abstract CatalogComponent createCatalog()
public static boolean isDownloadingVersion(String v)
public NetbeansBinaryLink getSelectedRemoteNbInstallation()
public boolean markForDownload(String v)
public boolean unmarkForDownload(String v)
public void onDownload()
public NetbeansLocation[] load()
public void refresh()
public JComponent toComponent()
public Object getSelectedValue()
public int getSelectedIndex()
public void setSelectedIndex(int i)
protected void prepare()
Copyright © 2022 vpc open source initiative. All rights reserved.