A B C D E F G H I J L M N O P Q R S T U V W

D

data - Variable in class ucot.ui.gui.tree.usecasetree.TreeItem
 
dataType - Variable in class ucot.model.Updation
 
decapitalize(String) - Static method in class ucot.utils.StringTools
Returns string which starts with lowercase letter.
DEFAULT_COLOR - Static variable in class ucot.ui.gui.dot.DotColorModel
 
DEFAULT_COLOR - Static variable in class ucot.ui.gui.dot.DotColorTheme
 
DEFAULT_ERROR_HEADER - Static variable in class ucot.ui.gui.GUIUtils
 
DEFAULT_ERROR_TITLE - Static variable in class ucot.ui.DummyUI
 
DEFAULT_ERROR_TITLE - Static variable in class ucot.ui.gui.GraphicalUI
 
DEFAULT_EXPORT_IMAGE_TYPE - Static variable in class ucot.ui.gui.dot.DotPanel
 
DEFAULT_FILE_EXTENSION - Static variable in class ucot.output.GXLOutput
 
DEFAULT_HEURISTIC_LABEL - Static variable in class ucot.ui.gui.dialog.SettingsDialog
 
DEFAULT_HIGHLIGHT - Static variable in class ucot.ui.gui.dot.DotColorTheme
 
DEFAULT_PARSER_LABEL - Static variable in class ucot.ui.gui.dialog.SettingsDialog
 
DEFAULT_PLUGIN_DIR_NAME - Static variable in class ucot.core.PluginLoader
 
DEFAULT_PLUGIN_PROPERTIES_FILE - Static variable in class ucot.core.PluginLoader
 
DEFAULT_QUESTION_HEADER - Static variable in class ucot.ui.gui.GUIUtils
 
DEFAULT_QUESTION_TITLE - Static variable in class ucot.ui.gui.GraphicalUI
 
DEFAULT_WARNING_HEADER - Static variable in class ucot.ui.gui.GUIUtils
 
DEFAULT_WARNING_TITLE - Static variable in class ucot.ui.DummyUI
 
DEFAULT_WARNING_TITLE - Static variable in class ucot.ui.gui.GraphicalUI
 
defaultFont - Variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree.UseCaseTreeCellRenderer
 
DELETE_ATTRIBUTE_BUTTON - Static variable in class ucot.ui.gui.dialog.entitytab.AttributesPanel
Text for delete attribute button.
DELETE_ATTRIBUTE_BUTTON_ACTION - Static variable in class ucot.ui.gui.dialog.entitytab.AttributesPanel
 
DELETE_CHILD_BUTTON - Static variable in class ucot.ui.gui.dialog.entitytab.ChildrenPanel
Text for delete child button.
DELETE_CHILD_BUTTON_ACTION - Static variable in class ucot.ui.gui.dialog.entitytab.ChildrenPanel
 
DELETE_ENTITY_BUTTON - Static variable in class ucot.ui.gui.dialog.EntityPropertiesDialog
Text for the delete entity button.
DELETE_ENTITY_BUTTON_ACTION - Static variable in class ucot.ui.gui.dialog.EntityPropertiesDialog
 
DELETE_METHOD_BUTTON - Static variable in class ucot.ui.gui.dialog.entitytab.MethodsPanel
Text for delete method button.
DELETE_METHOD_BUTTON_ACTION - Static variable in class ucot.ui.gui.dialog.entitytab.MethodsPanel
 
DELETE_PARENT_BUTTON - Static variable in class ucot.ui.gui.dialog.entitytab.ParentsPanel
Text for delete parent button.
DELETE_PARENT_BUTTON_ACTION - Static variable in class ucot.ui.gui.dialog.entitytab.ParentsPanel
 
deleteAttributeButtonClicked() - Method in class ucot.ui.gui.dialog.entitytab.AttributesPanel
Action performed: User clicked the 'delete attribute' button.
deleted - Variable in class ucot.model.object.Entity
Marks if this entity is deleted or not.
DELETED_ATTRIBUTES_LOG_MESSAGE - Static variable in class ucot.ui.gui.dialog.entitytab.AttributesPanel
Log message for informing deletion of removed attributes.
DELETED_CHILDREN_LOG_MESSAGE - Static variable in class ucot.ui.gui.dialog.entitytab.ChildrenPanel
Log message for informing deletion of removed children.
DELETED_METHODS_LOG_MESSAGE - Static variable in class ucot.ui.gui.dialog.entitytab.MethodsPanel
Log message for informing deletion of removed methods.
DELETED_PARENTS_LOG_MESSAGE - Static variable in class ucot.ui.gui.dialog.entitytab.ParentsPanel
Log message for informing deletion of removed parents.
deleteMethodButtonClicked() - Method in class ucot.ui.gui.dialog.entitytab.MethodsPanel
Action performed: User clicked the 'delete method' button.
deleteParentButtonClicked() - Method in class ucot.ui.gui.dialog.entitytab.ChildrenPanel
Action performed: User clicked the 'delete child' button.
deleteParentButtonClicked() - Method in class ucot.ui.gui.dialog.entitytab.ParentsPanel
Action performed: User clicked the 'delete parent' button.
description - Variable in class ucot.ui.gui.dialog.ProgressBarDialog
 
description - Variable in class ucot.utils.CustomFileFilter
 
DIALOG_HEADER - Static variable in class ucot.ui.gui.dialog.AboutDialog
 
