Uses of Interface
ucot.core.ControlInterface

Packages that use ControlInterface
ucot.core ControlInterface and Core class, these control the program flow. 
ucot.ui Userinterface. 
ucot.ui.gui Graphical userInterface and classes related to it. 
ucot.ui.gui.dialog Dialogs used by the gui. 
ucot.ui.gui.tree.analyzemodeltree Classes related to a tree that displays analyzemodel in a tree. 
ucot.ui.gui.tree.usecasetree Classes related to tree that displays loaded usecases. 
 

Uses of ControlInterface in ucot.core
 

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

Uses of ControlInterface in ucot.ui
 

Methods in ucot.ui with parameters of type ControlInterface
 void UIInterface.setControlInterface(ControlInterface a)
          Set a new control interface for the user interface to use.
 void DummyUI.setControlInterface(ControlInterface a)
           
 

Uses of ControlInterface in ucot.ui.gui
 

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

Methods in ucot.ui.gui that return ControlInterface
 ControlInterface GraphicalUI.getControlInterface()
          Returns the ControlInterface this UI uses to control the program.
 

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
GraphicalUI(ControlInterface controlInterface)
          Constuctor for Graphical UI.
 

Uses of ControlInterface in ucot.ui.gui.dialog
 

Fields in ucot.ui.gui.dialog declared as ControlInterface
private  ControlInterface MergeEntitiesDialog.core
           
private  ControlInterface AddToModelWithDialog.core
           
 

Methods in ucot.ui.gui.dialog with parameters of type ControlInterface
static boolean AddToModelWithDialog.showDialog(ControlInterface core)
          Static method to create and show dialog.
static void MergeEntitiesDialog.showDialog(ControlInterface core, java.lang.String entity)
          Initializes new instance of MergeEntitiesDialog and shows it.
 

Constructors in ucot.ui.gui.dialog with parameters of type ControlInterface
AddToModelWithDialog(java.awt.Frame owner, ControlInterface core)
          Default constructor for AddToModelWithDialog.
MergeEntitiesDialog(java.awt.Frame owner, ControlInterface core, java.lang.String entity)
          Default constructor for MergeEntitiesDialog
 

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

Methods in ucot.ui.gui.tree.analyzemodeltree with parameters of type ControlInterface
 void AnalyzeModelTree.createMouseListener(ControlInterface core, EntityPropertiesDialog entityPropertiesDialog)
          Creates MouseListener for AnalyzeModelTree to handle mouse clicking events over the tree.
 

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

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

Constructors in ucot.ui.gui.tree.usecasetree with parameters of type ControlInterface
UseCaseTree(ControlInterface core)
          Default constructor for UseCaseTree.