Serialized Form
Package org.argouml.application.events |
_eventType
int _eventType
Package org.argouml.application.helpers |
_bundle
java.lang.String _bundle
- String naming the resource bundle to use for localization.
_bundle
java.lang.String _bundle
- String naming the resource bundle to use for localization.
Package org.argouml.application.security |
_hidden
boolean _hidden
Package org.argouml.cognitive |
_decisions
java.util.Vector _decisions
_subdesigns
java.util.Vector _subdesigns
- The contained DesignMaterial's (including other Design's).
_toDoList
ToDoList _toDoList
- ToDoList items that are on the designers ToDoList because of
this material.
_prefs
java.util.Properties _prefs
- Preferences -- very ill defined
_emailAddr
java.lang.String _emailAddr
- The email address where other designers can send this designer
email. This is not used yet.
_decisions
DecisionModel _decisions
- The decisions currently being considered by the designer.
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.
_goals
GoalModel _goals
- The goals of the designer are likewise used by the Agency to
determine what critics are relevant.
_agency
Agency _agency
- Each designer has their own Agency instance that is responsible
for selecting and executing critics that are relevant to thid
designer on an on going basis.
_critiquer
java.lang.Thread _critiquer
_critiquingInterval
int _critiquingInterval
_critiqueCPUPercent
int _critiqueCPUPercent
_autoCritique
boolean _autoCritique
_hotQueue
java.util.Vector _hotQueue
- dm's that should be critiqued ASAP.
_hotReasonQueue
java.util.Vector _hotReasonQueue
_addQueue
java.util.Vector _addQueue
_addReasonQueue
java.util.Vector _addReasonQueue
_removeQueue
java.util.Vector _removeQueue
_warmQueue
java.util.Vector _warmQueue
- dm's that should be critiqued relatively soon.
_cg
org.tigris.gef.util.ChildGenerator _cg
_critiqueDuration
long _critiqueDuration
_critiqueLock
int _critiqueLock
_lastCritique
long _lastCritique
_persistObservers
java.util.Vector _persistObservers
- Observers of this object that should be saved and loaded with
this object.
_pendingItems
ToDoList _pendingItems
- ToDoList items that are on the designers ToDoList because
of this material.
_parents
java.util.Vector _parents
- Other DesignMaterial's that contain this one.
_props
java.util.Hashtable _props
- "Soft" Properties that this DesignMaterial may have, but we do
not want to allocate an instance variable to them.
_highlight
boolean _highlight
_goals
java.util.Vector _goals
_poster
Poster _poster
- Who posted this item (e.g., a Critic, or the designer)?
_headline
java.lang.String _headline
- One line description of issue.
_priority
int _priority
- How important is this issue? Enough to interrupt the designer?
_description
java.lang.String _description
- One paragraph description of the issue.
_moreInfoURL
java.lang.String _moreInfoURL
- URL for background (textbook?) knowledge about the domain.
_offenders
org.tigris.gef.util.VectorSet _offenders
- Which part of the design this issue affects
This is set by the constructor and cannot change.
_clarifier
javax.swing.Icon _clarifier
_wizard
Wizard _wizard
_cachedExpandedHeadline
java.lang.String _cachedExpandedHeadline
_cachedExpandedDescription
java.lang.String _cachedExpandedDescription
_items
java.util.Vector _items
- Pending ToDoItems for the designer to consider.
_allOffenders
org.tigris.gef.util.VectorSet _allOffenders
_allPosters
org.tigris.gef.util.VectorSet _allPosters
_resolvedItems
java.util.Vector _resolvedItems
- ToDoItems that the designer has explicitly indicated that (s)he
considers resolved. TODO: generalize into a design
rationale logging facility.
_validityChecker
java.lang.Thread _validityChecker
- A Thread that keeps checking if the items on the list are still valid.
_designer
Designer _designer
- The designer, used in determining if a ToDoItem is still valid.
_listenerList
javax.swing.event.EventListenerList _listenerList
Package org.argouml.cognitive.checklist |
_category
java.lang.String _category
_description
java.lang.String _description
- One sentence description of the issue. usually in the form of a
question.
_moreInfoURL
java.lang.String _moreInfoURL
- URL for background (textbook?) knowledge about the domain.
_pred
org.tigris.gef.util.Predicate _pred
_items
java.util.Vector _items
- Pending CheckItems for the designer to consider.
_nextCategory
java.lang.String _nextCategory
_items
java.util.Vector _items
- CheckItems that the designer has marked off as already considered.
Package org.argouml.cognitive.checklist.ui |
SINGLTON
CheckManager SINGLTON
_target
java.lang.Object _target
_tableModel
org.argouml.cognitive.checklist.ui.TableModelChecklist _tableModel
_shouldBeEnabled
boolean _shouldBeEnabled
_table
javax.swing.JTable _table
Package org.argouml.cognitive.critics |
_critics
java.util.Vector _critics
- The sub-critics that make up this CompoundCritic.
_emailAddr
java.lang.String _emailAddr
- The email address of the author/maintainer of this critic.
_priority
int _priority
- The priority of the ToDoItem produced.
_headline
java.lang.String _headline
- The headline of the ToDoItem produced.
_description
java.lang.String _description
- The description of the ToDoItem produced.
_moreInfoURL
java.lang.String _moreInfoURL
- The moreInfoURL of the ToDoItem produced.
_args
java.util.Hashtable _args
- Arguments used to configure the critic.
TODO: Could this be removed from the main critics class?
_clarifier
javax.swing.Icon _clarifier
_decisionCategory
java.lang.String _decisionCategory
- The decision category that this critic is relevant to. The idea
of each critic being relevant to exactly one type of decision is
a very simple one. Subclasses that have more sophisticated
decision relevance logic should override isRelevantToDecisions.
You can also define new ControlMech's.
Decision categories are defined in the DecisionModel of a
particular domain.
- See Also:
GoalModel
,
ControlMech
_supportedDecisions
java.util.Vector _supportedDecisions
_supportedGoals
java.util.Vector _supportedGoals
_criticType
java.lang.String _criticType
- The decision type of this critic. For example, correctness,
completeness, consistency, alternative, presentation,
optimization, organizational, tool critics, etc.
_isActive
boolean _isActive
- Internal flag that stores the end result of all ControlMech
evaluations of this critic.
_controlRecs
java.util.Hashtable _controlRecs
- Control records used in determining if this Critic should be
active.
_knowledgeTypes
org.tigris.gef.util.VectorSet _knowledgeTypes
_triggerMask
long _triggerMask
_initialIntervalMS
long _initialIntervalMS
- The initial sleeping time.
_snoozeUntil
java.util.Date _snoozeUntil
- Critic should sleep until this time.
_snoozeAgain
java.util.Date _snoozeAgain
- Ifthe designer snoozees the critics again before this time, then
go to sleep for even longer.
_interval
long _interval
- The sleeping time, including the effects of repeated snoozeing.
_now
java.util.Date _now
Package org.argouml.cognitive.critics.ui |
_criticsLabel
javax.swing.JLabel _criticsLabel
_clsNameLabel
javax.swing.JLabel _clsNameLabel
_headlineLabel
javax.swing.JLabel _headlineLabel
_priorityLabel
javax.swing.JLabel _priorityLabel
_moreInfoLabel
javax.swing.JLabel _moreInfoLabel
_descLabel
javax.swing.JLabel _descLabel
_clarifierLabel
javax.swing.JLabel _clarifierLabel
_tableModel
org.argouml.cognitive.critics.ui.TableModelCritics _tableModel
_table
javax.swing.JTable _table
_className
javax.swing.JLabel _className
_headline
javax.swing.JTextField _headline
_priority
javax.swing.JComboBox _priority
_moreInfo
javax.swing.JTextField _moreInfo
_desc
javax.swing.JTextArea _desc
_useClar
javax.swing.JComboBox _useClar
_okButton
javax.swing.JButton _okButton
_wakeButton
javax.swing.JButton _wakeButton
_configButton
javax.swing.JButton _configButton
_networkButton
javax.swing.JButton _networkButton
_goButton
javax.swing.JButton _goButton
_target
Critic _target
Package org.argouml.cognitive.ui |
_headline
javax.swing.JTextField _headline
_priority
javax.swing.JComboBox _priority
_moreinfo
javax.swing.JTextField _moreinfo
_description
javax.swing.JTextArea _description
_addButton
javax.swing.JButton _addButton
_cancelButton
javax.swing.JButton _cancelButton
WIDTH
int WIDTH
HEIGHT
int HEIGHT
_mainPanel
javax.swing.JPanel _mainPanel
_okButton
javax.swing.JButton _okButton
_slidersToDecisions
java.util.Hashtable _slidersToDecisions
_slidersToDigits
java.util.Hashtable _slidersToDigits
BAD_GOAL_LABEL
java.lang.String BAD_GOAL_LABEL
BAD_DECISION_LABEL
java.lang.String BAD_DECISION_LABEL
EXPLAIN_LABEL
java.lang.String EXPLAIN_LABEL
_badGoalButton
javax.swing.JRadioButton _badGoalButton
_badDecButton
javax.swing.JRadioButton _badDecButton
_explainButton
javax.swing.JRadioButton _explainButton
_actionGroup
javax.swing.ButtonGroup _actionGroup
_okButton
javax.swing.JButton _okButton
_cancelButton
javax.swing.JButton _cancelButton
_explaination
javax.swing.JTextArea _explaination
_target
ToDoItem _target
WIDTH
int WIDTH
HEIGHT
int HEIGHT
_mainPanel
javax.swing.JPanel _mainPanel
_okButton
javax.swing.JButton _okButton
_slidersToDecisions
java.util.Hashtable _slidersToDecisions
_slidersToDigits
java.util.Hashtable _slidersToDigits
_target
java.lang.Object _target
_description
WizDescription _description
_lastPanel
javax.swing.JPanel _lastPanel
_pb
ProjectBrowser _pb
_perspectives
java.util.Vector _perspectives
_toolbar
org.tigris.gef.ui.ToolBar _toolbar
_combo
javax.swing.JComboBox _combo
_root
ToDoList _root
_flatView
javax.swing.Action _flatView
_flatButton
javax.swing.JToggleButton _flatButton
_countLabel
javax.swing.JLabel _countLabel
_curPerspective
ToDoPerspective _curPerspective
_tree
javax.swing.JTree _tree
_flat
boolean _flat
_lastSel
java.lang.Object _lastSel
_oldSize
int _oldSize
_dir
char _dir
_root
ToDoList _root
_listenerList
javax.swing.event.EventListenerList _listenerList
_PostIt0
javax.swing.ImageIcon _PostIt0
_PostIt25
javax.swing.ImageIcon _PostIt25
_PostIt50
javax.swing.ImageIcon _PostIt50
_PostIt75
javax.swing.ImageIcon _PostIt75
_PostIt99
javax.swing.ImageIcon _PostIt99
_PostIt100
javax.swing.ImageIcon _PostIt100
_navRenderer
UMLTreeCellRenderer _navRenderer
_description
javax.swing.JTextArea _description
_mainPanel
javax.swing.JPanel _mainPanel
_backButton
javax.swing.JButton _backButton
_nextButton
javax.swing.JButton _nextButton
_finishButton
javax.swing.JButton _finishButton
_helpButton
javax.swing.JButton _helpButton
_buttonPanel
javax.swing.JPanel _buttonPanel
_target
java.lang.Object _target
_instructions
javax.swing.JTextArea _instructions
_group
javax.swing.ButtonGroup _group
_choices
java.util.Vector _choices
_selectedIndex
int _selectedIndex
_instructions
javax.swing.JTextArea _instructions
_instructions
javax.swing.JTextArea _instructions
_instructions
javax.swing.JTextArea _instructions
_fields
java.util.Vector _fields
_instructions
javax.swing.JTextArea _instructions
_label
javax.swing.JLabel _label
_field
javax.swing.JTextField _field
Package org.argouml.kernel |
_predicate1
org.tigris.gef.util.Predicate _predicate1
_predicate2
org.tigris.gef.util.Predicate _predicate2
_class
java.lang.Class _class
_predicate
org.tigris.gef.util.Predicate _predicate
_predicate1
org.tigris.gef.util.Predicate _predicate1
_predicate2
org.tigris.gef.util.Predicate _predicate2
_url
java.net.URL _url
_saveRegistry
ChangeRegistry _saveRegistry
_authorname
java.lang.String _authorname
_description
java.lang.String _description
_version
java.lang.String _version
_searchpath
java.util.Vector _searchpath
_members
java.util.Vector _members
_historyFile
java.lang.String _historyFile
_models
java.util.Vector _models
_diagrams
java.util.Vector _diagrams
_defaultModel
ru.novosoft.uml.model_management.MModel _defaultModel
_needsSave
boolean _needsSave
_currentNamespace
ru.novosoft.uml.foundation.core.MNamespace _currentNamespace
_UUIDRefs
java.util.HashMap _UUIDRefs
_cgPrefs
GenerationPreferences _cgPrefs
_root
ru.novosoft.uml.model_management.MModel _root
- The root of the modeltree the user is working on. (The untitled_model in
the navpane).
_panels
java.util.Vector _panels
- User interface panels displayed so far.
_step
int _step
- The current step that the Wizard is on. Zero indicates that the
wizard has not yet begun.
_finished
boolean _finished
- True when the wizard has done everything it can.
_started
boolean _started
_item
ToDoItem _item
Package org.argouml.language.java |
representation
java.lang.String representation
scanValue
int scanValue
Package org.argouml.language.java.cognitive.critics |
Package org.argouml.language.ui |
_menu
javax.swing.JMenu _menu
_allowNotations
javax.swing.JCheckBox _allowNotations
_useGuillemots
javax.swing.JCheckBox _useGuillemots
_showVisibility
javax.swing.JCheckBox _showVisibility
_showMultiplicity
javax.swing.JCheckBox _showMultiplicity
_showInitialValue
javax.swing.JCheckBox _showInitialValue
_showProperties
javax.swing.JCheckBox _showProperties
_showStereotypes
javax.swing.JCheckBox _showStereotypes
_defaultShadowWidth
javax.swing.JTextField _defaultShadowWidth
Package org.argouml.pattern.cognitive.critics |
Package org.argouml.swingext |
modal
boolean modal
lockMethod
int lockMethod
buffer
int[][] buffer
northWestBuffer
int[][] northWestBuffer
southEastBuffer
int[][] southEastBuffer
direction
int direction
width
int width
height
int height
outerSplitPane
MultipleSplitPane outerSplitPane
topSplitPane
MultipleSplitPane topSplitPane
middleSplitPane
MultipleSplitPane middleSplitPane
bottomSplitPane
MultipleSplitPane bottomSplitPane
_buffer
int[][] _buffer
_popupIconWidth
int _popupIconWidth
_popupIconHeight
int _popupIconHeight
_popupIconOffset
int _popupIconOffset
_imageIcon
javax.swing.ImageIcon _imageIcon
north
java.util.ArrayList north
south
java.util.ArrayList south
east
java.util.ArrayList east
west
java.util.ArrayList west
center
java.awt.Component center
hgap
int hgap
- This is the horizontal gap (in pixels) which specifies the space
between columns. They can be changed at any time.
This should be a non negative integer.
-
- See Also:
GridLayout2.getHgap()
,
GridLayout2.setHgap(int)
vgap
int vgap
- This is the vertical gap (in pixels) which specifies the space
between rows. They can be changed at any time.
This should be a non negative integer.
-
- See Also:
GridLayout2.getVgap()
,
GridLayout2.setVgap(int)
rows
int rows
- This is the number of rows specified for the grid. The number
of rows can be changed at any time.
This should be a non negative integer, where '0' means
'any number' meaning that the number of Rows in that
dimension depends on the other dimension.
-
- See Also:
GridLayout2.getRows()
,
GridLayout2.setRows(int)
cols
int cols
- This is the number of columns specified for the grid. The number
of columns can be changed at any time.
This should be a non negative integer, where '0' means
'any number' meaning that the number of Columns in that
dimension depends on the other dimension.
-
- See Also:
GridLayout2.getColumns()
,
GridLayout2.setCols(int)
cellSizing
int cellSizing
fill
int fill
anchor
int anchor
largestHeight
int largestHeight
- The height of the child component with the largest height
largestWidth
int largestWidth
- The width of the child component with the largest width
colWidth
int[] colWidth
- The required cell width of each column
rowHeight
int[] rowHeight
- The required cell height of each row
hgap
int hgap
- This is the horizontal gap (in pixels) which specifies the space
between columns. They can be changed at any time.
This should be a non negative integer.
-
- See Also:
LabelledLayout.getHgap()
,
LabelledLayout.setHgap(int)
vgap
int vgap
- This is the vertical gap (in pixels) which specifies the space
between rows. They can be changed at any time.
This should be a non negative integer.
-
- See Also:
LabelledLayout.getVgap()
,
LabelledLayout.setVgap(int)
largestHeight
int largestHeight
- The height of the child component with the largest height
largestWidth
int largestWidth
- The width of the child component with the largest width
labelWidth
int labelWidth
- The required cell width of the labels column
orientation
Orientation orientation
splitterArray
Splitter[] splitterArray
gridGap
int gridGap
preferredX
int preferredX
preferredY
int preferredY
gridWidth
int gridWidth
verticalScrollRequired
boolean verticalScrollRequired
horizontalScrollRequired
boolean horizontalScrollRequired
_actions
java.util.ArrayList _actions
_mouseListener
java.awt.event.MouseListener _mouseListener
_button
javax.swing.JButton _button
_popupToolBox
PopupToolBox _popupToolBox
_standardIcon
DecoratedIcon _standardIcon
tooltip
java.lang.String tooltip
_this
PopupToolBoxButton _this
_showSplitter
boolean _showSplitter
orientation
Orientation orientation
- The orientation of this splitter. Orientation does not represent the shape of the
splitter but rather the layout of the objects being seperated by the splitter.
In other words a horizontal splitter seperates components layed out in a horizontal
row.
lastPosition
int lastPosition
lastLength
int lastLength
quickHide
int quickHide
- Is quick hide available and if so which component ahould it hide
panelHidden
boolean panelHidden
- True if a component has been hidden by using the quick hide process of the Splitter
dynamicResize
boolean dynamicResize
- True if components are resized dymically when the plitter is dragged. If false
then components are only resized when the splitter is dropped by releasing the
mouse.
sideComponent
java.awt.Component[] sideComponent
- The 2 components which the splitter is designed to seperate
splitterSize
int splitterSize
- The standard width of a splitter
buttonNorth
ArrowButton buttonNorth
- The quick hide buttons
buttonSouth
ArrowButton buttonSouth
_rollover
boolean _rollover
_rows
int _rows
_cols
int _cols
_tabs
javax.swing.JTabbedPane _tabs
_splashPanel
org.argouml.ui.SplashPanel _splashPanel
- Shared splash panel
_item
ToDoItem _item
_tabName
java.lang.String _tabName
_tabName
java.lang.String _tabName
buttonOk
javax.swing.JButton buttonOk
buttonCancel
javax.swing.JButton buttonCancel
buttonApply
javax.swing.JButton buttonApply
tabs
javax.swing.JTabbedPane tabs
dlg
javax.swing.JDialog dlg
_id
ItemUID _id
_figTarget
org.tigris.gef.presentation.Fig _figTarget
- Target is the currently selected object from the UML MModel,
usually selected from a Fig in the diagram or from the
navigation panel.
_modelTarget
java.lang.Object _modelTarget
_item
java.lang.Object _item
_tabs
javax.swing.JTabbedPane _tabs
_tabPanels
java.util.Vector _tabPanels
_lastNonNullTab
int _lastNonNullTab
orientation
Orientation orientation
_upArrowIcon
javax.swing.Icon _upArrowIcon
_leftArrowIcon
javax.swing.Icon _leftArrowIcon
_expandedPathsInModel
java.util.Hashtable _expandedPathsInModel
_reexpanding
boolean _reexpanding
_doit
org.argouml.ui.DisplayTextTreeRun _doit
_to
javax.swing.JTextField _to
- This field sets the email of the recipient.
As yet this doesn not work, nor can the
user access a list of contributors to a
particular argo project.
_cc
javax.swing.JTextField _cc
_subject
javax.swing.JTextField _subject
- The subject line should be automatically
generated based on the class or the
diagram.
_body
javax.swing.JTextArea _body
_sendButton
javax.swing.JButton _sendButton
- Does not work.
_cancelButton
javax.swing.JButton _cancelButton
_target
ToDoItem _target
_search
javax.swing.JButton _search
_clearTabs
javax.swing.JButton _clearTabs
_tabs
javax.swing.JTabbedPane _tabs
_nameLocTab
javax.swing.JPanel _nameLocTab
_modifiedTab
javax.swing.JPanel _modifiedTab
_tagValsTab
javax.swing.JPanel _tagValsTab
_constraintsTab
javax.swing.JPanel _constraintsTab
_elementName
javax.swing.JComboBox _elementName
_diagramName
javax.swing.JComboBox _diagramName
_location
javax.swing.JComboBox _location
_type
javax.swing.JComboBox _type
_typeDetails
javax.swing.JPanel _typeDetails
_tag
javax.swing.JTextField _tag
_val
javax.swing.JTextField _val
_results
javax.swing.JTabbedPane _results
_help
javax.swing.JPanel _help
_resultTabs
java.util.Vector _resultTabs
_target
java.lang.Object _target
_tabs
javax.swing.JTabbedPane _tabs
_ed
org.tigris.gef.base.Editor _ed
_tabPanels
java.util.Vector _tabPanels
_lastTab
java.awt.Component _lastTab
WIDTH
int WIDTH
HEIGHT
int HEIGHT
_tabs
javax.swing.JTabbedPane _tabs
_mainButtons
javax.swing.JPanel _mainButtons
_okButton
javax.swing.JButton _okButton
_persPanel
javax.swing.JPanel _persPanel
_persList
javax.swing.JList _persList
_rulesList
javax.swing.JList _rulesList
_ruleLibList
javax.swing.JList _ruleLibList
_newPersButton
javax.swing.JButton _newPersButton
_removePersButton
javax.swing.JButton _removePersButton
_dupPersButton
javax.swing.JButton _dupPersButton
_addRuleButton
javax.swing.JButton _addRuleButton
_removeRuleButton
javax.swing.JButton _removeRuleButton
_panesPanel
javax.swing.JPanel _panesPanel
_paneOnePanel
javax.swing.JPanel _paneOnePanel
_paneOneNotShown
javax.swing.JRadioButton _paneOneNotShown
_paneOneTree
javax.swing.JRadioButton _paneOneTree
_paneOneGroup
javax.swing.ButtonGroup _paneOneGroup
_paneTwoPanel
javax.swing.JPanel _paneTwoPanel
_paneTwoNotShown
javax.swing.JRadioButton _paneTwoNotShown
_paneTwoMRU
javax.swing.JRadioButton _paneTwoMRU
_paneTwoTree
javax.swing.JRadioButton _paneTwoTree
_paneTwoGroup
javax.swing.ButtonGroup _paneTwoGroup
_paneThreePanel
javax.swing.JPanel _paneThreePanel
_paneThreeNotShown
javax.swing.JRadioButton _paneThreeNotShown
_paneThreeMRU
javax.swing.JRadioButton _paneThreeMRU
_paneThreeTree
javax.swing.JRadioButton _paneThreeTree
_paneThreeGroup
javax.swing.ButtonGroup _paneThreeGroup
_perspectives
java.util.Vector _perspectives
_toolbar
Toolbar _toolbar
_combo
javax.swing.JComboBox _combo
_root
java.lang.Object _root
_navHistory
java.util.Vector _navHistory
_historyIndex
int _historyIndex
_curPerspective
NavPerspective _curPerspective
_tree
DisplayTextTree _tree
_listenerList
javax.swing.event.EventListenerList _listenerList
_appName
java.lang.String _appName
_editorPane
MultiEditorPane _editorPane
_northEastPane
DetailsPane _northEastPane
_northPane
DetailsPane _northPane
_northWestPane
DetailsPane _northWestPane
_eastPane
DetailsPane _eastPane
_southEastPane
DetailsPane _southEastPane
_southPane
DetailsPane _southPane
detailsPanesByCompassPoint
java.util.Map detailsPanesByCompassPoint
_menuBar
GenericArgoMenuBar _menuBar
_statusBar
StatusBar _statusBar
- partially implemented. needs work to display
import of source and saving of zargo
defaultFont
java.awt.Font defaultFont
- this needs work so that users can set the font
size through a gui preference window
_workarea
BorderSplitPane _workarea
_history
NavigationHistory _history
_activeDiagram
ArgoDiagram _activeDiagram
- The diagram which the user is currently working on.
_splash
SplashScreen _splash
- The splash screen shown at startup
_navPane
NavigatorPane _navPane
- The navigator pane containing the modelstructure
_todoPane
ToDoPane _todoPane
- The todopane (lower left corner of screen)
_target
java.lang.Object _target
- The target the user has selected
_argoRoot
javax.swing.JTextField _argoRoot
_argoHome
javax.swing.JTextField _argoHome
_argoExtDir
javax.swing.JTextField _argoExtDir
_javaHome
javax.swing.JTextField _javaHome
_userHome
javax.swing.JTextField _userHome
_userDir
javax.swing.JTextField _userDir
_startupDir
javax.swing.JTextField _startupDir
_bg
javax.swing.ButtonGroup _bg
_normal
javax.swing.JRadioButton _normal
_big
javax.swing.JRadioButton _big
_huge
javax.swing.JRadioButton _huge
_splash
javax.swing.JCheckBox _splash
_preload
javax.swing.JCheckBox _preload
_edem
javax.swing.JCheckBox _edem
_profile
javax.swing.JCheckBox _profile
_reloadRecent
javax.swing.JCheckBox _reloadRecent
_fullname
javax.swing.JTextField _fullname
- This is where the user enters full name in settings tab
unknown where this information is stored
it is NOT stored in myproject.argo
_email
javax.swing.JTextField _email
- This is where the user enters email in settings tab
unknown where this information is stored
it is NOT stored in myproject.argo
_w
int _w
_h
int _h
_statusBar
StatusBar _statusBar
_msg
javax.swing.JLabel _msg
_progress
javax.swing.JProgressBar _progress
_statusText
java.lang.String _statusText
_target
org.tigris.gef.presentation.Fig _target
_bboxLabel
javax.swing.JLabel _bboxLabel
_bboxField
javax.swing.JTextField _bboxField
_fillLabel
javax.swing.JLabel _fillLabel
_fillField
javax.swing.JComboBox _fillField
_lineLabel
javax.swing.JLabel _lineLabel
_lineField
javax.swing.JComboBox _lineField
_shadowLabel
javax.swing.JLabel _shadowLabel
_shadowField
javax.swing.JComboBox _shadowField
_spacer
SpacerPanel _spacer
_spacer2
SpacerPanel _spacer2
_spacer3
SpacerPanel _spacer3
_roundingLabel
javax.swing.JLabel _roundingLabel
_roundingField
javax.swing.JTextField _roundingField
_fontLabel
javax.swing.JLabel _fontLabel
_fontField
javax.swing.JComboBox _fontField
_sizeLabel
javax.swing.JLabel _sizeLabel
_sizeField
javax.swing.JComboBox _sizeField
_styleLabel
javax.swing.JLabel _styleLabel
_styleField
javax.swing.JComboBox _styleField
_justLabel
javax.swing.JLabel _justLabel
_justField
javax.swing.JComboBox _justField
_textColorLabel
javax.swing.JLabel _textColorLabel
_textColorField
javax.swing.JComboBox _textColorField
_textFillLabel
javax.swing.JLabel _textFillLabel
_textFillField
javax.swing.JComboBox _textFillField
_tabs
javax.swing.JTabbedPane _tabs
_info
javax.swing.JTextArea _info
_runGCButton
javax.swing.JButton _runGCButton
_copyButton
javax.swing.JButton _copyButton
_cancelButton
javax.swing.JButton _cancelButton
_buttons
javax.swing.JPanel _buttons
_CritiqueIcon
javax.swing.ImageIcon _CritiqueIcon
_ResolveIcon
javax.swing.ImageIcon _ResolveIcon
_ManipIcon
javax.swing.ImageIcon _ManipIcon
_HistoryItemIcon
javax.swing.ImageIcon _HistoryItemIcon
_target
java.lang.Object _target
_data
java.util.Vector _data
_list
javax.swing.JList _list
_label
javax.swing.JLabel _label
_affected
javax.swing.JPanel _affected
_filter
javax.swing.JComboBox _filter
_description
javax.swing.JTextArea _description
_splitter
javax.swing.JSplitPane _splitter
_target
java.lang.Object _target
_contextLabel
javax.swing.JLabel _contextLabel
_sizeLabel
javax.swing.JLabel _sizeLabel
_tableModels
java.util.Vector _tableModels
_persCombo
javax.swing.JComboBox _persCombo
_persLabel
javax.swing.JLabel _persLabel
_config
javax.swing.JButton _config
_filterCombo
javax.swing.JComboBox _filterCombo
_filterLabel
javax.swing.JLabel _filterLabel
_table
org.tigris.gef.ui.JSortedTable _table
_mainTablePane
javax.swing.JPanel _mainTablePane
_north
javax.swing.JPanel _north
_content
javax.swing.JPanel _content
_tableModel
TableModelComposite _tableModel
_sp1
javax.swing.JScrollPane _sp1
_pred
PredicateFind _pred
_cg
org.tigris.gef.util.ChildGenerator _cg
_root
java.lang.Object _root
_mainPane
javax.swing.JSplitPane _mainPane
_results
java.util.Vector _results
_related
java.util.Vector _related
_diagrams
java.util.Vector _diagrams
_showRelated
boolean _showRelated
_resultsLabel
javax.swing.JLabel _resultsLabel
_resultsTable
javax.swing.JTable _resultsTable
_resultsModel
TMResults _resultsModel
_relatedLabel
javax.swing.JLabel _relatedLabel
_relatedTable
javax.swing.JTable _relatedTable
_relatedModel
TMResults _relatedModel
OVERLAPP
int OVERLAPP
_title
java.lang.String _title
_tear
boolean _tear
- if true, remove tab from parent JTabbedPane
orientation
Orientation orientation
_target
java.lang.Object _target
_text
javax.swing.JTextArea _text
_parseChanges
boolean _parseChanges
_shouldBeEnabled
boolean _shouldBeEnabled
_toolbar
Toolbar _toolbar
- The optional toolbar.
Contains null if no toolbar was requested.
cat
org.apache.log4j.Category cat
Package org.argouml.ui.cmd |
_mode
int _mode
Package org.argouml.ui.menubar |
_fileToolbar
Toolbar _fileToolbar
_editToolbar
Toolbar _editToolbar
_viewToolbar
Toolbar _viewToolbar
_createDiagramToolbar
Toolbar _createDiagramToolbar
_import
javax.swing.JMenu _import
_edit
javax.swing.JMenu _edit
- Edit menu
_select
javax.swing.JMenu _select
- unknown where this appears in the UI
_view
ArgoJMenu _view
- toolbar: view under which is the goto diagram/ find
zoom!!! this should be activated as a right click command.
editor tabs/details tabs/ adjust grid etc.
_createDiagrams
javax.swing.JMenu _createDiagrams
- Toolbar:create diagram
_tools
javax.swing.JMenu _tools
- currently disactivated
_generate
javax.swing.JMenu _generate
- currently supports rudimentary java generation,
new modules for php and html/javadocs are planned
feel free to contribute here!
_arrange
ArgoJMenu _arrange
- this should be invoked automatically when
importing sources.
_critique
ArgoJMenu _critique
- currently undergoing significant testing
_help
javax.swing.JMenu _help
- It needs it. Currently there is only an
about text. hyperlinking to online docs at
argouml.org considered basic improvement.
_label
java.lang.String _label
_label
java.lang.String _label
_elementName
org.tigris.gef.util.Predicate _elementName
_packageName
org.tigris.gef.util.Predicate _packageName
_diagramName
org.tigris.gef.util.Predicate _diagramName
_type
org.tigris.gef.util.Predicate _type
_specific
org.tigris.gef.util.Predicate _specific
_rowObjects
java.util.Vector _rowObjects
_colDescs
java.util.Vector _colDescs
_allowAddition
boolean _allowAddition
_allowRemoval
boolean _allowRemoval
_pred
org.tigris.gef.util.Predicate _pred
_rowObjects
java.util.Vector _rowObjects
_diagrams
java.util.Vector _diagrams
Package org.argouml.uml.cognitive |
Package org.argouml.uml.cognitive.checklist |
Package org.argouml.uml.cognitive.critics |
_instructions
java.lang.String _instructions
The initial instructions on the Step 1 screen. May be set to a
different string through the WizAssocComposite.setInstructions(java.lang.String)
method.
_step1Choice
WizStepChoice _step1Choice
Contains the WizStepChoice
that is used to get the user's
desired options. Not created until we get to that step.
_triggerAsc
ru.novosoft.uml.foundation.core.MAssociation _triggerAsc
The MAssociation
WizStepChoice
that triggered the critic. Null
until set when it is first needed.
_instructions1
java.lang.String _instructions1
_instructions2
java.lang.String _instructions2
_instructions3
java.lang.String _instructions3
_step1
WizStepChoice _step1
_step2
WizStepChoice _step2
_step3
WizStepConfirm _step3
_selectedCls
ru.novosoft.uml.foundation.core.MClassifier _selectedCls
_selectedAsc
ru.novosoft.uml.foundation.core.MAssociation _selectedAsc
_cues
java.util.Vector _cues
_steps
WizStepCue[] _steps
_instructions
java.lang.String _instructions
_label
java.lang.String _label
_mes
java.util.Vector _mes
_step1
WizStepManyTextFields _step1
_instructions
java.lang.String _instructions
_label
java.lang.String _label
_suggestion
java.lang.String _suggestion
_origSuggest
java.lang.String _origSuggest
_mustEdit
boolean _mustEdit
_step1
WizStepTextField _step1
_instructions
java.lang.String _instructions
_option0
java.lang.String _option0
_option1
java.lang.String _option1
_option2
java.lang.String _option2
_step1
WizStepChoice _step1
_possibleConstructor
boolean _possibleConstructor
_stereotypePathChosen
boolean _stereotypePathChosen
_option0
java.lang.String _option0
_option1
java.lang.String _option1
_step1
WizStepChoice _step1
_step2
WizStepCue _step2
_oldStereotype
ru.novosoft.uml.foundation.extension_mechanisms.MStereotype _oldStereotype
_oldStereotypeIsSet
boolean _oldStereotypeIsSet
Package org.argouml.uml.diagram |
_nodes
java.util.Vector _nodes
- contains all the nodes in the graphmodel/diagram.
_edges
java.util.Vector _edges
- constains all the edges in the graphmodel/diagram.
Package org.argouml.uml.diagram.activity.ui |
MARGIN
int MARGIN
PADDING
int PADDING
_bigPort
org.tigris.gef.presentation.FigRRect _bigPort
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_cover
org.tigris.gef.presentation.FigRRect _cover
_showIncomingLeft
boolean _showIncomingLeft
_showIncomingAbove
boolean _showIncomingAbove
_showOutgoingRight
boolean _showOutgoingRight
_showOutgoingBelow
boolean _showOutgoingBelow
Package org.argouml.uml.diagram.collaboration |
_collab
ru.novosoft.uml.behavior.collaborations.MCollaboration _collab
- The collaboration / interaction we are diagramming
_interaction
ru.novosoft.uml.behavior.collaborations.MInteraction _interaction
Package org.argouml.uml.diagram.collaboration.ui |
_messages
org.argouml.uml.diagram.collaboration.ui.FigMessageGroup _messages
_PADDING
int _PADDING
The minimum padding above and below the stereotype and name.
_cover
org.tigris.gef.presentation.FigRect _cover
The fig that is used for the complete classifier role. Identical in
size to FigNodeModelElement._bigPort
.
_showIncoming
boolean _showIncoming
_showOutgoing
boolean _showOutgoing
Package org.argouml.uml.diagram.deployment |
_model
ru.novosoft.uml.foundation.core.MNamespace _model
- The "home" UML model of this diagram, not all ModelElements in this
graph are in the home model, but if they are added and don't
already have a model, they are placed in the "home model".
Also, elements from other models will have their FigNodes add a
line to say what their model is.
Package org.argouml.uml.diagram.deployment.ui |
_cover
org.tigris.gef.presentation.FigRect _cover
_upperRect
org.tigris.gef.presentation.FigRect _upperRect
_lowerRect
org.tigris.gef.presentation.FigRect _lowerRect
_cover
org.tigris.gef.presentation.FigRect _cover
_upperRect
org.tigris.gef.presentation.FigRect _upperRect
_lowerRect
org.tigris.gef.presentation.FigRect _lowerRect
_cover
org.tigris.gef.presentation.FigCube _cover
_test
org.tigris.gef.presentation.FigRect _test
_cover
org.tigris.gef.presentation.FigCube _cover
_test
org.tigris.gef.presentation.FigRect _test
PADDING
int PADDING
_cover
org.tigris.gef.presentation.FigRect _cover
resident
ru.novosoft.uml.foundation.core.MElementResidence resident
_table2
org.tigris.gef.ui.JSortedTable _table2
_table3
org.tigris.gef.ui.JSortedTable _table3
_table4
org.tigris.gef.ui.JSortedTable _table4
_table5
org.tigris.gef.ui.JSortedTable _table5
_table6
org.tigris.gef.ui.JSortedTable _table6
sp2W
javax.swing.JPanel sp2W
sp3W
javax.swing.JPanel sp3W
sp4W
javax.swing.JPanel sp4W
sp5W
javax.swing.JPanel sp5W
sp6W
javax.swing.JPanel sp6W
_tableModelClass_in_DeplByProps
TableModelComposite _tableModelClass_in_DeplByProps
_tableModelInterface_in_DeplByProps
TableModelComposite _tableModelInterface_in_DeplByProps
_tableModelObjectByProps
TableModelComposite _tableModelObjectByProps
_tableModelComponentByProps
TableModelComposite _tableModelComponentByProps
_tableModelCompInstanceByProps
TableModelComposite _tableModelCompInstanceByProps
_south
javax.swing.JPanel _south
_sp2
javax.swing.JScrollPane _sp2
_sp3
javax.swing.JScrollPane _sp3
_sp4
javax.swing.JScrollPane _sp4
_sp5
javax.swing.JScrollPane _sp5
_sp6
javax.swing.JScrollPane _sp6
Package org.argouml.uml.diagram.sequence |
_Sequence
ru.novosoft.uml.foundation.core.MNamespace _Sequence
- The Sequence / interaction we are diagramming
Package org.argouml.uml.diagram.sequence.ui |
_srcMult
org.tigris.gef.presentation.FigText _srcMult
_srcRole
org.tigris.gef.presentation.FigText _srcRole
_destMult
org.tigris.gef.presentation.FigText _destMult
_destRole
org.tigris.gef.presentation.FigText _destRole
_cover
org.tigris.gef.presentation.FigRect _cover
_lifeline
org.tigris.gef.presentation.FigRect _lifeline
fr
org.tigris.gef.presentation.FigRect fr
_port
org.tigris.gef.presentation.FigDynPort _port
_ports
java.util.Vector _ports
_activation
org.tigris.gef.presentation.FigActivation _activation
_activations
java.util.Vector _activations
_created
boolean _created
_terminated
boolean _terminated
_createHeight
int _createHeight
_terminateHeight
int _terminateHeight
_terminatePortsSize
int _terminatePortsSize
_dynVector
java.util.Vector _dynVector
_terminateLine1
org.tigris.gef.presentation.FigLine _terminateLine1
_terminateLine2
org.tigris.gef.presentation.FigLine _terminateLine2
_yPos
int _yPos
PADDING
int PADDING
yPos
int yPos
_table2
org.tigris.gef.ui.JSortedTable _table2
sp2W
javax.swing.JPanel sp2W
_tableModelSeqStimulusByProps
TableModelComposite _tableModelSeqStimulusByProps
_south
javax.swing.JPanel _south
_sp2
javax.swing.JScrollPane _sp2
Package org.argouml.uml.diagram.state |
_namespace
ru.novosoft.uml.foundation.core.MNamespace _namespace
- The "home" UML model of this diagram, not all ModelElements in this
graph are in the home model, but if they are added and don't
already have a model, they are placed in the "home model".
Also, elements from other models will have their FigNodes add a
line to say what their model is.
_machine
ru.novosoft.uml.behavior.state_machines.MStateMachine _machine
- The statemachine we are diagramming
Package org.argouml.uml.diagram.state.ui |
_bigPort
org.tigris.gef.presentation.FigPoly _bigPort
_head
org.tigris.gef.presentation.FigPoly _head
MARGIN
int MARGIN
_cover
org.tigris.gef.presentation.FigRect _cover
- The main label on this icon.
_divider
org.tigris.gef.presentation.FigLine _divider
MARGIN
int MARGIN
x
int x
y
int y
width
int width
height
int height
_name
org.tigris.gef.presentation.FigText _name
- The main label on this icon.
_bigPort
org.tigris.gef.presentation.FigCircle _bigPort
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_head
org.tigris.gef.presentation.FigCircle _head
MARGIN
int MARGIN
x
int x
y
int y
width
int width
height
int height
_inCircle
org.tigris.gef.presentation.FigCircle _inCircle
_outCircle
org.tigris.gef.presentation.FigCircle _outCircle
_head
org.tigris.gef.presentation.FigRect _head
MARGIN
int MARGIN
x
int x
y
int y
width
int width
height
int height
_name
org.tigris.gef.presentation.FigText _name
- The main label on this icon.
_bigPort
org.tigris.gef.presentation.FigCircle _bigPort
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_head
org.tigris.gef.presentation.FigCircle _head
MARGIN
int MARGIN
x
int x
y
int y
width
int width
height
int height
_bigPort
org.tigris.gef.presentation.FigCircle _bigPort
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_head
org.tigris.gef.presentation.FigCircle _head
_bigPort
org.tigris.gef.presentation.FigRect _bigPort
_head
org.tigris.gef.presentation.FigRect _head
MARGIN
int MARGIN
x
int x
y
int y
width
int width
height
int height
_name
org.tigris.gef.presentation.FigText _name
- The main label on this icon.
_bigPort
org.tigris.gef.presentation.FigCircle _bigPort
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_head
org.tigris.gef.presentation.FigCircle _head
MARGIN
int MARGIN
_cover
org.tigris.gef.presentation.FigRect _cover
_divider
org.tigris.gef.presentation.FigLine _divider
_internal
org.tigris.gef.presentation.FigText _internal
_showIncoming
boolean _showIncoming
_showOutgoing
boolean _showOutgoing
theStateMachine
ru.novosoft.uml.behavior.state_machines.MStateMachine theStateMachine
- this diagram needs to be deleted when its statemachine is deleted.
Package org.argouml.uml.diagram.static_structure |
_model
ru.novosoft.uml.foundation.core.MNamespace _model
- The "home" UML model of this diagram, not all ModelElements in this
graph are in the home model, but if they are added and don't
already have a model, they are placed in the "home model".
Also, elements from other models will have their FigNodes add a
line to say what their model is.
_label
java.lang.String _label
_label
java.lang.String _label
Package org.argouml.uml.diagram.static_structure.ui |
_attrVec
org.tigris.gef.presentation.FigGroup _attrVec
The vector of graphics for attributes (if any). First one is the
rectangle for the entire attributes box.
_operVec
org.tigris.gef.presentation.FigGroup _operVec
The vector of graphics for operations (if any). First one is the
rectangle for the entire operations box.
_attrBigPort
org.tigris.gef.presentation.FigRect _attrBigPort
The rectangle for the entire attribute box.
_operBigPort
org.tigris.gef.presentation.FigRect _operBigPort
The rectangle for the entire operations box.
_stereoLineBlinder
org.tigris.gef.presentation.FigRect _stereoLineBlinder
A rectangle to blank out the line that would otherwise appear at the
bottom of the stereotype text box.
resident
ru.novosoft.uml.foundation.core.MElementResidence resident
Manages residency of a class within a component on a deployment
diagram. Not clear why it is public, or even why it is an instance
variable (rather than local to the method).
highlightedFigText
CompartmentFigText highlightedFigText
Text highlighted by mouse actions on the diagram.
_newlyCreated
boolean _newlyCreated
Flag to indicate that we have just been created. This is to fix the
problem with loading classes that have stereotypes already
defined.
x
int x
y
int y
width
int width
height
int height
gapY
int gapY
_readyToEdit
boolean _readyToEdit
MARGIN
int MARGIN
_noteOwner
ru.novosoft.uml.foundation.core.MModelElement _noteOwner
_text
org.tigris.gef.presentation.FigText _text
_body
org.tigris.gef.presentation.FigPoly _body
_urCorner
org.tigris.gef.presentation.FigPoly _urCorner
_attr
org.tigris.gef.presentation.FigText _attr
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_operVec
org.tigris.gef.presentation.FigGroup _operVec
The vector of graphics for operations (if any). First one is the
rectangle for the entire operations box.
_operBigPort
org.tigris.gef.presentation.FigRect _operBigPort
The rectangle for the entire operations box.
_stereoLineBlinder
org.tigris.gef.presentation.FigRect _stereoLineBlinder
A rectangle to blank out the line that would otherwise appear at the
bottom of the stereotype text box.
resident
ru.novosoft.uml.foundation.core.MElementResidence resident
Manages residency of an interface within a component on a deployment
diagram. Not clear why it is public, or even why it is an instance
variable (rather than local to the method).
highlightedFigText
CompartmentFigText highlightedFigText
Text highlighted by mouse actions on the diagram.
MARGIN
int MARGIN
x
int x
y
int y
width
int width
height
int height
indentX
int indentX
indentY
int indentY
textH
int textH
_radius
int _radius
_body
org.tigris.gef.presentation.FigText _body
_showStereotype
boolean _showStereotype
- Flags that indicates if the stereotype should be shown even if it is specified or not.
_stereoLineBlinder
org.tigris.gef.presentation.FigRect _stereoLineBlinder
A rectangle to blank out the line that would otherwise appear at the
bottom of the stereotype text box.
_newlyCreated
boolean _newlyCreated
Flag to indicate that we have just been created. This is to fix the
problem with loading classes that have stereotypes already
defined.
_useComposite
boolean _useComposite
_attrCheckBox
javax.swing.JCheckBox _attrCheckBox
_operCheckBox
javax.swing.JCheckBox _operCheckBox
_displayLabel
javax.swing.JLabel _displayLabel
_operCheckBox
javax.swing.JCheckBox _operCheckBox
_displayLabel
javax.swing.JLabel _displayLabel
_table2
org.tigris.gef.ui.JSortedTable _table2
_table3
org.tigris.gef.ui.JSortedTable _table3
_tableModelOper
TableModelComposite _tableModelOper
_tableModelAttr
TableModelComposite _tableModelAttr
_south
javax.swing.JPanel _south
_sp2
javax.swing.JScrollPane _sp2
_sp3
javax.swing.JScrollPane _sp3
Package org.argouml.uml.diagram.ui |
_edge
java.lang.Object _edge
_tabName
java.lang.String _tabName
_object
java.lang.Object _object
_refFig
org.tigris.gef.presentation.Fig _refFig
The bounding figure of the compartment containing this fig text.
_isHighlighted
boolean _isHighlighted
Record whether we are currently highlighted.
_modelElement
ru.novosoft.uml.foundation.core.MModelElement _modelElement
The model element with which we are associated.
_diagram
org.tigris.gef.base.Diagram _diagram
_name
javax.swing.JLabel _name
_srcGroup
FigTextGroup _srcGroup
- Group for the FigTexts concerning the source association end
_destGroup
FigTextGroup _destGroup
- Group for the FigTexts concerning the dest association end
_middleGroup
FigTextGroup _middleGroup
- Group for the FigTexts concerning the name and stereotype of the
association itself.
_srcMult
org.tigris.gef.presentation.FigText _srcMult
_srcRole
org.tigris.gef.presentation.FigText _srcRole
_destMult
org.tigris.gef.presentation.FigText _destMult
_destRole
org.tigris.gef.presentation.FigText _destRole
_srcOrdering
org.tigris.gef.presentation.FigText _srcOrdering
_destOrdering
org.tigris.gef.presentation.FigText _destOrdering
sourceArrowHead
org.tigris.gef.presentation.ArrowHead sourceArrowHead
destArrowHead
org.tigris.gef.presentation.ArrowHead destArrowHead
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
MARGIN
int MARGIN
_name
org.tigris.gef.presentation.FigText _name
_stereo
org.tigris.gef.presentation.FigText _stereo
_id
ItemUID _id
_discriminator
org.tigris.gef.presentation.FigText _discriminator
- Text box for discriminator
endArrow
org.tigris.gef.presentation.ArrowHeadTriangle endArrow
PADDING
int PADDING
_figPoly
org.tigris.gef.presentation.FigPoly _figPoly
_arrowDirection
int _arrowDirection
MARGIN
int MARGIN
checkSize
boolean checkSize
_bigPort
org.tigris.gef.presentation.FigRect _bigPort
_name
org.tigris.gef.presentation.FigText _name
_stereo
org.tigris.gef.presentation.FigText _stereo
_enclosedFigs
java.util.Vector _enclosedFigs
_encloser
org.tigris.gef.presentation.Fig _encloser
_readyToEdit
boolean _readyToEdit
suppressCalcBounds
boolean suppressCalcBounds
_shadowSize
int _shadowSize
_id
ItemUID _id
MARGIN
int MARGIN
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
endArrow
org.tigris.gef.presentation.ArrowHeadTriangle endArrow
supressCalcBounds
boolean supressCalcBounds
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
_startPort
java.lang.Object _startPort
- The NetPort where the arc is paintn from
_startPortFig
org.tigris.gef.presentation.Fig _startPortFig
- The Fig that presents the starting NetPort
_sourceFigNode
org.tigris.gef.presentation.FigNode _sourceFigNode
- The FigNode on the NetNode that owns the start port
_newEdge
java.lang.Object _newEdge
- The new NetEdge that is being created
_destToSource
boolean _destToSource
- False if drawing from source and destination. True if drawing
from destination to source.
_handle
org.tigris.gef.presentation.Handle _handle
- The number of points added so far.
_fn
org.tigris.gef.presentation.FigNode _fn
_fe
org.tigris.gef.presentation.FigEdge _fe
_postProcessEdge
boolean _postProcessEdge
_target
org.tigris.gef.presentation.FigText _target
_nameLabel
javax.swing.JLabel _nameLabel
_nameField
javax.swing.JTextField _nameField
sourceFig
FigNodeModelElement sourceFig
- used to determine if the association is now to self,
in which case The association needs automatic layout.
destFig
FigNodeModelElement destFig
- used to determine if the association is now to self,
in which case The association needs automatic layout.
armed
boolean armed
the re-routing capability it armed if the mouse was previously
dragged.
prevents just selecting the message then clicking somewhere
else on the diagram,
pointIndex
int pointIndex
the index of the point on the line of the message.
0 = sender end
1..* = receiver end
_paintButtons
boolean _paintButtons
_pressedButton
int _pressedButton
_placeCounter
int _placeCounter
- Counter for counting the number of times there has been a try to place
a fig.
_bboxLabel
javax.swing.JLabel _bboxLabel
_bboxField
javax.swing.JTextField _bboxField
_lineLabel
javax.swing.JLabel _lineLabel
_lineField
javax.swing.JComboBox _lineField
_spacer
SpacerPanel _spacer
_spacer2
SpacerPanel _spacer2
_spacer3
SpacerPanel _spacer3
_arrowLabel
javax.swing.JLabel _arrowLabel
_arrowField
javax.swing.JComboBox _arrowField
_target
UMLDiagram _target
- the diagram object
_jgraph
org.tigris.gef.graph.presentation.JGraph _jgraph
- The GEF JGraph in where the figs are painted
_shouldBeEnabled
boolean _shouldBeEnabled
- used but there doesn't appear to be a purpose.
_toolBar
org.tigris.gef.ui.ToolBar _toolBar
- the GEF toolbar that is positioned just above
the diagram. is added to diagramPanel
_namespace
ru.novosoft.uml.foundation.core.MNamespace _namespace
_diagramName
DiagramInfo _diagramName
Package org.argouml.uml.diagram.use_case |
_model
ru.novosoft.uml.foundation.core.MNamespace _model
The "home" UML model of this diagram, not all ModelElements in this
graph are in the home model, but if they are added and don't already
have a model, they are placed in the "home model". Also, elements
from other models will have their FigNodes add a line to say what
their model is.
Package org.argouml.uml.diagram.use_case.ui |
_bigPort
org.tigris.gef.presentation.FigCircle _bigPort
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
_head
org.tigris.gef.presentation.FigCircle _head
_body
org.tigris.gef.presentation.FigLine _body
_arms
org.tigris.gef.presentation.FigLine _arms
_leftLeg
org.tigris.gef.presentation.FigLine _leftLeg
_rightLeg
org.tigris.gef.presentation.FigLine _rightLeg
_label
org.tigris.gef.presentation.FigText _label
The «extend» label.
_condition
org.tigris.gef.presentation.FigText _condition
The condition expression.
_fg
org.tigris.gef.presentation.FigGroup _fg
The group of label and condition.
label
org.tigris.gef.presentation.FigText label
_MIN_VERT_PADDING
int _MIN_VERT_PADDING
The minimum padding allowed above and below the rectangle for the use
case name and extension points to the top of the use case oval
itself.
_SPACER
int _SPACER
Space above and below the line separating name from extension
points. The line takes a further 1 pixel.
_bigPort
FigUseCase.FigMyCircle _bigPort
UML use cases do not really have ports, so just define one big one
so that users can drag edges to or from any point in the icon.
_cover
FigUseCase.FigMyCircle _cover
We don't use _bigPort for the actual graphics of the oval. We define
an identical oval that sits on top of it.
_epSep
org.tigris.gef.presentation.FigLine _epSep
The line separating name and extension points.
_epVec
org.tigris.gef.presentation.FigGroup _epVec
The vector of graphics for extension points (if any). First one is
the rectangle for the entire extension points box.
_epBigPort
org.tigris.gef.presentation.FigRect _epBigPort
The rectangle for the entire extension point box.
_highlightedFigText
CompartmentFigText _highlightedFigText
Text highlighted by mouse actions on the diagram. Assumed to belong
to the extension point compartment.
this$0
FigUseCase this$0
cat
org.apache.log4j.Category cat
_epCheckBox
javax.swing.JCheckBox _epCheckBox
The check box for extension points.
_displayLabel
javax.swing.JLabel _displayLabel
The label alongside the check box for extension points.
Package org.argouml.uml.generator |
_headerComment
java.lang.String _headerComment
_outputDir
java.lang.String _outputDir
Package org.argouml.uml.generator.ui |
_classTableModel
org.argouml.uml.generator.ui.TableModelClassChecks _classTableModel
isPathInModel
boolean isPathInModel
_compileCheckBox
javax.swing.JCheckBox _compileCheckBox
_classesLabel
javax.swing.JLabel _classesLabel
_classTable
javax.swing.JTable _classTable
_cancelButton
javax.swing.JButton _cancelButton
_browseButton
javax.swing.JButton _browseButton
_outputDirectoryComboBox
javax.swing.JComboBox _outputDirectoryComboBox
_outputDirectoryLabel
javax.swing.JLabel _outputDirectoryLabel
_tableScrollPane
javax.swing.JScrollPane _tableScrollPane
_generateButton
javax.swing.JButton _generateButton
_languages
java.util.ArrayList _languages
Package org.argouml.uml.ui |
_target
ru.novosoft.uml.foundation.core.MModelElement _target
_multiSelect
boolean _multiSelect
_exclusive
boolean _exclusive
_target
ru.novosoft.uml.foundation.core.MModelElement _target
_target
java.lang.Object _target
- The object that owns the object that must be removed (the object that is
the target of the projectbrowser in most cases).
_objectToRemove
java.lang.Object _objectToRemove
str
java.lang.String str
agg
ru.novosoft.uml.foundation.data_types.MAggregationKind agg
_display
boolean _display
A flag to indicate whether the action should show or hide the
relevant compartment.
_compartment
java.lang.String _compartment
A string indicating the action desired.
active
boolean active
- remember if this form is already active, so that it does
not popup twice.
_tabName
java.lang.String _tabName
_property
UMLBooleanProperty _property
object
java.lang.Object object
mclassClass
java.lang.Class mclassClass
mpackageClass
java.lang.Class mpackageClass
minterfaceClass
java.lang.Class minterfaceClass
museCaseClass
java.lang.Class museCaseClass
trueValue
java.lang.Object trueValue
falseValue
java.lang.Object falseValue
str
java.lang.String str
mult
ru.novosoft.uml.foundation.data_types.MMultiplicity mult
nav
int nav
start
ru.novosoft.uml.foundation.core.MAssociationEnd start
end
ru.novosoft.uml.foundation.core.MAssociationEnd end
_scale
double _scale
_target
java.lang.Object _target
_modelElement
ru.novosoft.uml.foundation.core.MModelElement _modelElement
_navListeners
java.util.LinkedList _navListeners
_bundle
java.util.ResourceBundle _bundle
_panels
java.util.Vector _panels
lastRow
int lastRow
_targetList
java.util.Vector _targetList
The metaclass/property pairs for the third party listener (if we have
set one up. We use this when creating a new listener on target
change.
center
javax.swing.JPanel center
buttonPanel
javax.swing.JPanel buttonPanel
buttonPanelWithFlowLayout
javax.swing.JPanel buttonPanelWithFlowLayout
_titleLabel
javax.swing.JLabel _titleLabel
captionPanel
javax.swing.JPanel captionPanel
smallFont
java.awt.Font smallFont
_propPanel
PropPanel _propPanel
_actionMethod
java.lang.reflect.Method _actionMethod
_enabledMethod
java.lang.reflect.Method _enabledMethod
_action
javax.swing.Action _action
_container
UMLUserInterfaceContainer _container
_srcPathTableModel
org.argouml.uml.ui.SrcPathTableModel _srcPathTableModel
_srcPathTable
javax.swing.JTable _srcPathTable
_cancelButton
javax.swing.JButton _cancelButton
_okButton
javax.swing.JButton _okButton
_srcPathScrollPane
javax.swing.JScrollPane _srcPathScrollPane
m_ocleEditor
tudresden.ocl.gui.OCLEditor m_ocleEditor
- The actual editor pane.
m_mmeiTarget
ru.novosoft.uml.foundation.core.MModelElement m_mmeiTarget
- The current target element.
_target
java.lang.Object _target
_shouldBeEnabled
boolean _shouldBeEnabled
_blankPanel
javax.swing.JPanel _blankPanel
_panels
java.util.Hashtable _panels
_lastPanel
javax.swing.JPanel _lastPanel
_panelClassBaseName
java.lang.String _panelClassBaseName
_navListeners
java.util.LinkedList _navListeners
cat
org.apache.log4j.Category cat
_notationName
NotationName _notationName
_target
org.tigris.gef.presentation.Fig _target
_shouldBeEnabled
boolean _shouldBeEnabled
_blankPanel
javax.swing.JPanel _blankPanel
_panels
java.util.Hashtable _panels
_lastPanel
javax.swing.JPanel _lastPanel
_stylePanel
TabFigTarget _stylePanel
_panelClassBaseName
java.lang.String _panelClassBaseName
_alternativeBase
java.lang.String _alternativeBase
_target
java.lang.Object _target
_tableModel
org.argouml.uml.ui.TableModelTaggedValues _tableModel
_shouldBeEnabled
boolean _shouldBeEnabled
_table
javax.swing.JTable _table
_choices
java.util.Vector _choices
- The choices a user has
_preSelected
java.util.Vector _preSelected
- The preselected choices
_selected
java.util.Vector _selected
- The selected choices.
_choicesList
javax.swing.JList _choicesList
- The GUI list for the choices
_selectedList
javax.swing.JList _selectedList
- The GUI list for the selected choices
_addButton
javax.swing.JButton _addButton
_removeButton
javax.swing.JButton _removeButton
_okButton
javax.swing.JButton _okButton
_cancelButton
javax.swing.JButton _cancelButton
_dialog
javax.swing.JDialog _dialog
_title
java.lang.String _title
_returnValue
int _returnValue
- The returnvalue of the method showDialog. Returnvalue can be either JOptionPane.OK_OPTION or
JOptionPane.CANCEL_OPTION
_attributes
java.util.List _attributes
_actions
java.util.Map _actions
- This map contains the radiobuttons as key and the action that should
be performed when the button is pressed as value. We don't use
the functionallity provided by JDK 1.3 to link an action to a button.
_target
java.lang.Object _target
_container
UMLUserInterfaceContainer _container
_group
UMLButtonGroup _group
_container
UMLUserInterfaceContainer _container
_property
UMLBooleanProperty _property
_target
java.lang.Object _target
_propertySetName
java.lang.String _propertySetName
_classes
java.util.List _classes
_classifierType
java.lang.Class _classifierType
_implClass
java.lang.Class _implClass
_model
UMLComboBoxModel _model
_container
UMLUserInterfaceContainer _container
The container (PropPanel) in which we are used.
_property
java.lang.String _property
The name of the NSUML event that affects our data model.
_filter
java.lang.reflect.Method _filter
A method returning a boolean, to indicate whether a specific MModelElement
should be allowed in the combo box. If the method is
non-existent has the value null
.
_getMethod
java.lang.reflect.Method _getMethod
A method which gets the specific value currently associated with
this combo box (the selected value) from the target NSUML object
associated with the container. Returns a MModelElement
. If
the method is non-existent has the value null
.
_setMethod
java.lang.reflect.Method _setMethod
A method which sets the specific value currently associated with
this combo box (the selected value) in the target NSUML object
associated with the container. Takes a MModelElement
as
argument. If the method is non-existent has the value
null
.
_set
java.util.TreeSet _set
The set of objects that are displayed in the drop down.
_selectedItem
java.lang.Object _selectedItem
The currently selected object in the combo box (displayed when the
drop-down is not being shown).
_allowVoid
boolean _allowVoid
Flag to indicate that an empty entry should be included (first) in
the drop down list.
_addElementsFromProfileModel
boolean _addElementsFromProfileModel
- Flag to indicate that the drop down should include elements from the
model included within the profile.
_target
java.lang.Object _target
- The taget of the comboboxmodel. This is some UML modelelement
_objects
java.util.List _objects
- The list with objects that should be shown in the combobox
_selectedObject
java.lang.Object _selectedObject
- The selected object
_clearable
boolean _clearable
- Flag to indicate if the user may select "" as value in the combobox. If
true the attribute that is shown by this combobox may be set to null.
Makes sure that there is allways a "" in the list with objects so the
user has the oportunity to select this to clear the attribute.
_propertySetName
java.lang.String _propertySetName
- The name of the event with which NSUML sets the attribute that is shown
in this comboboxmodel.
_fireListEvents
boolean _fireListEvents
- Flag to indicate wether list events should be fired
_container
UMLUserInterfaceContainer _container
_box
javax.swing.JComboBox _box
_button
javax.swing.JButton _button
_model
UMLExpressionModel _model
_notifyModel
boolean _notifyModel
_model
UMLExpressionModel _model
_notifyModel
boolean _notifyModel
_container
UMLUserInterfaceContainer _container
_isUpdating
boolean _isUpdating
- Prevent event storms through not generating unnecessary events
listItems
java.lang.String[] listItems
- items in the initial value combobox that are available for selection.
_umlListModel
UMLModelElementListModel _umlListModel
_navigate
boolean _navigate
cat
org.apache.log4j.Category cat
_showIcon
boolean _showIcon
- True if the icon for the modelelement should be shown. The icon is, for
instance, a small class symbol for a class.
_actionObj
java.lang.Object _actionObj
_index
int _index
_action
java.lang.reflect.Method _action
_actionObj
java.lang.Object _actionObj
The object (typically a list model of some sort) on which the method
will be invoked.
_index
int _index
The index argument to be supplied to the method on
selection. Typically the index into the main list on which a popup
menu was invoked.
_subEntry
ru.novosoft.uml.foundation.core.MModelElement _subEntry
The model element to be supplied to the method on
selection. Typically the object in a "Link" sub-menu.
_action
java.lang.reflect.Method _action
The method to actually be invoked on selection.
_metaclasses
java.lang.String[] _metaclasses
_getMethod
java.lang.reflect.Method _getMethod
_setMethod
java.lang.reflect.Method _setMethod
_property
java.lang.String _property
_container
UMLUserInterfaceContainer _container
_noArgs
java.lang.Object[] _noArgs
SEMANTIC_ENTRY
int SEMANTIC_ENTRY
A constant to indicate a potential link menu entry makes semantic (as
well as syntactic) sense.
SYNTACTIC_ENTRY
int SYNTACTIC_ENTRY
A constant to indicate a potential link menu entry makes syntactic
(but not semantic) sense.
INVALID_ENTRY
int INVALID_ENTRY
A constant to indicate a potential link menu entry is not valid.
_links
java.util.Vector _links
The list for the link pop-up menu. Null at creation.
_useLink
boolean _useLink
A flag for whether to use the "Link" entry on the menu. Default value
is false
(no "Link" menu).
_container
UMLUserInterfaceContainer _container
- The container that provides the "target" model element.
_showNone
boolean _showNone
- If "true" then a list entry (typically labelled "none") will
be displayed when there are no actual entries in the list.
_currentModelElementSize
int _currentModelElementSize
- The number of actual entries in the list.
_recalcSize
boolean _recalcSize
- Set to true when an event suggests that the size needs to be recalculated.
_property
java.lang.String _property
- A string indicating an NSUML event name that indicates that list may
need to be updated.
_none
java.lang.String _none
- The string used to indicate no actual entries in the list. Eventually,
should be part of the profile or localization.
_upper
int _upper
- upper bound of length of list.
_eventName
java.lang.String _eventName
_target
java.lang.Object _target
_container
UMLUserInterfaceContainer _container
_getMethod
java.lang.reflect.Method _getMethod
_setMethod
java.lang.reflect.Method _setMethod
_delete
boolean _delete
_add
boolean _add
_new
boolean _new
_popupMenu
javax.swing.JPopupMenu _popupMenu
_addAction
AbstractActionAddModelElement _addAction
_newAction
AbstractActionNewModelElement _newAction
_deleteAction
AbstractActionRemoveElement _deleteAction
_operations
java.util.List _operations
_elements
java.util.List _elements
_firing
boolean _firing
- True if an event should be fired when the text of the document is changed
_editing
boolean _editing
- True if an user edits the document directly (by typing in text)
_target
java.lang.Object _target
- The target of the propertypanel that's behind this property.
_eventName
java.lang.String _eventName
- The name of the property set event that will change the property this document
shows.
_container
UMLUserInterfaceContainer _container
_property
UMLBooleanProperty _property
_group
javax.swing.ButtonGroup _group
_target
java.lang.Object _target
- The target object of which some attribute is shown via this panel.
_propertySetName
java.lang.String _propertySetName
- The name of the MEvent that is fired when the target object has changed
the attribute that is shown here.
_buttonGroup
javax.swing.ButtonGroup _buttonGroup
- The group of buttons
_getMethod
java.lang.reflect.Method _getMethod
_setMethod
java.lang.reflect.Method _setMethod
_addMethod
java.lang.reflect.Method _addMethod
_deleteMethod
java.lang.reflect.Method _deleteMethod
_container
UMLUserInterfaceContainer _container
_property
UMLStimulusActionTextProperty _property
stimulusType
java.lang.String stimulusType
_container
UMLUserInterfaceContainer _container
_property
UMLTextProperty _property
counter
int counter
_container
UMLUserInterfaceContainer _container
_property
UMLTextProperty _property
_oldPropertyValue
java.lang.String _oldPropertyValue
- value of property when focus is gained
_textChanged
boolean _textChanged
- true if text has changed since last focusgained
_viaUserInput
boolean _viaUserInput
- true if changed via userinput
_firstException
boolean _firstException
- true if it's the first exception in the handling of events, prevents exception loops
and thus hanging argouml
_target
java.lang.Object _target
_classifier
ru.novosoft.uml.foundation.core.MClassifier _classifier
_model
UMLTreeModel _model
_navigate
boolean _navigate
_container
UMLUserInterfaceContainer _container
_actionObj
java.lang.Object _actionObj
_element
ru.novosoft.uml.foundation.core.MModelElement _element
_action
java.lang.reflect.Method _action
_requiresElement
boolean _requiresElement
_container
UMLUserInterfaceContainer _container
- The container that provides the "target" model element.
_rootComponent
UMLTreeRootNode _rootComponent
Package org.argouml.uml.ui.behavior.activity_graphs |
Package org.argouml.uml.ui.behavior.collaborations |
_baseField
javax.swing.JComboBox _baseField
Package org.argouml.uml.ui.behavior.common_behavior |
Package org.argouml.uml.ui.behavior.state_machines |
subverticesList
javax.swing.JList subverticesList
paramScroll
javax.swing.JScrollPane paramScroll
kindGroup
javax.swing.ButtonGroup kindGroup
entryScroll
javax.swing.JScrollPane entryScroll
exitScroll
javax.swing.JScrollPane exitScroll
doScroll
javax.swing.JScrollPane doScroll
internalTransitionsScroll
javax.swing.JScrollPane internalTransitionsScroll
deferrableEventsScroll
javax.swing.JScrollPane deferrableEventsScroll
entryList
javax.swing.JList entryList
exitList
javax.swing.JList exitList
doList
javax.swing.JList doList
internalTransitionsList
javax.swing.JList internalTransitionsList
incomingScroll
javax.swing.JScrollPane incomingScroll
outgoingScroll
javax.swing.JScrollPane outgoingScroll
containerScroll
javax.swing.JScrollPane containerScroll
Package org.argouml.uml.ui.behavior.use_cases |
Package org.argouml.uml.ui.foundation.core |
_group
UMLButtonGroup _group
_assocEndScroll
javax.swing.JScrollPane _assocEndScroll
- The scrollpane with the associationends.
_associationRoleScroll
javax.swing.JScrollPane _associationRoleScroll
- The scrollpane with the associationroles this association plays a role
in.
_linksScroll
javax.swing.JScrollPane _linksScroll
- Ths scrollpane with the links that implement this association.
associationsLabel
javax.swing.JLabel associationsLabel
_typeCombobox
javax.swing.JComboBox _typeCombobox
- The combobox that shows the type of this association end.
_associationScroll
javax.swing.JScrollPane _associationScroll
- The scrollpane showing the association that owns this associationend
_multiplicityComboBox
javax.swing.JComboBox _multiplicityComboBox
- The combobox for the multiplicity of this type.
TODO: should be changed into a textfield so the user can edit it more
easily.
_navigabilityCheckBox
javax.swing.JCheckBox _navigabilityCheckBox
- The checkbox that shows if this association end is navigable.
_orderingCheckBox
javax.swing.JCheckBox _orderingCheckBox
- The checkbox that shows the ordering of the associationend. It's selected
if it's an ordered associationend. Unselected if it's unordered. Sorted
is not supported atm.
_targetScopeCheckBox
javax.swing.JCheckBox _targetScopeCheckBox
- The checkbox that shows the scope of the associationend. Selected means
that the scope is the classifier. Unselected means that the scope is the
instance (the default).
_aggregationRadioButtonpanel
javax.swing.JPanel _aggregationRadioButtonpanel
- The panel with the radiobuttons the user can select to select the
aggregation of this associationend.
_changeabilityRadioButtonpanel
javax.swing.JPanel _changeabilityRadioButtonpanel
- The panel with the radiobuttons the user can select to select the
changeability of this associationend.
_visibilityRadioButtonPanel
javax.swing.JPanel _visibilityRadioButtonPanel
- The panel with the radiobuttons to set the visibility (public, protected,
private) of this associationend. There is a bug (or inconsistency) with
NSUML since NSUML equals this visibility with the visibility of a
modelelement. The UML 1.3 spec does not. Since I try to follow the spec
as much as possible, the panel is defined here and not in
PropPanelModelElement
_specificationScroll
javax.swing.JScrollPane _specificationScroll
- The list of classifiers that specify the operations that must be
implemented by the classifier type. These operations can be used by this
association.
_associationLabel
java.lang.String _associationLabel
_modifiersPanel
javax.swing.JPanel _modifiersPanel
_generalizationScroll
javax.swing.JScrollPane _generalizationScroll
_specializationScroll
javax.swing.JScrollPane _specializationScroll
_featureScroll
javax.swing.JScrollPane _featureScroll
_participantScroll
javax.swing.JScrollPane _participantScroll
_createActionScroll
javax.swing.JScrollPane _createActionScroll
_instanceScroll
javax.swing.JScrollPane _instanceScroll
_collaborationScroll
javax.swing.JScrollPane _collaborationScroll
_classifierRoleScroll
javax.swing.JScrollPane _classifierRoleScroll
_classifierInStateScroll
javax.swing.JScrollPane _classifierInStateScroll
_objectFlowStateScroll
javax.swing.JScrollPane _objectFlowStateScroll
_powerTypeRangeScroll
javax.swing.JScrollPane _powerTypeRangeScroll
_associationEndScroll
javax.swing.JScrollPane _associationEndScroll
_parameterScroll
javax.swing.JScrollPane _parameterScroll
_structuralFeatureScroll
javax.swing.JScrollPane _structuralFeatureScroll
_implementsModel
UMLReflectionListModel _implementsModel
_connectModel
UMLReflectionListModel _connectModel
_supplierScroll
javax.swing.JScrollPane _supplierScroll
- The scrollpane with the modelelement that is the supplier of this
dependency
_clientScroll
javax.swing.JScrollPane _clientScroll
- The scrollpane with the modelelement that is the client of this
dependency
_ownerScopeCheckbox
UMLFeatureOwnerScopeCheckBox _ownerScopeCheckbox
_ownerComboBox
UMLComboBox2 _ownerComboBox
_ownerScroll
javax.swing.JScrollPane _ownerScroll
_newButton
PropPanelButton _newButton
namespaceScroll
javax.swing.JScrollPane namespaceScroll
namespaceComboBox
javax.swing.JComboBox namespaceComboBox
stereotypeBox
javax.swing.JComboBox stereotypeBox
supplierDependencyScroll
javax.swing.JScrollPane supplierDependencyScroll
clientDependencyScroll
javax.swing.JScrollPane clientDependencyScroll
targetFlowScroll
javax.swing.JScrollPane targetFlowScroll
sourceFlowScroll
javax.swing.JScrollPane sourceFlowScroll
constraintScroll
javax.swing.JScrollPane constraintScroll
namespaceVisibilityPanel
javax.swing.JPanel namespaceVisibilityPanel
specializationCheckBox
javax.swing.JCheckBox specializationCheckBox
elementResidenceScroll
javax.swing.JScrollPane elementResidenceScroll
nameTextField
javax.swing.JTextField nameTextField
_ownedElementsScroll
javax.swing.JScrollPane _ownedElementsScroll
_multiplicityComboBox
UMLComboBox2 _multiplicityComboBox
_typeComboBox
UMLComboBox2 _typeComboBox
_changeabilityRadioButtonPanel
UMLRadioButtonPanel _changeabilityRadioButtonPanel
_targetScopeCheckBox
UMLCheckBox2 _targetScopeCheckBox
_privateButton
javax.swing.JRadioButton _privateButton
_protectedButton
javax.swing.JRadioButton _protectedButton
_publicButton
javax.swing.JRadioButton _publicButton
Package org.argouml.uml.ui.foundation.extension_mechanisms |
Package org.argouml.uml.ui.model_management |
_stereotypeButton
PropPanelButton _stereotypeButton