public class BrokenCatalogNode extends DefaultElement
| Constructor and Description | 
|---|
BrokenCatalogNode(oracle.adf.rc.core.BrokenItem brokenItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
oracle.adf.rc.core.BrokenItem | 
getBrokenItem()  | 
javax.swing.Icon | 
getIcon()
This implementation returns a plain document icon. 
 | 
java.lang.String | 
getLongLabel()
This implementation delegates to  
DefaultDisplayable.getShortLabel(). | 
java.lang.String | 
getShortLabel()
This implementation returns a place-holder  
String. | 
java.lang.String | 
getToolTipText()
This implementation delegates to  
DefaultDisplayable.getLongLabel(). | 
getAttributes, getChildren, getData, mayHaveChildrentoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttributedLabel, toStringpublic BrokenCatalogNode(oracle.adf.rc.core.BrokenItem brokenItem)
public java.lang.String getShortLabel()
DefaultDisplayableString.getShortLabel in interface DisplayablegetShortLabel in class DefaultDisplayableDisplayable
  that can be shown to the user.Displayable.getShortLabel()public java.lang.String getLongLabel()
DefaultDisplayableDefaultDisplayable.getShortLabel().getLongLabel in interface DisplayablegetLongLabel in class DefaultDisplayableDisplayable that
  can be shown to the user.Displayable.getLongLabel()public javax.swing.Icon getIcon()
DefaultDisplayablegetIcon in interface DisplayablegetIcon in class DefaultDisplayableIcon to be displayed for the
  Displayable.Displayable.getIcon()public java.lang.String getToolTipText()
DefaultDisplayableDefaultDisplayable.getLongLabel().getToolTipText in interface DisplayablegetToolTipText in class DefaultDisplayableDisplayable.Displayable.getToolTipText()public oracle.adf.rc.core.BrokenItem getBrokenItem()