public interface RSRemoteCatalogGUI
| Modifier and Type | Interface and Description |
|---|---|
static class |
RSRemoteCatalogGUI.Result
The Enum Result.
|
| Modifier and Type | Method and Description |
|---|---|
RSRemoteCatalogGUI.Result |
askUserToDownloadPackage(RSRemoteCatalogResolver.StaticCatalogEntry sce)
Shall obtain from the remote application an action in order to decide
how to proceed.
|
InstallCallBack |
createInstallWindow()
Creates a window in the event thread so the installation thread can deliver
messages during the installation process such as progress and errors.
|
void |
removeInstallWindow()
Called by the RSRemoveCatalog when the GUI can be disposed.
|
RSRemoteCatalogGUI.Result |
requestRSTocreatePackage(java.net.URI u)
Request rs tocreate package.
|
RSRemoteCatalogGUI.Result |
tellUserToUpgrade(RSRemoteCatalogResolver.StaticCatalogEntry sce)
Shall obtain from the remote application an action in order to let
the user know one file is not in the taxonomy catalog but the user's
license is also not valid at this time so the user cannot obtain the
taxonomy package .
|
RSRemoteCatalogGUI.Result tellUserToUpgrade(RSRemoteCatalogResolver.StaticCatalogEntry sce)
sce - instance of the StaticCatalogEntry class with further informationRSRemoteCatalogGUI.Result askUserToDownloadPackage(RSRemoteCatalogResolver.StaticCatalogEntry sce)
sce - instance of the StaticCatalogEntry class with further informationRSRemoteCatalogGUI.Result requestRSTocreatePackage(java.net.URI u)
u - the uInstallCallBack createInstallWindow()
void removeInstallWindow()