Uses of Interface
ucot.core.ControlInterface

Packages that use ControlInterface
ucot.core   
ucot.ui   
ucot.ui.gui   
ucot.ui.gui.tree   
ucot.ui.gui.tree.usecasetree   
 

Uses of ControlInterface in ucot.core
 

Classes in ucot.core that implement ControlInterface
 class Core
          This is the implementation of core of the program, the controller of the program.
 

Uses of ControlInterface in ucot.ui
 

Methods in ucot.ui with parameters of type ControlInterface
 void UIInterface.setControlInterface(ControlInterface a)
          Set control interface
 

Uses of ControlInterface in ucot.ui.gui
 

Fields in ucot.ui.gui declared as ControlInterface
private  ControlInterface SettingsDialog.core
           
private  ControlInterface GraphicalUI.core
           
private  ControlInterface AddToModelWithDialog.core
           
 

Methods in ucot.ui.gui with parameters of type ControlInterface
 void GraphicalUI.setControlInterface(ControlInterface a)
           
 

Constructors in ucot.ui.gui with parameters of type ControlInterface
AddToModelWithDialog(java.awt.Frame owner, ControlInterface core)
           
GraphicalUI(ControlInterface controlInterface)
          Constuctor for Graphical UI.
SettingsDialog(java.awt.Frame owner, ControlInterface core)
           
 

Uses of ControlInterface in ucot.ui.gui.tree
 

Methods in ucot.ui.gui.tree with parameters of type ControlInterface
 void AnalyzeModelTree.createMouseListener(ControlInterface core, EntityPropertiesDialog entityPropertiesDialog)
           
 

Uses of ControlInterface in ucot.ui.gui.tree.usecasetree
 

Fields in ucot.ui.gui.tree.usecasetree declared as ControlInterface
private  ControlInterface UseCaseTree.controlInterface
           
 

Constructors in ucot.ui.gui.tree.usecasetree with parameters of type ControlInterface
UseCaseTree(UseCaseCollection c, ControlInterface core)