Uses of Class
ucot.ui.gui.GraphicalUI

Packages that use GraphicalUI
ucot.ui.gui   
ucot.ui.gui.dot   
 

Uses of GraphicalUI in ucot.ui.gui
 

Fields in ucot.ui.gui declared as GraphicalUI
private  GraphicalUI ProgressBarDialog.owner
           
private  GraphicalUI EntityPropertiesDialog.owner
           
private  GraphicalUI SettingsDialog.owner
           
 

Methods in ucot.ui.gui with parameters of type GraphicalUI
static void SettingsDialog.showDialog(GraphicalUI owner, ControlInterface core, java.util.Properties uiSettings, java.util.Properties coreSettings)
          Static method to create and show SettingsDialog.
static AnalyzeModel EntityPropertiesDialog.showDialog(GraphicalUI owner, java.lang.String entityName, AnalyzeModel model)
          Constructs, initializes and spawns an entity properties dialog for the given entity in the given analyze model.
 

Constructors in ucot.ui.gui with parameters of type GraphicalUI
EntityPropertiesDialog(GraphicalUI owner)
          EntityPropertiesDialog constructor.
ProgressBarDialog(GraphicalUI owner, java.lang.String title)
          Default constructor for ProgressBarDialog.
SettingsDialog(GraphicalUI owner, ControlInterface core, java.util.Properties uiSettings, java.util.Properties coreSettings)
           
 

Uses of GraphicalUI in ucot.ui.gui.dot
 

Fields in ucot.ui.gui.dot declared as GraphicalUI
protected  GraphicalUI DotPanel.owner
           
 

Constructors in ucot.ui.gui.dot with parameters of type GraphicalUI
DotPanel(GraphicalUI owner, AnalyzeModel analyzeModel)
          Constructor for DotPanel.