Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.inspector
Class PropertyHelpTextArea

java.lang.Object
  extended by oracle.ide.inspector.PropertyHelpTextArea


public class PropertyHelpTextArea
extends java.lang.Object

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 FocusListener 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

focusListenerToShowPropertyDescription

public static java.awt.event.FocusListener focusListenerToShowPropertyDescription(java.awt.Component inlineEditor,
                                                                                  oracle.bali.inspector.PropertyModel model,
                                                                                  int row)
Creates a FocusListener 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. This listener also clears the help area when the given inline editor loses focus.
Parameters:
inlineEditor - the given inline editor.
model - the PropertyModel containing the description of a property.
row - the row belonging to the property.
Returns:
the created focus listener.

setPropertyHelpText

public 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.
Parameters:
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.

clearHelpText

public static void clearHelpText(java.awt.Component source)
Clears the help text area at the bottom of the Property Inspector.
Parameters:
source - any component as long as it's inside the Property Inspector.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.