public class PaletteRootNode extends GenericNode<GenericNode>
LOG_READONLY| Modifier | Constructor and Description |
|---|---|
protected |
PaletteRootNode(RescatContext rescatContext) |
|
PaletteRootNode(RescatContext rescatContext,
Element parent,
GenericNode[] children,
java.lang.String shortLabel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GenericNode> |
getChildrenImpl()
Override this method (and not
GenericNode.getChildren()) to cache the children. |
static PaletteRootNode |
getInstance() |
java.lang.String |
getShortLabel()
Displayable interface method. |
equalsImpl, forceRefresh, forceRefreshImpl, getChildren, getElementComparator, getFullPath, getIcon, getIconOverlays, getLongLabel, getParent, getPathFrom, getRescatContext, mayHaveChildren, setAttributes, setFilterControl, whenDelete, whenDelete, whenProperties, whenRename, whenRenameaddNodeListener, addNodeListenerForType, addNodeListenerForTypeHierarchy, addWeakNodeListener, 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, isTrackingThreadNodeUsage, isWriteLocked, isWriteLockHeld, lockCount, markDirty, markDirtyImpl, nodeLock, notifyObservers, open, openImpl, readLock, readLockCount, readLockInterruptibly, readUnlock, refreshTimestamp, removeNodeListener, removeNodeListenerForType, removeNodeListenerForTypeHierarchy, removeWeakNodeListener, 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, waitgetAttributedLabelprotected PaletteRootNode(RescatContext rescatContext)
public PaletteRootNode(RescatContext rescatContext, Element parent, GenericNode[] children, java.lang.String shortLabel)
public static PaletteRootNode getInstance()
public java.util.List<GenericNode> getChildrenImpl()
GenericNodeGenericNode.getChildren()) to cache the children.getChildrenImpl in class GenericNode<GenericNode>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.