Uses of Interface
ucot.ui.UIInterface

Packages that use UIInterface
ucot.core ControlInterface and Core class, these control the program flow. 
ucot.ui Userinterface. 
ucot.ui.gui Graphical userInterface and classes related to it. 
 

Uses of UIInterface in ucot.core
 

Fields in ucot.core declared as UIInterface
private  UIInterface Core.userInterface
           
 

Uses of UIInterface in ucot.ui
 

Classes in ucot.ui that implement UIInterface
 class DummyUI
          DummyUI which does absolutely nothing but helps avoiding null values in UI variables.
 

Uses of UIInterface in ucot.ui.gui
 

Classes in ucot.ui.gui that implement UIInterface
 class GraphicalUI
          Simple graphical user interface for UCOT program which uses dot (in DotPanel) to draw graphics.