| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.offlinedb.userprops.UserPropertyDisplayManager
public final class UserPropertyDisplayManager
A utility class to manage which User Properties are displayed for a give DB Object. By default, all User Properties defined for a specfic DB Object Type in attached User Propertry Libraries are shown, but these can be filtered by registering one or more implementations of UserPropertyDisplayManager.Filter.
| Nested Class Summary | |
|---|---|
static interface | 
UserPropertyDisplayManager.FilterProvide one or more implementations of this interface to control which UDPs are displayed.  | 
| Method Summary | |
|---|---|
static void | 
addDisplayFilter(UserPropertyDisplayManager.Filter filter)Register the given UDP Display Filter  | 
static java.util.List<UserPropertyDisplayManager.Filter> | 
getFilters()Returns the list of registered filters  | 
static void | 
removeDisplayFilter(UserPropertyDisplayManager.Filter filter)Unregister the given UDP Display Filter  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static void addDisplayFilter(UserPropertyDisplayManager.Filter filter)
filter -public static void removeDisplayFilter(UserPropertyDisplayManager.Filter filter)
filter -public static java.util.List<UserPropertyDisplayManager.Filter> getFilters()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||