| Package | Description |
|---|---|
| org.argeo.cms.e4.jcr |
JCR browser perspective.
|
| org.argeo.cms.ui.jcr |
SWT/JFace JCR components.
|
| org.argeo.cms.ui.jcr.model |
Model for SWT/JFace JCR components.
|
| org.argeo.eclipse.ui |
Generic SWT/JFace utilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JcrBrowserView.nodeAdded(TreeParent parentNode)
Notifies the current view that a node has been added
|
void |
JcrBrowserView.nodeRemoved(TreeParent parentNode)
Notifies the current view that a node has been removed
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JcrBrowserUtils.forceRefreshIfNeeded(TreeParent element)
Insure that the UI component is not stale, refresh if needed
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaintainedRepositoryElem
Wrap a MaintainedRepository
|
class |
RemoteRepositoryElem
Root of a remote repository
|
class |
RepositoriesElem
UI Tree component that implements the Argeo abstraction of a
RepositoryFactory that enable a user to "mount" various repositories
in a single Tree like View. |
class |
RepositoryElem
UI Tree component that wraps a JCR
Repository. |
class |
SingleJcrNodeElem
UI Tree component.
|
class |
WorkspaceElem
UI Tree component.
|
| Constructor and Description |
|---|
MaintainedRepositoryElem(java.lang.String alias,
Repository repository,
TreeParent parent) |
RemoteRepositoryElem(java.lang.String alias,
RepositoryFactory repositoryFactory,
java.lang.String uri,
TreeParent parent,
Session userSession,
Keyring keyring,
java.lang.String remoteNodePath) |
RepositoriesElem(java.lang.String name,
RepositoryRegister repositoryRegister,
RepositoryFactory repositoryFactory,
TreeParent parent,
Session userSession,
Keyring keyring) |
RepositoryElem(java.lang.String alias,
Repository repository,
TreeParent parent)
Create a new repository with distinct name and alias
|
SingleJcrNodeElem(TreeParent parent,
Node node,
java.lang.String name)
Creates a new UiNode in the UI Tree
|
SingleJcrNodeElem(TreeParent parent,
Node node,
java.lang.String name,
java.lang.String alias)
Creates a new UiNode in the UI Tree, keeping a reference to the alias of
the corresponding repository in the current UI environment.
|
| Modifier and Type | Method and Description |
|---|---|
TreeParent |
TreeParent.getParent() |
| Modifier and Type | Method and Description |
|---|---|
int |
TreeParent.compareTo(TreeParent o) |
void |
TreeParent.setParent(TreeParent parent) |
Copyright © 2007–2020. All rights reserved.