Uses of Interface
ucot.ui.UIInterface

Packages that use UIInterface
ucot.core Core package 
ucot.ui   
ucot.ui.gui   
 

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 core which uses dot (in DotPanel) to draw graphics.