| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-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.
| Field Summary | |
|---|---|
| static int | MAX_DISPLAY_VALUE_LENGTH_DEFAULT | 
| static java.lang.String | MAX_DISPLAY_VALUE_LENGTH_KEY | 
| static int | TRUNC_DISPLAY_VALUE_LENGTH_DEFAULT | 
| static java.lang.String | TRUNC_DISPLAY_VALUE_LENGTH_KEY | 
| 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)Prepares the display value of the given property for display in the given inline editor. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String MAX_DISPLAY_VALUE_LENGTH_KEY
public static final java.lang.String TRUNC_DISPLAY_VALUE_LENGTH_KEY
public static final int MAX_DISPLAY_VALUE_LENGTH_DEFAULT
public static final int TRUNC_DISPLAY_VALUE_LENGTH_DEFAULT
| 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
inlineEditor - the given inline editor.property - the given property.
public static java.awt.Component truncateDisplayValue(java.awt.Component inlineEditor,
                                                      PropertyInfo property)
oracle.ide.inspector.maxDisplayValueLength; default is 300)
 it will be truncated to a predetermined length (as retrieved from the system
 properties with a key of oracle.ide.inspector.truncDisplayValueLength;
 default is 50).
inlineEditor - property - 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||