Class ContextHelpDialog.Description

All Implemented Interfaces:
Drawable
Enclosing class:
ContextHelpDialog

public static class ContextHelpDialog.Description extends StyledText
  • Constructor Details Link icon

    • Description Link icon

      public Description(Composite parent, int style)
  • Method Details Link icon

    • setFocus Link icon

      public boolean setFocus()
      Description copied from class: Control
      Causes the receiver to have the keyboard focus, such that all keyboard events will be delivered to it. Focus reassignment will respect applicable platform constraints.
      Overrides:
      setFocus in class StyledText
      Returns:
      true if the control got focus, and false if it was unable to.
      See Also:
    • isFocusControl Link icon

      public boolean isFocusControl()
      Description copied from class: Control
      Returns true if the receiver has the user-interface focus, and false otherwise.
      Overrides:
      isFocusControl in class Control
      Returns:
      the receiver's focus state