|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.argouml.cognitive |
|---|
| Class org.argouml.cognitive.CompoundCritic extends Critic implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> critics
java.util.Set<E> extraDesignMaterials
CompoundCritic.getCriticizedDesignMaterials()
| Class org.argouml.cognitive.Critic extends java.util.Observable implements Serializable |
|---|
| Serialized Fields |
|---|
int priority
java.lang.String headline
java.lang.String description
java.lang.String moreInfoURL
java.util.Hashtable<K,V> args
javax.swing.Icon clarifier
java.lang.String decisionCategory
Decision categories are defined in the DecisionModel of a particular domain.
ControlMechjava.util.List<E> supportedDecisions
java.util.List<E> supportedGoals
java.lang.String criticType
boolean isActive
java.util.Hashtable<K,V> controlRecs
ListSet<T> knowledgeTypes
long triggerMask
| Class org.argouml.cognitive.DecisionModel extends java.util.Observable implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> decisions
| Class org.argouml.cognitive.GoalModel extends java.util.Observable implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> goals
| Class org.argouml.cognitive.ListSet extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.List<E> list
java.util.Set<E> set
java.lang.Object mutex
| Class org.argouml.cognitive.ToDoItem extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 3058660098451455153L
| Serialized Fields |
|---|
Poster thePoster
java.lang.String theHeadline
int thePriority
java.lang.String theDescription
java.lang.String theMoreInfoURL
ListSet<T> theOffenders
Each member is either a model element, a Fig, or a
Diagram.
TODO: Offenders need to be more strongly typed. Because there is not a common supertype for these three types, we can't type this list. We should introduce a common supertype/interface. - tfm 20070630
The list of offenders is set once (e.g. by the constructor) and cannot change.
org.argouml.cognitive.critics.Wizard theWizard
java.lang.String cachedExpandedHeadline
java.lang.String cachedExpandedDescription
| Class org.argouml.cognitive.UnresolvableException extends java.lang.Exception implements Serializable |
|---|
| Package org.argouml.model |
|---|
| Class org.argouml.model.AddAssociationEvent extends AssociationChangeEvent implements Serializable |
|---|
serialVersionUID: 1672552190650651905L
| Class org.argouml.model.AssociationChangeEvent extends UmlChangeEvent implements Serializable |
|---|
serialVersionUID: 6586460366990334839L
| Serialized Fields |
|---|
java.lang.Object changedValue
| Class org.argouml.model.AttributeChangeEvent extends UmlChangeEvent implements Serializable |
|---|
serialVersionUID: 1573202490278617016L
| Class org.argouml.model.DeleteInstanceEvent extends UmlChangeEvent implements Serializable |
|---|
serialVersionUID: 650590690953566827L
| Class org.argouml.model.IllegalModelElementConnectionException extends UmlException implements Serializable |
|---|
serialVersionUID: -3934102825576700361L
| Class org.argouml.model.InstanceChangeEvent extends UmlChangeEvent implements Serializable |
|---|
| Class org.argouml.model.InvalidElementException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: -5831736942969641257L
| Class org.argouml.model.NotImplementedException extends java.lang.RuntimeException implements Serializable |
|---|
serialVersionUID: -3782492193881615900L
| Class org.argouml.model.RemoveAssociationEvent extends AssociationChangeEvent implements Serializable |
|---|
serialVersionUID: -1657123224250248465L
| Class org.argouml.model.UmlChangeEvent extends java.beans.PropertyChangeEvent implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.EventObject originalEvent
| Class org.argouml.model.UmlException extends java.lang.Exception implements Serializable |
|---|
serialVersionUID: -1029321716390822627L
| Class org.argouml.model.XmiException extends UmlException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String publicId
java.lang.String systemId
int lineNumber
int columnNumber
| Class org.argouml.model.XmiReferenceException extends XmiException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String reference
| Package org.argouml.ui |
|---|
| Class org.argouml.ui.AboutBox extends org.argouml.util.ArgoDialog implements Serializable |
|---|
serialVersionUID: -3647983226617303893L
| Serialized Fields |
|---|
javax.swing.JTabbedPane tabs
org.argouml.ui.SplashPanel splashPanel
| Class org.argouml.ui.AbstractArgoJPanel extends org.argouml.application.api.AbstractArgoJPanel implements Serializable |
|---|
| Class org.argouml.ui.ActionCreateContainedModelElement extends org.argouml.uml.ui.AbstractActionNewModelElement implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object metaType
| Class org.argouml.ui.ActionCreateEdgeModelElement extends javax.swing.AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object metaType
java.lang.Object source
java.lang.Object dest
| Class org.argouml.ui.ActionExportXMI extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -3445739054369264482L
| Class org.argouml.ui.ActionImportXMI extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -8756142027376622496L
| Class org.argouml.ui.ActionProjectSettings extends javax.swing.AbstractAction implements Serializable |
|---|
| Class org.argouml.ui.ActionRedo extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: 3921952827170089931L
| Class org.argouml.ui.ActionSettings extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -3646595772633674514L
| Serialized Fields |
|---|
org.argouml.util.ArgoDialog dialog
| Class org.argouml.ui.ActionUndo extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: 6544646406482242086L
| Class org.argouml.ui.ArgoJFontChooser extends javax.swing.JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JPanel jContentPane
javax.swing.JList jlstFamilies
javax.swing.JList jlstSizes
javax.swing.JLabel jlblFamilies
javax.swing.JLabel jlblSize
javax.swing.JLabel jlblPreview
javax.swing.JButton jbtnOk
javax.swing.JButton jbtnCancel
int resultSize
java.lang.String resultName
boolean isOk
| Class org.argouml.ui.ArgoJMenu extends javax.swing.JMenu implements Serializable |
|---|
serialVersionUID: 8318663502924796474L
| Class org.argouml.ui.ArgoStatusBar extends StatusBar implements Serializable |
|---|
| Class org.argouml.ui.CheckboxTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
|---|
serialVersionUID: 111532940880908401L
| Serialized Fields |
|---|
java.lang.Object[][] elements
java.lang.String columnName1
java.lang.String columnName2
| Class org.argouml.ui.CmdCreateNode extends org.tigris.gef.base.CreateNodeAction implements Serializable |
|---|
serialVersionUID: 4813526025971574818L
| Class org.argouml.ui.CmdSetMode extends org.tigris.gef.base.CmdSetMode implements Serializable |
|---|
| Class org.argouml.ui.DetailsPane extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JTabbedPane topLevelTabbedPane
java.lang.Object currentTarget
java.util.List<E> tabPanelList
int lastNonNullTab
javax.swing.event.EventListenerList listenerList
org.tigris.swidgets.Orientation orientation
boolean hasTabs
javax.swing.Icon upArrowIcon
javax.swing.Icon leftArrowIcon
| Class org.argouml.ui.DisplayTextTree extends javax.swing.JTree implements Serializable |
|---|
serialVersionUID: 949560309817566838L
| Serialized Fields |
|---|
java.util.Hashtable<K,V> expandedPathsInModel
keys are the current TreeModel of this Tree values are Lists of currently expanded paths.
boolean reexpanding
boolean showStereotype
| Class org.argouml.ui.ExceptionDialog extends javax.swing.JDialog implements Serializable |
|---|
serialVersionUID: -2773182347529547418L
| Serialized Fields |
|---|
javax.swing.JButton closeButton
javax.swing.JButton copyButton
javax.swing.JLabel northLabel
javax.swing.JEditorPane textArea
| Class org.argouml.ui.FindDialog extends org.argouml.util.ArgoDialog implements Serializable |
|---|
serialVersionUID: 9209251878896557216L
| Serialized Fields |
|---|
javax.swing.JButton search
javax.swing.JButton clearTabs
javax.swing.JPanel nameLocTab
javax.swing.JComboBox elementName
javax.swing.JComboBox diagramName
javax.swing.JComboBox location
javax.swing.JComboBox type
javax.swing.JPanel typeDetails
javax.swing.JTabbedPane results
javax.swing.JPanel help
java.util.List<E> resultTabs
| Class org.argouml.ui.GotoDialog extends org.argouml.util.ArgoDialog implements Serializable |
|---|
| Serialized Fields |
|---|
TabResults allDiagrams
| Class org.argouml.ui.HeapMonitor extends javax.swing.JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
long free
long total
long max
long used
| Class org.argouml.ui.HelpBox extends javax.swing.JFrame implements Serializable |
|---|
serialVersionUID: 0L
| Serialized Fields |
|---|
javax.swing.JTabbedPane tabs
javax.swing.JEditorPane[] panes
java.lang.String[][] pages
| Class org.argouml.ui.MultiEditorPane extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JPanel[] tabInstances
javax.swing.JTabbedPane tabs
java.util.List<E> tabPanels
java.awt.Component lastTab
| Class org.argouml.ui.ProjectBrowser extends javax.swing.JFrame implements Serializable |
|---|
serialVersionUID: 6974246679451284917L
| Serialized Fields |
|---|
java.lang.String appName
MultiEditorPane editorPane
DetailsPane northEastPane
DetailsPane northPane
DetailsPane northWestPane
DetailsPane eastPane
DetailsPane southEastPane
DetailsPane southPane
java.util.Map<K,V> detailsPanesByCompassPoint
org.argouml.ui.cmd.GenericArgoMenuBar menuBar
StatusBar statusBar
java.awt.Font defaultFont
org.tigris.swidgets.BorderSplitPane workAreaPane
org.argouml.ui.NavigatorPane explorerPane
javax.swing.JPanel todoPane
ProjectBrowser.getInstance().
org.argouml.ui.ProjectBrowser.TitleHandler titleHandler
javax.swing.AbstractAction saveAction
org.argouml.uml.diagram.ui.ActionRemoveFromDiagram removeFromDiagram
| Class org.argouml.ui.ProjectSettingsDialog extends org.argouml.util.ArgoDialog implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JButton applyButton
javax.swing.JButton resetToDefaultButton
javax.swing.JTabbedPane tabs
boolean doingShow
boolean windowOpen
| Class org.argouml.ui.ProjectSettingsTabProfile extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JButton loadFromFile
javax.swing.JButton unregisterProfile
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JList availableList
javax.swing.JList usedList
javax.swing.JLabel stereoLabel
javax.swing.JComboBox stereoField
| Class org.argouml.ui.ProjectSettingsTabProperties extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JTextField userFullname
javax.swing.JTextField userEmail
javax.swing.JTextArea description
javax.swing.JTextField version
| Class org.argouml.ui.SettingsTabProfile extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JButton loadFromFile
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JList availableList
javax.swing.JList defaultList
javax.swing.JList directoryList
javax.swing.JButton addDirectory
javax.swing.JButton removeDirectory
javax.swing.JButton refreshProfiles
javax.swing.JLabel stereoLabel
javax.swing.JComboBox stereoField
| Class org.argouml.ui.ShadowComboBox extends javax.swing.JComboBox implements Serializable |
|---|
serialVersionUID: 3440806802523267746L
| Class org.argouml.ui.SplashScreen extends javax.swing.JWindow implements Serializable |
|---|
| Serialized Fields |
|---|
StatusBar statusBar
boolean paintCalled
| Class org.argouml.ui.StatusBar extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JLabel msg
javax.swing.JProgressBar progress
java.lang.String statusText
| Class org.argouml.ui.StylePanel extends org.argouml.application.api.AbstractArgoJPanel implements Serializable |
|---|
serialVersionUID: 2183676111107689482L
| Serialized Fields |
|---|
org.tigris.gef.presentation.Fig panelTarget
| Class org.argouml.ui.StylePanelFig extends StylePanel implements Serializable |
|---|
serialVersionUID: -6232843473753751128L
| Serialized Fields |
|---|
javax.swing.JLabel bboxLabel
javax.swing.JTextField bboxField
javax.swing.JLabel fillLabel
javax.swing.JComboBox fillField
javax.swing.JLabel lineLabel
javax.swing.JComboBox lineField
javax.swing.JLabel stereoLabel
javax.swing.JComboBox stereoField
org.argouml.swingext.SpacerPanel spacer
org.argouml.swingext.SpacerPanel spacer2
org.argouml.swingext.SpacerPanel spacer3
| Class org.argouml.ui.StylePanelFigNodeModelElement extends StylePanelFig implements Serializable |
|---|
| Serialized Fields |
|---|
boolean refreshTransaction
javax.swing.JLabel displayLabel
javax.swing.JCheckBox pathCheckBox
javax.swing.JPanel displayPane
| Class org.argouml.ui.StylePanelFigRRect extends StylePanelFig implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JLabel roundingLabel
javax.swing.JTextField roundingField
| Class org.argouml.ui.StylePanelFigText extends StylePanelFig implements Serializable |
|---|
serialVersionUID: 2019248527481196634L
| Serialized Fields |
|---|
javax.swing.JLabel fontLabel
javax.swing.JComboBox fontField
javax.swing.JLabel sizeLabel
javax.swing.JComboBox sizeField
javax.swing.JLabel styleLabel
javax.swing.JComboBox styleField
javax.swing.JLabel justLabel
javax.swing.JComboBox justField
javax.swing.JLabel textColorLabel
javax.swing.JComboBox textColorField
| Class org.argouml.ui.SystemInfoDialog extends org.argouml.util.ArgoDialog implements Serializable |
|---|
serialVersionUID: 1595302214402366939L
| Serialized Fields |
|---|
javax.swing.JTextArea info
javax.swing.JButton runGCButton
javax.swing.JButton copyButton
| Class org.argouml.ui.TabResults extends org.argouml.application.api.AbstractArgoJPanel implements Serializable |
|---|
serialVersionUID: 4980167466628873068L
| Serialized Fields |
|---|
org.argouml.uml.PredicateSearch pred
org.argouml.util.ChildGenerator cg
java.lang.Object root
javax.swing.JSplitPane mainPane
java.util.List<E> results
java.util.List<E> related
java.util.List<E> diagrams
boolean relatedShown
javax.swing.JLabel resultsLabel
javax.swing.JTable resultsTable
org.argouml.uml.TMResults resultsModel
javax.swing.JLabel relatedLabel
javax.swing.JTable relatedTable
org.argouml.uml.TMResults relatedModel
| Class org.argouml.ui.TabText extends org.argouml.application.api.AbstractArgoJPanel implements Serializable |
|---|
serialVersionUID: -1484647093166393888L
| Serialized Fields |
|---|
java.lang.Object target
javax.swing.JTextArea textArea
boolean parseChanges
boolean enabled
javax.swing.JToolBar toolbar
null if no toolbar
was requested.
| Class org.argouml.ui.UndoableAction extends javax.swing.AbstractAction implements Serializable |
|---|
| Class org.argouml.ui.ZoomSliderButton extends org.tigris.swidgets.PopupButton implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JSlider slider
javax.swing.JTextField currentValue
boolean popupButtonIsActive
boolean popupMenuIsShowing
boolean mouseIsOverPopupButton
| Package org.argouml.ui.explorer |
|---|
| Class org.argouml.ui.explorer.ActionExportProfileXMI extends javax.swing.AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
org.argouml.profile.Profile selectedProfile
| Class org.argouml.ui.explorer.ActionManageProfiles extends javax.swing.AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
ProjectSettingsDialog dialog
ProjectSettingsTabProfile profilesTab
| Class org.argouml.ui.explorer.ActionPerspectiveConfig extends javax.swing.AbstractAction implements Serializable |
|---|
serialVersionUID: -708783262437452872L
| Class org.argouml.ui.explorer.DnDExplorerTree extends ExplorerTree implements Serializable |
|---|
serialVersionUID: 6207230394860016617L
| Serialized Fields |
|---|
java.awt.Point clickOffset
javax.swing.tree.TreePath sourcePath
java.awt.image.BufferedImage ghostImage
javax.swing.tree.TreePath selectedTreePath
java.awt.dnd.DragSource dragSource
| Class org.argouml.ui.explorer.ExplorerPopup extends javax.swing.JPopupMenu implements Serializable |
|---|
serialVersionUID: -5663884871599931780L
| Serialized Fields |
|---|
javax.swing.JMenu createDiagrams
| Class org.argouml.ui.explorer.ExplorerTree extends DisplayTextTree implements Serializable |
|---|
serialVersionUID: 992867483644759920L
| Serialized Fields |
|---|
boolean updatingSelection
boolean updatingSelectionViaTreeSelection
| Class org.argouml.ui.explorer.ExplorerTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable |
|---|
serialVersionUID: 3132732494386565870L
| Serialized Fields |
|---|
java.util.List<E> rules
PerspectiveRules,
that determine the tree view.
java.util.Map<K,V> modelElementMap
java.util.Comparator<T> order
java.util.List<E> updatingChildren
org.argouml.ui.explorer.ExplorerTreeModel.ExplorerUpdater nodeUpdater
ExplorerTree tree
| Class org.argouml.ui.explorer.ExplorerTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable |
|---|
serialVersionUID: -6766504350537675845L
| Serialized Fields |
|---|
ExplorerTreeModel model
boolean expanded
boolean pending
java.util.Set<E> modifySet
| Class org.argouml.ui.explorer.PerspectiveComboBox extends javax.swing.JComboBox implements Serializable |
|---|
| Class org.argouml.ui.explorer.PerspectiveConfigurator extends org.argouml.util.ArgoDialog implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JPanel configPanelNorth
javax.swing.JPanel configPanelSouth
javax.swing.JSplitPane splitPane
javax.swing.JTextField renameTextField
javax.swing.JButton newPerspectiveButton
javax.swing.JButton removePerspectiveButton
javax.swing.JButton duplicatePerspectiveButton
javax.swing.JButton moveUpButton
javax.swing.JButton moveDownButton
javax.swing.JButton addRuleButton
javax.swing.JButton removeRuleButton
javax.swing.JButton resetToDefaultButton
javax.swing.JList perspectiveList
javax.swing.JList perspectiveRulesList
javax.swing.JList ruleLibraryList
javax.swing.DefaultListModel perspectiveListModel
javax.swing.DefaultListModel perspectiveRulesListModel
javax.swing.DefaultListModel ruleLibraryListModel
javax.swing.JLabel persLabel
javax.swing.JLabel ruleLibLabel
javax.swing.JLabel rulesLabel
| Package org.argouml.uml.reveng |
|---|
| Class org.argouml.uml.reveng.ConfigPanelExtension extends javax.swing.JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
javax.swing.JPanel configPanel
javax.swing.JRadioButton attribute
javax.swing.JRadioButton datatype
javax.swing.JCheckBox modelcollections
javax.swing.JCheckBox modelorderedcollections
javax.swing.JTextField collectionlist
javax.swing.JTextField orderedcollectionlist
| Class org.argouml.uml.reveng.ImportInterface.ImportException extends java.lang.Exception implements Serializable |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |