public class ConnectionListFilterNode extends DefaultContainer
_childrenLOG_READONLY| Constructor and Description |
|---|
ConnectionListFilterNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConnectionNode(Element element) |
void |
addPlaceholderNode(Element element) |
protected void |
closeImpl()
Subclasses should override this method to customize the close() behavior.
|
java.lang.String |
getLongLabel()
Displayable interface method. |
protected void |
openImpl()
Subclasses should override this method to customize the open() behavior.
|
add, add, canAdd, canRemove, containsChild, getChildren, mayHaveChildren, remove, remove, removeAll, removeAll, sizeaddNodeListener, addNodeListenerForType, addNodeListenerForTypeHierarchy, attach, beginThreadNodeUsageCycle, callUnderReadLock, callUnderWriteLock, close, createSubject, delete, deleteImpl, detach, endThreadNodeUsage, endThreadNodeUsageCycle, ensureOpen, equalsImpl, getAttributes, getData, getIcon, getInputStream, getShortLabel, 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, 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, writeUnlockclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributes, getDatagetIcon, getShortLabel, getToolTipText, toStringpublic java.lang.String getLongLabel()
NodeDisplayable interface method. The Node class returns the path name part of the currently set URL. If the currently set URL is null, then this method returns "<null>".getLongLabel in interface DisplayablegetLongLabel in class NodeDisplayable that can be shown to the user.public void addConnectionNode(Element element)
public void addPlaceholderNode(Element element)
protected void openImpl()
throws java.io.IOException
NodeNode.open() invokes this only if the node is not open, under write lock. The Node implementation does nothing.
protected void closeImpl()
throws java.io.IOException
NodeNode.close() invokes this only if the node is open, under write lock. The Node implementation does nothing.