Class NetbeansInstallationListComponent

java.lang.Object
net.thevpc.netbeans.launcher.ui.panes.NetbeansInstallationListComponent
Direct Known Subclasses:
NbListComponentAsList, NetbeansInstallationListComponentAsTable

public abstract class NetbeansInstallationListComponent extends Object
  • Field Details

  • Constructor Details

    • NetbeansInstallationListComponent

      public NetbeansInstallationListComponent(MainWindowSwing win, Runnable _onRequiredUpdateButtonStatuses)
  • Method Details

    • createCatalog

      protected abstract CatalogComponent createCatalog()
    • isDownloadingVersion

      public static boolean isDownloadingVersion(String v)
    • getSelectedRemoteNbInstallation

      public NetbeansBinaryLink getSelectedRemoteNbInstallation()
    • markForDownload

      public boolean markForDownload(String v)
    • unmarkForDownload

      public boolean unmarkForDownload(String v)
    • onDownload

      public void onDownload()
    • load

      public NetbeansLocation[] load(boolean withRemote, boolean cached)
    • refresh

      public void refresh()
    • refresh

      public void refresh(boolean cached)
    • toComponent

      public JComponent toComponent()
    • getSelectedValue

      public Object getSelectedValue()
    • getSelectedIndex

      public int getSelectedIndex()
    • setSelectedIndex

      public void setSelectedIndex(int i)
    • prepare

      protected void prepare()