| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.ide.inspector.PropertyHelpTextArea
oracle.ide.inspector.PropertyHelpTextArea
public class PropertyHelpTextArea
Sets the description of a property in the help text area at the bottom of the Property Inspector.
| Method Summary | |
|---|---|
| static void | clearHelpText(java.awt.Component source)Clears the help text area at the bottom of the Property Inspector. | 
| static java.awt.event.FocusListener | focusListenerToShowPropertyDescription(java.awt.Component inlineEditor, oracle.bali.inspector.PropertyModel model, int row)Creates a that displays the description of a property in the help text area at the bottom of the Property Inspector when the given inline editor has focus. | 
| static void | setPropertyHelpText(java.awt.Component source, oracle.bali.inspector.PropertyModel model, int row)Sets the description of a property in the help text area at the bottom of the Property Inspector. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static java.awt.event.FocusListener focusListenerToShowPropertyDescription(java.awt.Component inlineEditor,
                                                                                  oracle.bali.inspector.PropertyModel model,
                                                                                  int row)
FocusListenerinlineEditor - the given inline editor.model - the PropertyModel containing the description of a property.row - the row belonging to the property.
public static void setPropertyHelpText(java.awt.Component source,
                                       oracle.bali.inspector.PropertyModel model,
                                       int row)
source - any component as long as it's inside the Property Inspector.model - the PropertyModel containing the description of a property.row - the row belonging to the property.public static void clearHelpText(java.awt.Component source)
source - any component as long as it's inside the Property Inspector.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||