Skip navigation links
oracle.jdeveloper.audit.bean
Class PropertyField
java.lang.Object
oracle.jdeveloper.audit.bean.PropertyItem
oracle.jdeveloper.audit.bean.PropertyField
- All Implemented Interfaces:
- java.awt.event.FocusListener, java.util.EventListener
- Direct Known Subclasses:
- AbstractEnumerationField, AbstractTextField, ArrayField, BooleanField, ExceptionField
-
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyField
public PropertyField()
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
Copyright © 1997, 2013, Oracle. All rights reserved.