Package | Description |
---|---|
oracle.ide.inspector |
Contains interfaces and classes that integrators may use to make their objects editable from the property inspector.
|
oracle.ide.inspector.find |
Modifier and Type | Method and Description |
---|---|
SearchableText |
PropertyRadioButton.getSearchableText() |
SearchableText |
PropertyLabel.getSearchableText() |
SearchableText |
PropertyCheckBox.getSearchableText() |
Modifier and Type | Class and Description |
---|---|
class |
FindTextSupport
Implementation of SearchableText suitable for reuse by components that have displayed text that can be set to HTML fragments for special effects purposes (in this case, highlighting the matched substring).
|
Modifier and Type | Method and Description |
---|---|
SearchableText |
SearchableLabel.getSearchableText()
Get the SearchableText for the host component.
|