|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.db.DBTypeDisplayRegistry
public final class DBTypeDisplayRegistry
Registry for display information associated with the various DB types.
| Nested Class Summary | |
|---|---|
static class |
DBTypeDisplayRegistry.FolderIcon
|
| Field Summary | |
|---|---|
static java.lang.String |
CONNECTIONS_TYPE
Dummy type string for the connection level. |
| Method Summary | |
|---|---|
static void |
addDBTypeRegistry(DBTypeDispayRegistryEntry registry)
|
static java.lang.String |
getDisplayName(java.lang.String type)
Retrieves the display name for the specified type. |
static javax.swing.Icon |
getFolderIcon(java.lang.String type)
Retrieves the icon that should be used to represent folders grouping objects of the specified internal type. |
static java.lang.String |
getNewMenuItemText(java.lang.String type)
Retrieves the text used on the "New |
static javax.swing.Icon |
getNodeIcon(java.lang.String type)
Retrieves the icon that should be used to represent objects of the specified internal type. |
static java.lang.String |
getSingularDisplayName(java.lang.String type)
Retrieves the singular display name for the specified type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONNECTIONS_TYPE
| Method Detail |
|---|
public static void addDBTypeRegistry(DBTypeDispayRegistryEntry registry)
public static javax.swing.Icon getFolderIcon(java.lang.String type)
type - the internal object type
public static javax.swing.Icon getNodeIcon(java.lang.String type)
type - the internal object type
public static java.lang.String getDisplayName(java.lang.String type)
type - the internal object type
public static java.lang.String getSingularDisplayName(java.lang.String type)
type - the internal object type
public static java.lang.String getNewMenuItemText(java.lang.String type)
type - the internal object type
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||