| Package | Description | 
|---|---|
| oracle.jdeveloper.audit.bean | 
 The API classes for customizing the property panels in the Audit profile
editor. 
 | 
| oracle.jdevimpl.audit.bean | |
| oracle.jdevimpl.audit.core | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractEnumerationField
An abstract property field for types to be presented in a combo box. 
 | 
class  | 
AbstractTextField
An abstract property field for types to be presented in a text field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyField | 
BeanCustomizer.field(java.lang.Object bean,
     java.lang.String propertyName)
Gets the  
PropertyField which should be used to display a property 
 of a bean, or null to defer to a superclass customizer. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyFieldListener.fieldChanged(PropertyField field)  | 
void | 
PropertyFieldListener.fieldCommitted(PropertyField propertyField)  | 
void | 
PropertyFieldListener.fieldEntered(PropertyField field)  | 
void | 
PropertyFieldListener.fieldExited(PropertyField field)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractNumberField  | 
class  | 
ActionLabelField  | 
class  | 
ArrayField  | 
class  | 
BooleanField  | 
class  | 
ByteField  | 
class  | 
DoubleField  | 
class  | 
ExceptionField  | 
class  | 
FloatField  | 
class  | 
IntegerField  | 
class  | 
LabelField  | 
class  | 
LongField  | 
class  | 
PatternField  | 
class  | 
ShortField  | 
class  | 
StringField  | 
class  | 
TypeSafeEnumerationField  | 
| Modifier and Type | Method and Description | 
|---|---|
static PropertyField | 
BeanFieldFactory.createField(java.lang.Class type)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ArrayField.fieldChanged(PropertyField field)  | 
void | 
ArrayField.fieldCommitted(PropertyField propertyField)  | 
void | 
ArrayField.fieldEntered(PropertyField field)  | 
void | 
ArrayField.fieldExited(PropertyField field)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultTransformField
A  
PropertyField which
 selects a transform from the transforms of a rule. | 
class  | 
RuleCustomizer.ArrayLabelField  | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyField | 
RuleCustomizer.field(java.lang.Object bean,
     java.lang.String propertyName)  |