Class PromptTextUI

  • Direct Known Subclasses:
    PromptTextAreaUI, PromptTextFieldUI

    public abstract class PromptTextUI
    extends TextUI

    Abstract TextUI class that delegates most work to another TextUI and additionally renders a prompt text as specified in the JTextComponents client properties by PromptSupport.

    Subclasses of this class must provide a prompt component used for rendering the prompt text.

    Author:
    Peter Weishapl