|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.audit.bean.PropertyItem
oracle.jdeveloper.audit.bean.PropertyField
oracle.jdeveloper.audit.bean.AbstractEnumerationField
oracle.jdevimpl.audit.bean.TypeSafeEnumerationField
public class TypeSafeEnumerationField
| Constructor Summary | |
|---|---|
TypeSafeEnumerationField()
|
|
| Method Summary | |
|---|---|
void |
setType(java.lang.Class type)
|
java.lang.String |
stringOf(java.lang.Object value)
Gets the presentation string for a value of the property type. |
java.lang.Object |
valueOf(java.lang.String text)
Gets the value of the property type corresponding to a presentation string. |
| Methods inherited from class oracle.jdeveloper.audit.bean.AbstractEnumerationField |
|---|
actionPerformed, addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getComponent, getElementAt, getSelectedItem, getSize, getValue, removeListDataListener, setEnumerals, setSelectedItem, setValue |
| Methods inherited from class oracle.jdeveloper.audit.bean.PropertyField |
|---|
addFieldListener, apply, equals, fireFieldChanged, fireFieldCommitted, fireFieldEntered, fireFieldExited, focusGained, focusLost, getDescriptor, getType, handleException, load, removeFieldListener, setDescriptor, toString |
| Methods inherited from class oracle.jdeveloper.audit.bean.PropertyItem |
|---|
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 |
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Constructor Detail |
|---|
public TypeSafeEnumerationField()
| Method Detail |
|---|
public void setType(java.lang.Class type)
setType in class PropertyFieldpublic java.lang.String stringOf(java.lang.Object value)
AbstractEnumerationFieldAbstractEnumerationField implementation simply casts the value
to String, and so must be overridden unless the property type is
String.
stringOf in class AbstractEnumerationFieldpublic java.lang.Object valueOf(java.lang.String text)
AbstractEnumerationFieldAbstractEnumerationField implementation simply returns the
text, and so must be overridden unless the property type is String.
valueOf in class AbstractEnumerationField
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||