Uses of Interface
ucot.core.ControlInterface

Packages that use ControlInterface
ucot.core Core package 
ucot.ui   
ucot.ui.gui   
ucot.ui.gui.tree.analyzemodeltree   
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 DummyUI.setControlInterface(ControlInterface a)
           
 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 AddToModelWithDialog.core
           
private  ControlInterface GraphicalUI.core
           
private  ControlInterface MergeEntitiesDialog.core
           
private  ControlInterface SettingsDialog.core
           
 

Methods in ucot.ui.gui with parameters of type ControlInterface
 void GraphicalUI.setControlInterface(ControlInterface a)
           
static boolean AddToModelWithDialog.showDialog(ControlInterface core)
          Static method to create and show dialog.
static void MergeEntitiesDialog.showDialog(ControlInterface core, java.lang.String entity)
           
static void SettingsDialog.showDialog(GraphicalUI owner, ControlInterface core, java.util.Properties uiSettings, java.util.Properties coreSettings)
          Static method to create and show SettingsDialog.
 

Constructors in ucot.ui.gui with parameters of type ControlInterface
AddToModelWithDialog(java.awt.Frame owner, ControlInterface core)
          Default constructor for dialog.
GraphicalUI(ControlInterface controlInterface)
          Constuctor for Graphical UI.
MergeEntitiesDialog(java.awt.Frame owner, ControlInterface core, java.lang.String entity)
           
SettingsDialog(GraphicalUI owner, ControlInterface core, java.util.Properties uiSettings, java.util.Properties coreSettings)
           
 

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 MouseClickedEvent 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.