Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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