Skip navigation links

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

E17493-04


oracle.jdeveloper.audit.bean
Class PropertyField

java.lang.Object
  extended by oracle.jdeveloper.audit.bean.PropertyItem
      extended by oracle.jdeveloper.audit.bean.PropertyField

All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Direct Known Subclasses:
AbstractEnumerationField, AbstractTextField, ActionLabelField, ArrayField, BooleanField, ExceptionField, LabelField

public abstract class PropertyField
extends PropertyItem
implements java.awt.event.FocusListener

An abstract property field within a property panel. A property field is associated with a particular property of a particular object, and provides to a property panel a UI component and other services to allow the property panel to edit the property.

See Also:
PropertyFieldListener

Constructor Summary
PropertyField()
           

 

Method Summary
 void addFieldListener(PropertyFieldListener listener)
           
 void apply(java.lang.Object bean)
           
 boolean equals(java.lang.Object left, java.lang.Object right)
           
 void fireFieldChanged()
           
 void fireFieldCommitted()
           
 void fireFieldEntered()
           
 void fireFieldExited()
           
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 java.beans.PropertyDescriptor getDescriptor()
           
 java.lang.Class getType()
           
abstract  java.lang.Object getValue()
           
 void handleException(java.lang.Throwable e)
           
 void load(java.lang.Object bean)
           
 void removeFieldListener(PropertyFieldListener listener)
           
 void setDescriptor(java.beans.PropertyDescriptor descriptor)
           
 void setType(java.lang.Class type)
           
abstract  void setValue(java.lang.Object value)
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.jdeveloper.audit.bean.PropertyItem
getComponent, getLabel, getLabelText, getMnemonic, getMnemonicIndex, getName, setLabelText, setMnemonic, setMnemonicIndex, setName

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PropertyField

public PropertyField()

Method Detail

addFieldListener

public void addFieldListener(PropertyFieldListener listener)

removeFieldListener

public void removeFieldListener(PropertyFieldListener listener)

fireFieldEntered

public void fireFieldEntered()

fireFieldChanged

public void fireFieldChanged()

fireFieldCommitted

public void fireFieldCommitted()

fireFieldExited

public void fireFieldExited()

setDescriptor

public void setDescriptor(java.beans.PropertyDescriptor descriptor)

getDescriptor

public java.beans.PropertyDescriptor getDescriptor()

setType

public void setType(java.lang.Class type)

getType

public java.lang.Class getType()

load

public void load(java.lang.Object bean)
          throws java.lang.Exception
Throws:
java.lang.Exception

apply

public void apply(java.lang.Object bean)
           throws java.lang.Exception
Throws:
java.lang.Exception

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener

getValue

public abstract java.lang.Object getValue()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

setValue

public abstract void setValue(java.lang.Object value)

handleException

public void handleException(java.lang.Throwable e)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object left,
                      java.lang.Object right)

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.