Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ide.db
Class PropertyDisplayRegistry.Plugin

java.lang.Object
  extended by oracle.ide.db.PropertyDisplayRegistry.Plugin
Enclosing class:
PropertyDisplayRegistry

public abstract static class PropertyDisplayRegistry.Plugin
extends java.lang.Object

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

PropertyDisplayRegistry.Plugin

public PropertyDisplayRegistry.Plugin()
Method Detail

getDisplayName

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.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.