Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.vcs.nav
Class ConnectionPlaceholderNode

java.lang.Object
  extended by oracle.ide.model.DefaultDisplayable
      extended by oracle.ide.model.DefaultElement
          extended by oracle.jdeveloper.vcs.nav.ConnectionPlaceholderNode

All Implemented Interfaces:
Displayable, Element

public abstract class ConnectionPlaceholderNode
extends DefaultElement
Since:
11.1.1.0.0

Constructor Summary
ConnectionPlaceholderNode(java.util.Map<java.lang.String,java.lang.String> criteria)
           

 

Method Summary
 boolean createConnection(Context context)
           
protected abstract  boolean createConnection(java.util.Map<java.lang.String,java.lang.String> criteria, Context context)
           
 javax.swing.Icon getIcon()
          This implementation returns a plain document icon.
 java.lang.String getShortLabel()
          This implementation returns a place-holder String.

 

Methods inherited from class oracle.ide.model.DefaultElement
getAttributes, getChildren, getData, mayHaveChildren

 

Methods inherited from class oracle.ide.model.DefaultDisplayable
getLongLabel, getToolTipText, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.ide.model.Displayable
getLongLabel, getToolTipText, toString

 

Constructor Detail

ConnectionPlaceholderNode

public ConnectionPlaceholderNode(java.util.Map<java.lang.String,java.lang.String> criteria)

Method Detail

getShortLabel

public java.lang.String getShortLabel()
Description copied from class: DefaultDisplayable
This implementation returns a place-holder String.
Specified by:
getShortLabel in interface Displayable
Overrides:
getShortLabel in class DefaultDisplayable
Returns:
a short descriptive label of the Displayable that can be shown to the user.
See Also:
Displayable.getShortLabel()

getIcon

public javax.swing.Icon getIcon()
Description copied from class: DefaultDisplayable
This implementation returns a plain document icon.
Specified by:
getIcon in interface Displayable
Overrides:
getIcon in class DefaultDisplayable
Returns:
the Icon to be displayed for the Displayable.
See Also:
Displayable.getIcon()

createConnection

public boolean createConnection(Context context)

createConnection

protected abstract boolean createConnection(java.util.Map<java.lang.String,java.lang.String> criteria,
                                            Context context)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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