|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.Node
oracle.ide.model.DefaultContainer
oracle.jdeveloper.vcs.nav.ConnectionListFilterNode
public class ConnectionListFilterNode
| 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 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 |
|---|
public ConnectionListFilterNode()
| Method Detail |
|---|
public 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.
openImpl in class Nodejava.io.IOException - if an I/O error occurred while opening
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.
closeImpl in class Nodejava.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.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||