Uses of Interface
net.slashie.libjcsi.ConsoleSystemInterface

Packages that use ConsoleSystemInterface
net.slashie.libjcsi.jcurses   
net.slashie.libjcsi.textcomponents   
net.slashie.libjcsi.wswing   
 

Uses of ConsoleSystemInterface in net.slashie.libjcsi.jcurses
 

Classes in net.slashie.libjcsi.jcurses that implement ConsoleSystemInterface
 class JCursesConsoleInterface
          This provides an interface using JCurses
 

Uses of ConsoleSystemInterface in net.slashie.libjcsi.textcomponents
 

Constructors in net.slashie.libjcsi.textcomponents with parameters of type ConsoleSystemInterface
DialogBox(ConsoleSystemInterface si, int lines, java.lang.String args)
          Creates the box
ListBox(ConsoleSystemInterface si)
           
MenuBox(ConsoleSystemInterface si)
          Creates a new menu.
TextBox(ConsoleSystemInterface si)
          Allows creation of a new TextBox
TextComponent(ConsoleSystemInterface si)
          Creates a new TextComponent within the specified interface.
TextInformBox(ConsoleSystemInterface si)
          Creates new TextInformBox tied to a specific interface.
 

Uses of ConsoleSystemInterface in net.slashie.libjcsi.wswing
 

Classes in net.slashie.libjcsi.wswing that implement ConsoleSystemInterface
 class WSwingConsoleInterface
          Swing interface for input and output.