| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.db.PropertyDisplayRegistry.Plugin
public abstract static class PropertyDisplayRegistry.Plugin
This class facilitates the PropertyDisplayRegistry's extensibility. Plugin
 classes can be registered using PropertyDisplayRegistry.registerPlugin(oracle.ide.db.PropertyDisplayRegistry.Plugin) so that extensions
 can provide display names for arbitrary property Strings. The names of
 properties defined in the API cannot be overriden.
| Constructor Summary | |
|---|---|
PropertyDisplayRegistry.Plugin()
 | 
|
| Method Summary | |
|---|---|
abstract  java.lang.String | 
getDisplayName(java.lang.String name,
               DBObjectProvider pro,
               DBObject obj)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertyDisplayRegistry.Plugin()
| Method Detail | 
|---|
public abstract java.lang.String getDisplayName(java.lang.String name,
                                                DBObjectProvider pro,
                                                DBObject obj)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||