Package | Description |
---|---|
icy.gui.preferences |
Contains all preferences panels and frames
|
icy.plugin |
Contains Plugin class model and attached interfaces.
|
icy.preferences |
Contains all Preference definition classes
|
icy.workspace |
Contains Workspace objects definition and tools
|
Constructor and Description |
---|
EditRepositoryDialog(java.lang.String title,
RepositoryPreferences.RepositoryInfo reposInf)
Create the dialog.
|
Modifier and Type | Method and Description |
---|---|
RepositoryPreferences.RepositoryInfo |
PluginDescriptor.getRepository() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PluginDescriptor.PluginOnlineIdent> |
PluginRepositoryLoader.getPluginIdents(RepositoryPreferences.RepositoryInfo repos)
Return the plugins identifier list from a repository URL
|
static java.util.List<PluginDescriptor> |
PluginRepositoryLoader.getPlugins(RepositoryPreferences.RepositoryInfo repos)
Return the plugins list from the specified repository
|
void |
PluginDescriptor.setRepository(RepositoryPreferences.RepositoryInfo repository) |
Constructor and Description |
---|
PluginDescriptor(PluginDescriptor.PluginOnlineIdent ident,
RepositoryPreferences.RepositoryInfo repos)
Create from plugin online identifier, used for online plugin only.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<RepositoryPreferences.RepositoryInfo> |
RepositoryPreferences.getRepositeries() |
Modifier and Type | Method and Description |
---|---|
static void |
RepositoryPreferences.setRepositeries(java.util.ArrayList<RepositoryPreferences.RepositoryInfo> values) |
Modifier and Type | Method and Description |
---|---|
RepositoryPreferences.RepositoryInfo |
Workspace.getRepository() |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<java.lang.String> |
WorkspaceRepositoryLoader.getWorkspaceFiles(RepositoryPreferences.RepositoryInfo repos)
Return the workspaces file list from a repository URL
|
static java.util.ArrayList<Workspace> |
WorkspaceRepositoryLoader.getWorkspaces(RepositoryPreferences.RepositoryInfo repos)
Return the workspace list from the specified repository
|
Constructor and Description |
---|
Workspace(java.net.URL url,
RepositoryPreferences.RepositoryInfo repos)
workspace loaded from url (online)
|