| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.controller.PropertyResolver
public abstract class PropertyResolver
A property resolver is responsible for looking up a named property. In the IDE framework, you can associate PropertyResolvers with ToggleAction using ToggleAction.addPropertyResolver(PropertyResolver).
ToggleAction| Constructor Summary | |
|---|---|
PropertyResolver() | 
|
| Method Summary | |
|---|---|
abstract  java.lang.Object | 
get(java.lang.String propertyName)Get the value of the specified property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertyResolver()
| Method Detail | 
|---|
public abstract java.lang.Object get(java.lang.String propertyName)
propertyName - the name of a property. Will never be null.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||