public interface RepositoriesRootNodeConfig
RepositoriesRootNode
.
This class allows the RescatContext
for the root node to be created lazily when it is retrieved by a client.
All implementations should ensure #equals
works correctly.Modifier and Type | Method and Description |
---|---|
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. |
RescatContext getRescatContext() throws oracle.adf.rc.exception.CatalogException
RescatContext
associated with this configuration.
*oracle.adf.rc.exception.CatalogException
- if a RescatContext
could not be returned.java.lang.String getShortLabel()
RepositoriesRootNode
.javax.swing.Icon getIcon()
boolean isForResourcePalette()
RescatContext
associated with this configuration is only for the Resource Palette.java.lang.String getId()
RescatContext
associated with this configuration.java.lang.String getEmptyTipText()
RepositoriesRootNode
does not have any children.HelpInfo getHelpInfo()