|
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.Object
oracle.ide.inspector.InspectableViewRegistry
public final class InspectableViewRegistry
Registers s that can be inspected by the Property Inspector.View
| Method Summary | |
|---|---|
java.lang.Iterable<java.lang.String> |
detractors() |
static InspectableViewRegistry |
instance()Returns the singleton instance of this class. |
void |
registerDetractor(java.lang.Class<? extends View> viewType)Registers the given type as a view that should not be inspected by the Property Inspector. |
void |
registerDetractor(java.lang.String classFQN)Registers the given fully-qualified class name as a view that should not be inspected by the Property Inspector. |
void |
registerDetractor(View view)Registers the given view to disable inspection by the Property Inspector. |
void |
registerSupporter(java.lang.Class<? extends View> viewType)Registers the given type as a view that can be inspected by the Property Inspector. |
void |
registerSupporter(java.lang.String classFQN)Registers the given fully-qualified class name as a view that can be inspected by the Property Inspector. |
void |
registerSupporter(View view)Registers the given view to enable inspection by the Property Inspector. |
java.lang.Iterable<java.lang.String> |
supporters() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void registerSupporter(View view)
view - the view to register.java.lang.IllegalArgumentException - if the given view is null.public void registerSupporter(java.lang.Class<? extends View> viewType)
viewType - the type of the view to register.java.lang.IllegalArgumentException - if the given view type is null.public void registerSupporter(java.lang.String classFQN)
classFQN - the fully-qualified class name of the view to register.java.lang.IllegalArgumentException - if the fully-qualified class name is either null or an empty String.public java.lang.Iterable<java.lang.String> supporters()
public void registerDetractor(View view)
view - the view to register.java.lang.IllegalArgumentException - if the given view is null.public void registerDetractor(java.lang.Class<? extends View> viewType)
viewType - the type of the view to register.java.lang.IllegalArgumentException - if the given view type is null.public void registerDetractor(java.lang.String classFQN)
classFQN - the fully-qualified class name of the view to register.java.lang.IllegalArgumentException - if the fully-qualified class name is either null or an empty String.public java.lang.Iterable<java.lang.String> detractors()
public static InspectableViewRegistry instance()
|
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 | |||||||||