Uses of Interface
com.coswald.jtalker.gui.TextPipe
-
Packages that use TextPipe Package Description com.coswald.jtalker.gui All GUI elements for the JTalker application. -
-
Uses of TextPipe in com.coswald.jtalker.gui
Methods in com.coswald.jtalker.gui with parameters of type TextPipe Modifier and Type Method Description void
TextEntryPanel. addTextUpdater(TextPipe pipe)
Adds aTextUpdater
to thisTextEntryPanel
.Constructors in com.coswald.jtalker.gui with parameters of type TextPipe Constructor Description TextUpdater(TextPipe pipe)
Constructs an updater that updates a given text pipe.
-