|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Package org.argouml.application.events |
| Class org.argouml.application.events.ArgoEvent extends EventObject implements Serializable |
| Serialized Fields |
int eventType
| Class org.argouml.application.events.ArgoGeneratorEvent extends ArgoEvent implements Serializable |
| Class org.argouml.application.events.ArgoModuleEvent extends ArgoEvent implements Serializable |
| Class org.argouml.application.events.ArgoNotationEvent extends ArgoEvent implements Serializable |
| Package org.argouml.application.helpers |
| Class org.argouml.application.helpers.DiagramHelper extends ArgoDiagram implements Serializable |
| Class org.argouml.application.helpers.SettingsTabHelper extends JPanel implements Serializable |
| Package org.argouml.cognitive |
| Class org.argouml.cognitive.DecisionModel extends Observable implements Serializable |
| Serialized Fields |
Vector decisions
| Class org.argouml.cognitive.Designer extends Object implements Serializable |
serialVersionUID: -3647853023882216454l
| Serialized Fields |
ToDoList toDoList
Properties prefs
String emailAddr
String designerName
The designerName gets updated when the user enters a new name.
DecisionModel decisions
Decisions are currently modeled as simple descriptive strings.
Each decision also has a priority number which is ill defined, but positive Ints mean that the designer is considering it. This explicit representation of what decisions the designer is interested in at a given moment allows the Agency to select relevant critics for execution.
GoalModel goals
Agency agency
Icon clarifier
Thread critiquerThread
int critiquingInterval
int critiqueCPUPercent
Vector hotQueue
Vector hotReasonQueue
Vector addQueue
Vector addReasonQueue
Vector removeQueue
Vector warmQueue
ChildGenerator childGenerator
long critiqueDuration
int critiqueLock
| Class org.argouml.cognitive.GoalModel extends Observable implements Serializable |
| Serialized Fields |
Vector goals
| Class org.argouml.cognitive.ListSet extends Object implements Serializable |
| Serialized Fields |
Vector vector
| Class org.argouml.cognitive.ToDoItem extends Object implements Serializable |
| Serialized Fields |
Poster thePoster
String theHeadline
int thePriority
String theDescription
String theMoreInfoURL
ListSet theOffenders
Each member is either a model element, a Fig, or
a Diagram.
This is set by the constructor and cannot change.
Icon theClarifier
Wizard theWizard
String cachedExpandedHeadline
String cachedExpandedDescription
| Class org.argouml.cognitive.ToDoList extends Observable implements Serializable |
serialVersionUID: -1288801672594900893l
| Serialized Fields |
Vector items
ListSet allOffenders
ListSet allPosters
LinkedHashSet resolvedItems
TODO: generalize into a design rationale logging facility.
Thread validityChecker
Designer designer
EventListenerList listenerList
boolean isPaused
| Class org.argouml.cognitive.UnresolvableException extends Exception implements Serializable |
| Package org.argouml.cognitive.checklist |
| Class org.argouml.cognitive.checklist.CheckItem extends Object implements Serializable |
| Serialized Fields |
String category
String description
String moreInfoURL
Predicate pred
| Class org.argouml.cognitive.checklist.Checklist extends Object implements Serializable |
| Serialized Fields |
Vector items
String nextCategory
| Class org.argouml.cognitive.checklist.ChecklistStatus extends Object implements Serializable |
| Serialized Fields |
Vector items
| Class org.argouml.cognitive.checklist.CheckManager extends Object implements Serializable |
| Package org.argouml.cognitive.checklist.ui |
| Class org.argouml.cognitive.checklist.ui.TabChecklist extends AbstractArgoJPanel implements Serializable |
| Serialized Fields |
Object target
TableModelChecklist tableModel
boolean shouldBeEnabled
JTable table
| Package org.argouml.cognitive.critics |
| Class org.argouml.cognitive.critics.CompoundCritic extends Critic implements Serializable |
| Serialized Fields |
Vector critics
| Class org.argouml.cognitive.critics.Critic extends Object implements Serializable |
| Serialized Fields |
String emailAddr
int priority
String headline
String description
String moreInfoURL
Hashtable args
Icon clarifier
String decisionCategory
Decision categories are defined in the DecisionModel of a particular domain.
ControlMechVector supportedDecisions
Vector supportedGoals
String criticType
boolean isActive
Hashtable controlRecs
ListSet knowledgeTypes
long triggerMask
| Class org.argouml.cognitive.critics.SnoozeOrder extends Object implements Serializable |
| Serialized Fields |
long initialIntervalMS
Date snoozeUntil
Date snoozeAgain
long interval
Date now
| Package org.argouml.cognitive.critics.ui |
| Class org.argouml.cognitive.critics.ui.CriticBrowserDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
JLabel criticsLabel
JLabel clsNameLabel
JLabel headlineLabel
JLabel priorityLabel
JLabel moreInfoLabel
JLabel descLabel
JLabel clarifierLabel
TableModelCritics tableModel
JTable table
JTextField className
JTextField headline
JComboBox priority
JTextField moreInfo
JTextArea desc
JComboBox useClar
JButton wakeButton
JButton configButton
JButton networkButton
JButton goButton
Critic target
List critics
| Package org.argouml.cognitive.ui |
| Class org.argouml.cognitive.ui.AddToDoItemDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
JTextField headLineTextField
JComboBox priorityComboBox
JTextField moreinfoTextField
JList offenderList
JTextArea descriptionTextArea
| Class org.argouml.cognitive.ui.DesignIssuesDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
JPanel mainPanel
Hashtable slidersToDecisions
Hashtable slidersToDigits
| Class org.argouml.cognitive.ui.DismissToDoItemDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
JRadioButton badGoalButton
JRadioButton badDecButton
JRadioButton explainButton
ButtonGroup actionGroup
JTextArea explanation
ToDoItem target
| Class org.argouml.cognitive.ui.GoalsDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
int width
int height
JPanel mainPanel
Hashtable slidersToDecisions
Hashtable slidersToDigits
| Class org.argouml.cognitive.ui.TabToDo extends AbstractArgoJPanel implements Serializable |
serialVersionUID: 4819730646847978729l
| Serialized Fields |
WizDescription description
JPanel lastPanel
org.tigris.swidgets.BorderSplitPane splitPane
Object target
| Class org.argouml.cognitive.ui.ToDoByDecision extends ToDoPerspective implements Serializable |
| Class org.argouml.cognitive.ui.ToDoByGoal extends ToDoPerspective implements Serializable |
| Class org.argouml.cognitive.ui.ToDoByOffender extends ToDoPerspective implements Serializable |
| Class org.argouml.cognitive.ui.ToDoByPoster extends ToDoPerspective implements Serializable |
| Class org.argouml.cognitive.ui.ToDoByPriority extends ToDoPerspective implements Serializable |
| Class org.argouml.cognitive.ui.ToDoByType extends ToDoPerspective implements Serializable |
| Class org.argouml.cognitive.ui.ToDoPane extends JPanel implements Serializable |
| Serialized Fields |
JTree tree
ToolBar toolbar
JComboBox combo
Vector perspectives
ToDoPerspective curPerspective
ToDoList root
JLabel countLabel
Object lastSel
int oldSize
char dir
| Class org.argouml.cognitive.ui.ToDoPerspective extends TreeModelComposite implements Serializable |
| Serialized Fields |
boolean flat
Vector flatChildren
| Class org.argouml.cognitive.ui.ToDoTreeRenderer extends DefaultTreeCellRenderer implements Serializable |
| Serialized Fields |
ImageIcon postIt0
ImageIcon postIt25
ImageIcon postIt50
ImageIcon postIt75
ImageIcon postIt99
ImageIcon postIt100
ImageIcon postItD0
ImageIcon postItD25
ImageIcon postItD50
ImageIcon postItD75
ImageIcon postItD99
ImageIcon postItD100
UMLTreeCellRenderer treeCellRenderer
| Class org.argouml.cognitive.ui.Wizard extends Object implements Serializable |
| Serialized Fields |
Vector panels
int step
boolean finished
boolean started
WizardItem item
| Class org.argouml.cognitive.ui.WizDescription extends WizStep implements Serializable |
serialVersionUID: 2545592446694112088l
| Serialized Fields |
JTextArea description
| Class org.argouml.cognitive.ui.WizStep extends JPanel implements Serializable |
serialVersionUID: 8845081753813440684l
| Serialized Fields |
JPanel mainPanel
JButton backButton
JButton nextButton
JButton finishButton
JButton helpButton
JPanel buttonPanel
Object target
| Class org.argouml.cognitive.ui.WizStepChoice extends WizStep implements Serializable |
serialVersionUID: 8055896491830976354l
| Serialized Fields |
JTextArea instructions
ButtonGroup group
Vector choices
int selectedIndex
| Class org.argouml.cognitive.ui.WizStepConfirm extends WizStep implements Serializable |
serialVersionUID: 9145817515169354813l
| Serialized Fields |
JTextArea instructions
| Class org.argouml.cognitive.ui.WizStepCue extends WizStep implements Serializable |
serialVersionUID: -5886729588114736302l
| Serialized Fields |
JTextArea instructions
| Class org.argouml.cognitive.ui.WizStepManyTextFields extends WizStep implements Serializable |
serialVersionUID: -5154002407806917092l
| Serialized Fields |
JTextArea instructions
Vector fields
| Class org.argouml.cognitive.ui.WizStepTextField extends WizStep implements Serializable |
serialVersionUID: -4245718254267840545l
| Serialized Fields |
JTextArea instructions
JLabel label
JTextField field
| Package org.argouml.kernel |
| Class org.argouml.kernel.Project extends Object implements Serializable |
serialVersionUID: 1399111233978692444l
| Serialized Fields |
URL url
String authorname
String description
String version
Vector searchpath
MemberList members
String historyFile
int persistenceVersion
Vector models
Vector diagrams
Object defaultModel
Object currentNamespace
HashMap uuidRefs
GenerationPreferences cgPrefs
Profile profile
ArgoDiagram activeDiagram
HashMap defaultModelCache
Collection trashcan
| Package org.argouml.language.java.cognitive.critics |
| Class org.argouml.language.java.cognitive.critics.CrMultipleInheritance extends CrUML implements Serializable |
| Class org.argouml.language.java.cognitive.critics.CrMultipleRealization extends CrUML implements Serializable |
| Package org.argouml.language.ui |
| Class org.argouml.language.ui.LanguageComboBox extends JComboBox implements Serializable |
| Package org.argouml.model.uml |
| Class org.argouml.model.uml.ExplorerNSUMLEventAdaptor extends PropertyChangeSupport implements Serializable |
| Package org.argouml.moduleloader |
| Class org.argouml.moduleloader.SettingsTabModules extends SettingsTabHelper implements Serializable |
serialVersionUID: 8945027241102020504l
| Serialized Fields |
JTable table
JPanel notYetLoadedPanel
String[] columnNames
Object[][] elements
| Package org.argouml.notation.ui |
| Class org.argouml.notation.ui.ActionNotation extends UMLAction implements Serializable |
serialVersionUID: 1364283215100616618l
| Serialized Fields |
JMenu menu
ActionNotation.actionPerformed(ActionEvent ae)).
| Class org.argouml.notation.ui.NotationComboBox extends JComboBox implements Serializable |
serialVersionUID: 4059899784583789412l
| Class org.argouml.notation.ui.SettingsTabNotation extends SettingsTabHelper implements Serializable |
serialVersionUID: 3206897060245290104l
| Serialized Fields |
JCheckBox allowNotations
JCheckBox useGuillemots
JCheckBox showVisibility
JCheckBox showMultiplicity
JCheckBox showInitialValue
JCheckBox showProperties
JCheckBox showStereotypes
JCheckBox showTypes
ShadowComboBox defaultShadowWidth
| Package org.argouml.pattern.cognitive.critics |
| Class org.argouml.pattern.cognitive.critics.CrConsiderSingleton extends CrUML implements Serializable |
serialVersionUID: -178026888698499288l
| Class org.argouml.pattern.cognitive.critics.CrSingletonViolatedMissingStaticAttr extends CrUML implements Serializable |
| Class org.argouml.pattern.cognitive.critics.CrSingletonViolatedOnlyPrivateConstructors extends CrUML implements Serializable |
| Package org.argouml.persistence |
| Class org.argouml.persistence.OpenException extends PersistenceException implements Serializable |
serialVersionUID: -4787911270548948677l
| Class org.argouml.persistence.PersistenceException extends Exception implements Serializable |
| Class org.argouml.persistence.ProgressEvent extends EventObject implements Serializable |
serialVersionUID: -440923505939663713l
| Serialized Fields |
long length
long position
| Class org.argouml.persistence.SaveException extends PersistenceException implements Serializable |
| Class org.argouml.persistence.VersionException extends OpenException implements Serializable |
| Package org.argouml.swingext |
| Class org.argouml.swingext.SpacerPanel extends JPanel implements Serializable |
| Serialized Fields |
int w
int h
| Package org.argouml.ui |
| Class org.argouml.ui.AboutBox extends JDialog implements Serializable |
| Serialized Fields |
JTabbedPane tabs
SplashPanel splashPanel
| Class org.argouml.ui.AbstractArgoJPanel extends JPanel implements Serializable |
| Serialized Fields |
String title
boolean tear
org.tigris.swidgets.Orientation orientation
| Class org.argouml.ui.ActionAutoResize extends UMLAction implements Serializable |
| Class org.argouml.ui.ActionExportXMI extends AbstractAction implements Serializable |
serialVersionUID: -3445739054369264482l
| Class org.argouml.ui.ActionGoToCritique extends UMLAction implements Serializable |
| Serialized Fields |
ToDoItem item
| Class org.argouml.ui.ActionImportXMI extends AbstractAction implements Serializable |
serialVersionUID: -8756142027376622496l
| Class org.argouml.ui.ActionSaveConfiguration extends UMLAction implements Serializable |
| Class org.argouml.ui.ActionSettings extends UMLAction implements Serializable |
| Serialized Fields |
JButton applyButton
JTabbedPane tabs
ArgoDialog dialog
| Class org.argouml.ui.ArgoDiagram extends Diagram implements Serializable |
serialVersionUID: -401219134410459387l
| Serialized Fields |
ItemUID id
| Class org.argouml.ui.ArgoDialog extends org.tigris.swidgets.Dialog implements Serializable |
| Class org.argouml.ui.ArgoJMenu extends JMenu implements Serializable |
serialVersionUID: 8318663502924796474l
| Class org.argouml.ui.CheckboxTableModel extends AbstractTableModel implements Serializable |
| Serialized Fields |
Object[][] elements
String columnName1
String columnName2
| Class org.argouml.ui.CmdCreateNode extends CmdCreateNode implements Serializable |
| Class org.argouml.ui.CmdSetMode extends CmdSetMode implements Serializable |
| Class org.argouml.ui.DetailsPane extends JPanel implements Serializable |
| Serialized Fields |
JTabbedPane topLevelTabbedPane
Object currentTarget
Vector tabPanelList
int lastNonNullTab
EventListenerList listenerList
Icon upArrowIcon
Icon leftArrowIcon
| Class org.argouml.ui.DisplayTextTree extends JTree implements Serializable |
serialVersionUID: 949560309817566838l
| Serialized Fields |
Hashtable expandedPathsInModel
keys = the current TreeModel of this Tree values = Vector of currently expanded paths.
boolean reexpanding
| Class org.argouml.ui.EmailExpertDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
JTextField emailTo
JTextField emailCc
JTextField emailSubject
JTextArea emailBody
ToDoItem target
| Class org.argouml.ui.ExceptionDialog extends JDialog implements Serializable |
serialVersionUID: -2773182347529547418l
| Serialized Fields |
JButton closeButton
JLabel northLabel
| Class org.argouml.ui.FindDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
JButton search
JButton clearTabs
JTabbedPane tabs
JPanel nameLocTab
JPanel modifiedTab
JPanel tagValsTab
JPanel constraintsTab
JComboBox elementName
JComboBox diagramName
JComboBox location
JComboBox type
JPanel typeDetails
JTabbedPane results
JPanel help
Vector resultTabs
| Class org.argouml.ui.GotoDialog extends ArgoDialog implements Serializable |
| Serialized Fields |
TabResults allDiagrams
| Class org.argouml.ui.MultiEditorPane extends JPanel implements Serializable |
| Serialized Fields |
JTabbedPane tabs
Vector tabPanels
Component lastTab
| Class org.argouml.ui.ProjectBrowser extends JFrame implements Serializable |
serialVersionUID: 6974246679451284917l
| Serialized Fields |
String appName
MultiEditorPane editorPane
DetailsPane northEastPane
DetailsPane northPane
DetailsPane northWestPane
DetailsPane eastPane
DetailsPane southEastPane
DetailsPane southPane
Map detailsPanesByCompassPoint
GenericArgoMenuBar menuBar
StatusBar statusBar
Font defaultFont
org.tigris.swidgets.BorderSplitPane workAreaPane
NavigatorPane explorerPane
ToDoPane todoPane
String title
org.tigris.gef.undo.RedoAction redoAction
org.tigris.gef.undo.UndoAction undoAction
ActionRemoveFromDiagram removeFromDiagram
| Class org.argouml.ui.SettingsTabAppearance extends SettingsTabHelper implements Serializable |
| Serialized Fields |
JComboBox lookAndFeel
JComboBox metalTheme
JComboBox language
JLabel metalLabel
JCheckBox smoothEdges
Locale locale
| Class org.argouml.ui.SettingsTabEnvironment extends SettingsTabHelper implements Serializable |
serialVersionUID: 543442930918741133l
| Serialized Fields |
JTextField fieldArgoRoot
JTextField fieldArgoHome
JTextField fieldArgoExtDir
JTextField fieldJavaHome
JTextField fieldUserHome
JTextField fieldUserDir
JTextField fieldStartupDir
JComboBox fieldGraphicsFormat