Uses of Interface
com.jagacy.ui.UserInterface

Packages that use UserInterface
com.jagacy   
com.jagacy.ui   
 

Uses of UserInterface in com.jagacy
 

Methods in com.jagacy that return UserInterface
protected  UserInterface SessionVt.createUi()
           
protected abstract  UserInterface AbstractSession.createUi()
          Creates a user interface.
 

Uses of UserInterface in com.jagacy.ui
 

Classes in com.jagacy.ui that implement UserInterface
 class AbstractSwing
          Implements a Jagacy Swing GUI.
 class SwingVt
          Implements a Swing VT GUI.
 

Fields in com.jagacy.ui declared as UserInterface
static UserInterface AbstractSwing.UI