Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.vcs.nav
Class ConnectionListFilterNode

java.lang.Object
  extended by oracle.ide.model.Node
      extended by oracle.ide.model.DefaultContainer
          extended by oracle.jdeveloper.vcs.nav.ConnectionListFilterNode
All Implemented Interfaces:
Displayable, Element, Folder, LazyLoadable, Locatable, Subject, Dirtyable

public class ConnectionListFilterNode
extends DefaultContainer

Since:
11.1.1.0.0

Field Summary
 
Fields inherited from class oracle.ide.model.DefaultContainer
_children
 
Fields inherited from class oracle.ide.model.Node
LOG_READONLY
 
Constructor Summary
ConnectionListFilterNode()
           
 
Method Summary
 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.
 
Methods inherited from class oracle.ide.model.DefaultContainer
add, add, canAdd, canRemove, containsChild, getChildren, mayHaveChildren, remove, remove, removeAll, removeAll, size
 
Methods inherited from class oracle.ide.model.Node
addNodeListener, 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, isMigrating, isNew, isOpen, isReadLocked, isReadOnly, isReadOrWriteLocked, isTrackedInNodeCache, isWriteLocked, lockCount, markDirty, markDirtyImpl, nodeLock, notifyObservers, open, readLock, readLockCount, readUnlock, refreshTimestamp, removeNodeListener, removeNodeListenerForType, removeNodeListenerForTypeHierarchy, rename, renameImpl, reportOpenException, revert, revertImpl, runUnderReadLock, runUnderWriteLock, save, saveImpl, setEventLog, setMigrating, setOpen, setReadOnly, setTimestampDirectly, setURL, toString, tryRunUnderReadLock, unsetMigrating, upgradeLock, upgradeUnlock, urlReadOnlyChanged, writeLock, writeLockCount, writeUnlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.ide.model.Element
getAttributes, getData
 
Methods inherited from interface oracle.ide.model.Displayable
getIcon, getShortLabel, getToolTipText, toString
 

Constructor Detail

ConnectionListFilterNode

public ConnectionListFilterNode()
Method Detail

getLongLabel

public java.lang.String getLongLabel()
Description copied from class: Node
Displayable 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>".

Specified by:
getLongLabel in interface Displayable
Overrides:
getLongLabel in class Node
Returns:
a long descriptive label of the Displayable that can be shown to the user.

addConnectionNode

public void addConnectionNode(Element element)

addPlaceholderNode

public void addPlaceholderNode(Element element)

openImpl

protected void openImpl()
                 throws java.io.IOException
Description copied from class: Node
Subclasses should override this method to customize the open() behavior. Node.open() invokes this only if the node is not open, under write lock. The Node implementation does nothing.

Overrides:
openImpl in class Node
Throws:
java.io.IOException - if an I/O error occurred while opening

closeImpl

protected void closeImpl()
                  throws java.io.IOException
Description copied from class: Node
Subclasses should override this method to customize the close() behavior. Node.close() invokes this only if the node is open, under write lock. The Node implementation does nothing.

Overrides:
closeImpl in class Node
Throws:
java.io.IOException - if an I/O error occurred while closing

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.