Uses of Class
net.slashie.libjcsi.textcomponents.TextComponent

Packages that use TextComponent
net.slashie.libjcsi.textcomponents   
 

Uses of TextComponent in net.slashie.libjcsi.textcomponents
 

Subclasses of TextComponent in net.slashie.libjcsi.textcomponents
 class DialogBox
          Allows easy creation of a self-sizing box to display information which needs answering input from the user.
 class ListBox
          Displays a list in a box.
 class MenuBox
          Box used for various menus.
 class TextBox
          Provides a means to put output into a specific box.
 class TextInformBox
          Represents a text box which can be updated to show a new text along with the old one until it is full, in which case it shows a [More] prompt, waits for a player keypress, erases it selfs and continues exhibiting the same behaviour.