Package | Description |
---|---|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their
objects editable from the property inspector.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DisplayValues.displayValue(PropertyInfo property)
Returns the display value of the given property.
|
oracle.ide.inspector.LabelAndEditor |
PropertyEditorFinder.editorFor(PropertyInfo property,
oracle.ide.inspector.Orientation orientation) |
static void |
DisplayValues.showDisplayValueInInlineEditor(java.awt.Component inlineEditor,
PropertyInfo property)
Shows the display value of the given property in the given inline editor.
|
static java.awt.Component |
DisplayValues.truncateDisplayValue(java.awt.Component inlineEditor,
PropertyInfo property)
Prepares the display value of the given property for display in the given
inline editor.
|
oracle.ide.inspector.LabelAndEditor |
SingletonPropertyEditorUpdater.update(oracle.ide.inspector.LabelAndEditor current,
PropertyInfo property,
oracle.ide.inspector.Orientation orientation) |
oracle.ide.inspector.LabelAndEditor |
PropertyEditorUpdater.update(oracle.ide.inspector.LabelAndEditor current,
PropertyInfo property,
oracle.ide.inspector.Orientation orientation) |