Skip navigation links 
 
oracle.jdeveloper.vcs.nav
Class ConnectionPlaceholderNode
java.lang.Object
  
oracle.ide.model.DefaultDisplayable
      
oracle.ide.model.DefaultElement
          
oracle.jdeveloper.vcs.nav.ConnectionPlaceholderNode
- All Implemented Interfaces:
 
- Displayable, Element
 
- 
public abstract class ConnectionPlaceholderNode
 
- extends DefaultElement
 
- Since:
 
- 11.1.1.0.0
 
 
  
 
| 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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
 
ConnectionPlaceholderNode
public ConnectionPlaceholderNode(java.util.Map<java.lang.String,java.lang.String> criteria)
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 
 
Copyright © 1997, 2016, Oracle. All rights reserved.