|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.inspector.DisplayValues
public final class DisplayValues
Understands utility methods related to "display values" for a particular inline editor in the Property Inspector.
| Method Summary | |
|---|---|
static java.lang.String |
displayValue(PropertyInfo property)
Returns the display value of the given property. |
static void |
showDisplayValueInInlineEditor(java.awt.Component inlineEditor,
PropertyInfo property)
Shows the display value of the given property in the given inline editor. |
static java.awt.Component |
truncateDisplayValue(java.awt.Component inlineEditor,
PropertyInfo property)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String displayValue(PropertyInfo property)
property - the given property.
public static void showDisplayValueInInlineEditor(java.awt.Component inlineEditor,
PropertyInfo property)
JTextField or if the property does not have a display
value.
inlineEditor - the given inline editor.property - the given property.
public static java.awt.Component truncateDisplayValue(java.awt.Component inlineEditor,
PropertyInfo property)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||