public final class AllConnectionsNode extends GenericNode<RepositoryRootNode>
LOG_READONLY| Constructor and Description |
|---|
AllConnectionsNode(RescatContext rescatContext) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getChildren()
This method is part of the
Element interface to provide a convenient way of getting an Iterator over any contained child Elements without having to test the object's type with the instanceof operator or having to downcast to a more specific type. |
java.lang.String |
getShortLabel()
Displayable interface method. |
forceRefresh, forceRefreshImpl, getChildrenImpl, getElementComparator, getFullPath, getIcon, getIconOverlays, getLongLabel, getParent, getPathFrom, getRescatContext, mayHaveChildren, setAttributes, setFilterControl, whenDelete, whenDelete, whenProperties, whenRename, whenRenameaddNodeListener, addNodeListenerForType, addNodeListenerForTypeHierarchy, attach, beginThreadNodeUsageCycle, callUnderReadLock, callUnderWriteLock, close, closeImpl, createSubject, delete, deleteImpl, detach, endThreadNodeUsage, endThreadNodeUsageCycle, ensureOpen, equalsImpl, getAttributes, getData, getInputStream, getSubject, getTimestamp, getTimestampLoadedUnsafe, getToolTipText, getTransientProperties, getUnmodifiedTimestamp, getURL, isDirty, isLoaded, isLockHeld, isMigrating, isNew, isOpen, isReadLocked, isReadLockHeld, isReadOnly, isReadOrWriteLocked, isTrackedInNodeCache, isWriteLocked, isWriteLockHeld, lockCount, markDirty, markDirtyImpl, nodeLock, notifyObservers, open, openImpl, readLock, readLockCount, readLockInterruptibly, readUnlock, refreshTimestamp, removeNodeListener, removeNodeListenerForType, removeNodeListenerForTypeHierarchy, rename, renameImpl, reportOpenException, revert, revertImpl, runUnderReadLock, runUnderWriteLock, save, saveImpl, setEventLog, setMigrating, setOpen, setReadOnly, setTimestampDirectly, setURL, toString, tryRunUnderReadLock, tryRunUnderWriteLock, unsetMigrating, upgradeLock, upgradeUnlock, urlReadOnlyChanged, writeLock, writeLockCount, writeLockInterruptibly, writeUnlockpublic AllConnectionsNode(RescatContext rescatContext)
public java.util.Iterator getChildren()
ElementElement interface to provide a convenient way of getting an Iterator over any contained child Elements without having to test the object's type with the instanceof operator or having to downcast to a more specific type.
An implementation of Element that represents a leaf in a tree structure should return null from this method. An implementation of Element that could represent a non-leaf in a tree structure should return either an Iterator over the child Elements or null if there are no children.
getChildren in interface ElementgetChildren in class GenericNode<RepositoryRootNode>Iterator over any child Elements contained by this Element. If there are no children, null is returned.public java.lang.String getShortLabel()
NodeDisplayable interface method. The Node class returns the file name part of the currently set URL. If the currently set URL is null, then this method returns "<null>".getShortLabel in interface DisplayablegetShortLabel in class NodeDisplayable that can be shown to the user.