DIALOG_HEADER - Static variable in class ucot.ui.gui.dialog.EntityPropertiesDialog
The header for this dialog.
DIALOG_TITLE - Static variable in class ucot.ui.gui.dialog.SettingsDialog
 
dialogListener - Variable in class ucot.ui.gui.dialog.AddToModelWithDialog
Custom WindowListener to override windowClosing-event.
directoryIcon - Static variable in class ucot.ui.gui.tree.usecasetree.FilesTreeItem
 
doHeuristic(ParsedData, AnalyzeModel) - Method in class ucot.heuristic.AbbottsHeuristic
 
doHeuristic(ParsedData, AnalyzeModel) - Method in class ucot.heuristic.DummyHeuristic
 
doHeuristic(ParsedData, AnalyzeModel) - Method in interface ucot.heuristic.HeuristicInterface
Performs heuristic on given ParsedData object returns.
DOT_COLOR_LABEL - Static variable in class ucot.ui.gui.dialog.SettingsDialog
 
DOT_HIGHLIGHT_COLOR_LABEL - Static variable in class ucot.ui.gui.dialog.SettingsDialog
 
DOT_JOB_STACK - Static variable in class ucot.ui.gui.dot.DotPanel
 
DOT_PATH_LABEL - Static variable in class ucot.ui.gui.dialog.SettingsDialog
 
DOT_USE_HORIZONGAL_LAYOUTING_CAPTION - Static variable in class ucot.ui.gui.GraphicalUI
 
DotColorModel - Class in ucot.ui.gui.dot
Class that implements a color model used in dot graph drawing environment.
DotColorModel(String, String, String) - Constructor for class ucot.ui.gui.dot.DotColorModel
Constructor which sets all the colors as specified.
DotColorModel(String, String) - Constructor for class ucot.ui.gui.dot.DotColorModel
Constructor for quick color model initialization.
DotColorModel.ColorModel - Enum in ucot.ui.gui.dot
ColorModel sets available for using with Dot
DotColorModel.ColorModel() - Constructor for enum ucot.ui.gui.dot.DotColorModel.ColorModel
 
DotColorTheme - Class in ucot.ui.gui.dot
This class implements a color theme for dot markup language, which is useful for DotPanel when figuring out color strings.
DotColorTheme(DotColorModel.ColorModel, DotColorModel.ColorModel) - Constructor for class ucot.ui.gui.dot.DotColorTheme
Constructor for DotColorTheme class.
DotColorTheme(DotColorModel.ColorModel) - Constructor for class ucot.ui.gui.dot.DotColorTheme
Constructor for DotColorTheme class.
DotColorTheme() - Constructor for class ucot.ui.gui.dot.DotColorTheme
Default constructor for DotColorTheme class which initially uses the default color theme.
DotPanel - Class in ucot.ui.gui.dot
A dot panel class inherited from JPanel class which is used for drawing dot graphs from the given analyze model.
DotPanel(GraphicalUI) - Constructor for class ucot.ui.gui.dot.DotPanel
Constructor for DotPanel.
dotPanel - Variable in class ucot.ui.gui.GraphicalUI
 
dotPanel - Variable in class ucot.ui.gui.tree.usecasetree.UseCaseTree
 
DotPanel.DotJob - Class in ucot.ui.gui.dot
This class is a container for a dot job which includes all required information for rendering both highlighted and regular dot graphs.
DotPanel.DotJob() - Constructor for class ucot.ui.gui.dot.DotPanel.DotJob
 
DotPanel.ExportImageType - Enum in ucot.ui.gui.dot
Imageformats that are usable when exporting graph as image.
DotPanel.ExportImageType() - Constructor for enum ucot.ui.gui.dot.DotPanel.ExportImageType
 
DotPanel.ExportJob - Class in ucot.ui.gui.dot
Class for giving needed info for executeExport() method.
DotPanel.ExportJob() - Constructor for class ucot.ui.gui.dot.DotPanel.ExportJob
 
dotPathIndex - Variable in class ucot.ui.gui.dialog.SettingsDialog
 
dotScrollPane - Variable in class ucot.ui.gui.GraphicalUI
 
dotTimer - Variable in class ucot.ui.gui.GraphicalUI
 
DummyHeuristic - Class in ucot.heuristic
DummyHeuristic which does absolutely nothing but helps avoiding null values in heuristic variables.
DummyHeuristic() - Constructor for class ucot.heuristic.DummyHeuristic
 
DummyInput - Class in ucot.input
DummyInput which does absolutely nothing but helps avoiding null values in input variables.
DummyInput() - Constructor for class ucot.input.DummyInput
 
DummyOutput - Class in ucot.output
Dummy Output that does nothing
DummyOutput() - Constructor for class ucot.output.DummyOutput
 
DummyParser - Class in ucot.parser
DummyParser which does absolutely nothing but helps avoiding null values in parser variables.
DummyParser() - Constructor for class ucot.parser.DummyParser
 
DummyProgressBar - Class in ucot.core
DummyProgressBar which does absolutely nothing but helps avoiding null values in ProgressBar variables.
DummyProgressBar() - Constructor for class ucot.core.DummyProgressBar
 
DummyUI - Class in ucot.ui
DummyUI which does absolutely nothing but helps avoiding null values in UI variables.
DummyUI() - Constructor for class ucot.ui.DummyUI
 

A B C D E F G H I J L M N O P Q R S T U V W