Class TextEntryPanel.TextUpdater

  • All Implemented Interfaces:
    ActionListener, EventListener
    Enclosing class:
    TextEntryPanel

    protected class TextEntryPanel.TextUpdater
    extends Object
    implements ActionListener
    Updates any text pipe using the underlying text field's current text. If you wish to use this class within a TextEntryPanel, use this method.
    Since:
    JTalker 0.1.5
    Version:
    0.0.1
    Author:
    C. William Oswald
    • Constructor Detail

      • TextUpdater

        public TextUpdater​(TextPipe pipe)
        Constructs an updater that updates a given text pipe. This will call the TextPipe's send method inside of the action method.
        Parameters:
        pipe - The pipe to send the string along.