Package net.slashie.libjcsi.textcomponents

Interface Summary
ListItem Interface to show what must be in each type of list item
MenuItem Interface to show what must be included in menu items.
 

Class Summary
BasicListItem This provides for an easy way to output into a list, useful for inventory.
DialogBox Allows easy creation of a self-sizing box to display information which needs answering input from the user.
ListBox Displays a list in a box.
MenuBox Box used for various menus.
TextBox Provides a means to put output into a specific box.
TextComponent Basic framework for all text components.
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.