Uses of Class
ucot.ui.gui.GraphicalUI

Packages that use GraphicalUI
ucot.ui.gui.dialog Dialogs used by the gui. 
ucot.ui.gui.dot Classes for displaying graphs generated by Dot program. 
ucot.ui.gui.tree.analyzemodeltree Classes related to a tree that displays analyzemodel in a tree. 
 

Uses of GraphicalUI in ucot.ui.gui.dialog
 

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

Methods in ucot.ui.gui.dialog with parameters of type GraphicalUI
static java.lang.String SettingsDialog.showDialog(GraphicalUI owner)
          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.dialog with parameters of type GraphicalUI
EntityPropertiesDialog(GraphicalUI owner)
          EntityPropertiesDialog constructor.
ProgressBarDialog(GraphicalUI owner, java.lang.String title)
          Default constructor for ProgressBarDialog.
SettingsDialog(GraphicalUI owner)
          Default constructor for SettingsDialog.
 

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)
           Constructor for DotPanel.
 

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

Fields in ucot.ui.gui.tree.analyzemodeltree declared as GraphicalUI
private  GraphicalUI AnalyzeTreeModel.owner
           
 

Constructors in ucot.ui.gui.tree.analyzemodeltree with parameters of type GraphicalUI
AnalyzeModelTree(GraphicalUI owner)
          Default constructor for AnalyzeModelTree.
AnalyzeTreeModel(GraphicalUI owner)
           Creates the object.