public class DefaultRepositoriesRootNodeConfig extends java.lang.Object implements RepositoriesRootNodeConfig
RescatContext.| Modifier | Constructor and Description |
|---|---|
protected |
DefaultRepositoriesRootNodeConfig() |
|
DefaultRepositoriesRootNodeConfig(RescatContext context,
java.lang.String shortLabel) |
|
DefaultRepositoriesRootNodeConfig(RescatContext context,
java.lang.String shortLabel,
javax.swing.Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEmptyTipText()
Help text to display if the
RepositoriesRootNode does not have any children. |
HelpInfo |
getHelpInfo()
Help topic Id for the node.
|
javax.swing.Icon |
getIcon()
Icon for the node.
|
java.lang.String |
getId()
Unique identifying string for the
RescatContext associated with this configuration. |
RescatContext |
getRescatContext()
Create and return the
RescatContext associated with this configuration. |
java.lang.String |
getShortLabel()
Label to display in the UI representing the
RepositoriesRootNode. |
boolean |
isForResourcePalette()
Whether the
RescatContext associated with this configuration is only for the Resource Palette. |
protected DefaultRepositoriesRootNodeConfig()
public DefaultRepositoriesRootNodeConfig(RescatContext context, java.lang.String shortLabel)
public DefaultRepositoriesRootNodeConfig(RescatContext context, java.lang.String shortLabel, javax.swing.Icon icon)
public RescatContext getRescatContext() throws oracle.adf.rc.exception.CatalogException
RepositoriesRootNodeConfigRescatContext associated with this configuration.
*getRescatContext in interface RepositoriesRootNodeConfigoracle.adf.rc.exception.CatalogException - if a RescatContext could not be returned.public java.lang.String getShortLabel()
RepositoriesRootNodeConfigRepositoriesRootNode.getShortLabel in interface RepositoriesRootNodeConfigpublic boolean isForResourcePalette()
RepositoriesRootNodeConfigRescatContext associated with this configuration is only for the Resource Palette.isForResourcePalette in interface RepositoriesRootNodeConfigpublic java.lang.String getId()
RepositoriesRootNodeConfigRescatContext associated with this configuration.getId in interface RepositoriesRootNodeConfigpublic javax.swing.Icon getIcon()
RepositoriesRootNodeConfiggetIcon in interface RepositoriesRootNodeConfigpublic java.lang.String getEmptyTipText()
RepositoriesRootNodeConfigRepositoriesRootNode does not have any children.getEmptyTipText in interface RepositoriesRootNodeConfigpublic HelpInfo getHelpInfo()
RepositoriesRootNodeConfiggetHelpInfo in interface RepositoriesRootNodeConfigpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object