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.
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.
_clarifier
javax.swing.Icon _clarifier
_critiquer
java.lang.Thread _critiquer
- needs documenting
_critiquingInterval
int _critiquingInterval
- needs documenting
_critiqueCPUPercent
int _critiqueCPUPercent
- needs documenting
_autoCritique
boolean _autoCritique
- needs documenting
_hotQueue
java.util.Vector _hotQueue
- dm's that should be critiqued ASAP.
_hotReasonQueue
java.util.Vector _hotReasonQueue
- needs documenting
_addQueue
java.util.Vector _addQueue
- needs documenting
_addReasonQueue
java.util.Vector _addReasonQueue
- needs documenting
_removeQueue
java.util.Vector _removeQueue
- needs documenting
_warmQueue
java.util.Vector _warmQueue
- dm's that should be critiqued relatively soon.
_cg
ChildGenerator _cg
- needs documenting
_critiqueDuration
long _critiqueDuration
- needs documenting
_critiqueLock
int _critiqueLock
- needs documenting
_lastCritique
long _lastCritique
- needs documenting
_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
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
VectorSet _allOffenders
- These are computed when needed.
_allPosters
VectorSet _allPosters
- These are computed when needed.
_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
- needs documenting
isPaused
boolean isPaused
- state variable for whether the validity checking thread is paused
(waiting).
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
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 |
_target
java.lang.Object _target
_tableModel
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:
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
VectorSet _knowledgeTypes
_triggerMask
long _triggerMask
_initialIntervalMS
long _initialIntervalMS
- The initial sleeping time.
- See Also:
- Constant Field Values
_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
TableModelCritics _tableModel
_table
javax.swing.JTable _table
_className
javax.swing.JTextField _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
_wakeButton
javax.swing.JButton _wakeButton
_configButton
javax.swing.JButton _configButton
_networkButton
javax.swing.JButton _networkButton
_goButton
javax.swing.JButton _goButton
_target
Critic _target
_critics
java.util.List _critics
Package org.argouml.cognitive.ui |
_headline
javax.swing.JTextField _headline
_priority
javax.swing.JComboBox _priority
_moreinfo
javax.swing.JTextField _moreinfo
_offenderList
javax.swing.JList _offenderList
_description
javax.swing.JTextArea _description
WIDTH
int WIDTH
- See Also:
- Constant Field Values
HEIGHT
int HEIGHT
- See Also:
- Constant Field Values
_mainPanel
javax.swing.JPanel _mainPanel
_slidersToDecisions
java.util.Hashtable _slidersToDecisions
_slidersToDigits
java.util.Hashtable _slidersToDigits
_badGoalButton
javax.swing.JRadioButton _badGoalButton
_badDecButton
javax.swing.JRadioButton _badDecButton
_explainButton
javax.swing.JRadioButton _explainButton
_actionGroup
javax.swing.ButtonGroup _actionGroup
_explanation
javax.swing.JTextArea _explanation
_target
ToDoItem _target
WIDTH
int WIDTH
- See Also:
- Constant Field Values
HEIGHT
int HEIGHT
- See Also:
- Constant Field Values
_mainPanel
javax.swing.JPanel _mainPanel
_slidersToDecisions
java.util.Hashtable _slidersToDecisions
_slidersToDigits
java.util.Hashtable _slidersToDigits
_description
WizDescription _description
_lastPanel
javax.swing.JPanel _lastPanel
_itemPanel
javax.swing.JPanel _itemPanel
_treePanel
javax.swing.JPanel _treePanel
_splitPane
BorderSplitPane _splitPane
_target
java.lang.Object _target
_tree
javax.swing.JTree _tree
- to be documented
_toolbar
ToolBar _toolbar
- to be documented
_combo
javax.swing.JComboBox _combo
- to be documented
_perspectives
java.util.Vector _perspectives
- vector of TreeModels
_curPerspective
ToDoPerspective _curPerspective
- to be documented
_root
ToDoList _root
- to be documented
_flatView
javax.swing.Action _flatView
- to be documented
_flatButton
javax.swing.JToggleButton _flatButton
- to be documented
_countLabel
javax.swing.JLabel _countLabel
- to be documented
_flat
boolean _flat
- to be documented
_lastSel
java.lang.Object _lastSel
- to be documented
_oldSize
int _oldSize
- to be documented
_dir
char _dir
- to be documented
_pb
ProjectBrowser _pb
- shouldn't need this
_flat
boolean _flat
- todoList specific
_flatChildren
java.util.Vector _flatChildren
- todoList specific
_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
_PostItD0
javax.swing.ImageIcon _PostItD0
_PostItD25
javax.swing.ImageIcon _PostItD25
_PostItD50
javax.swing.ImageIcon _PostItD50
_PostItD75
javax.swing.ImageIcon _PostItD75
_PostItD99
javax.swing.ImageIcon _PostItD99
_PostItD100
javax.swing.ImageIcon _PostItD100
_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
- The current 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 |
_url
java.net.URL _url
- TODO: should just be the directory to write
_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
- Instances of the uml model.
_diagrams
java.util.Vector _diagrams
- Instances of the uml diagrams.
_defaultModel
java.lang.Object _defaultModel
_needsSave
boolean _needsSave
_currentNamespace
java.lang.Object _currentNamespace
_UUIDRefs
java.util.HashMap _UUIDRefs
_cgPrefs
GenerationPreferences _cgPrefs
_root
java.lang.Object _root
- The root of the modeltree the user is working on. (The untitled_model in
the navpane).
_activeDiagram
ArgoDiagram _activeDiagram
- The active diagram, pointer to a diagram in the list with diagrams.
_defaultModelCache
java.util.HashMap _defaultModelCache
- Cache for the default model.
_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.java.generator |
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
ShadowComboBox _defaultShadowWidth
Package org.argouml.model.uml |
cause
java.lang.Throwable cause
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
leftBorder
int leftBorder
rightBorder
int rightBorder
topBorder
int topBorder
bottomBorder
int bottomBorder
componentGap
int componentGap
labelGap
int labelGap
buttonGap
int buttonGap
_okButton
javax.swing.JButton _okButton
_cancelButton
javax.swing.JButton _cancelButton
_closeButton
javax.swing.JButton _closeButton
_yesButton
javax.swing.JButton _yesButton
_noButton
javax.swing.JButton _noButton
_helpButton
javax.swing.JButton _helpButton
_mainPanel
javax.swing.JPanel _mainPanel
_content
javax.swing.JComponent _content
_buttonPanel
javax.swing.JPanel _buttonPanel
_optionType
int _optionType
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
_ignoreSplitters
boolean _ignoreSplitters
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
_properties
Property[] _properties
_nameColumnTitle
java.lang.String _nameColumnTitle
_valueColumnTitle
java.lang.String _valueColumnTitle
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
_divider
javax.swing.plaf.basic.BasicSplitPaneDivider _divider
- Component which knows how to paint the split divider.
_rollover
boolean _rollover
_rows
int _rows
_cols
int _cols
_tabs
javax.swing.JTabbedPane _tabs
insetPx
int insetPx
- Insets in pixels
_splashPanel
SplashPanel _splashPanel
- Shared splash panel
_item
ToDoItem _item
_tabName
java.lang.String _tabName
_tabName
java.lang.String _tabName
buttonApply
javax.swing.JButton buttonApply
tabs
javax.swing.JTabbedPane tabs
dlg
ArgoDialog dlg
_item
java.lang.Object _item
- The currently selected todo item.
_tabs
javax.swing.JTabbedPane _tabs
- The top level pane, which is a tabbed pane.
_target
java.lang.Object _target
- The current target
_tabPanels
java.util.Vector _tabPanels
- a list of all the tabs, which are JPanels, in the JTabbedPane _tabs.
_lastNonNullTab
int _lastNonNullTab
- index of the selected tab in the JTabbedPane.
orientation
Orientation orientation
_listenerList
javax.swing.event.EventListenerList _listenerList
- The list with targetlisteners, this are the property panels
managed by TabProps It should only contain one listener at a
time.
_upArrowIcon
javax.swing.Icon _upArrowIcon
- graphic that goes on the tab label
_leftArrowIcon
javax.swing.Icon _leftArrowIcon
- graphic that goes on the tab label
_expandedPathsInModel
java.util.Hashtable _expandedPathsInModel
- A Map helping the tree maintain a consistent expanded paths state.
keys = the current TreeModel of this Tree
values = Vector of currently expanded paths.
_reexpanding
boolean _reexpanding
_selectedTreePath
javax.swing.tree.TreePath _selectedTreePath
- Deprecated.
- the selected node
_dragSource
java.awt.dnd.DragSource _dragSource
- Deprecated.
- dnd source
_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
_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
Editor _ed
_tabPanels
java.util.Vector _tabPanels
_lastTab
java.awt.Component _lastTab
tree
ExplorerTree tree
- Deprecated. from 0.15.3.
- to be removed once forceUpdate() is also removed
_appName
java.lang.String _appName
_editorPane
MultiEditorPane _editorPane
_northEastPane
DetailsPane _northEastPane
_northPane
DetailsPane _northPane
_northWestPane
DetailsPane _northWestPane
_westPane
javax.swing.JPanel _westPane
_eastPane
DetailsPane _eastPane
_southEastPane
DetailsPane _southEastPane
_southWestPane
javax.swing.JPanel _southWestPane
_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
_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
_lookAndFeel
javax.swing.JComboBox _lookAndFeel
_metalTheme
javax.swing.JComboBox _metalTheme
_metalLabel
javax.swing.JLabel _metalLabel
_smoothEdges
javax.swing.JCheckBox _smoothEdges
USER_DIR
java.lang.String USER_DIR
_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
_userDirButton
javax.swing.JButton _userDirButton
_todo
Property _todo
_properties
Property _properties
_documentation
Property _documentation
_style
Property _style
_source
Property _source
_constraints
Property _constraints
_taggedValues
Property _taggedValues
_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
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
_info
javax.swing.JTextArea _info
_runGCButton
javax.swing.JButton _runGCButton
_copyButton
javax.swing.JButton _copyButton
_pred
PredicateFind _pred
_cg
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
cat
Logger cat
OVERLAPP
int OVERLAPP
- See Also:
- Constant Field Values
_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
javax.swing.JToolBar _toolbar
- The optional toolbar.
Contains null if no toolbar was requested.
cat
Logger cat
Package org.argouml.ui.cmd |
Package org.argouml.ui.explorer |
_selectedTreePath
javax.swing.tree.TreePath _selectedTreePath
- the selected node
_dragSource
java.awt.dnd.DragSource _dragSource
- dnd source
showStereotype
boolean showStereotype
- holds state info about whether to display stereotypes in the nav pane.
updatingSelection
boolean updatingSelection
- prevents target event cycles between this and the TargetManager.
rules
java.lang.Object[] rules
- an array of
PerspectiveRules
,
that determine the tree view.
modelElementMap
java.util.Map modelElementMap
- a map used to resolve model elements to tree nodes when determining
what effect a model event will have on the tree.
order
java.util.Comparator order
- the global order for siblings in the tree.
order
java.util.Comparator order
DIAGRAM_TO_CLIPBOARD_ACTION
java.lang.String DIAGRAM_TO_CLIPBOARD_ACTION
- See Also:
- Constant Field Values
_configPanel
javax.swing.JPanel _configPanel
_perspectiveList
javax.swing.JList _perspectiveList
_perspectiveRulesList
javax.swing.JList _perspectiveRulesList
_ruleLibraryList
javax.swing.JList _ruleLibraryList
_newPerspectiveButton
javax.swing.JButton _newPerspectiveButton
_removePerspectiveButton
javax.swing.JButton _removePerspectiveButton
_dupPersButton
javax.swing.JButton _dupPersButton
_addRuleButton
javax.swing.JButton _addRuleButton
_removeRuleButton
javax.swing.JButton _removeRuleButton
_perspectiveListModel
javax.swing.DefaultListModel _perspectiveListModel
_perspectiveRulesListModel
javax.swing.DefaultListModel _perspectiveRulesListModel
_ruleLibraryListModel
javax.swing.DefaultListModel _ruleLibraryListModel
Package org.argouml.ui.menubar |
_fileToolbar
javax.swing.JToolBar _fileToolbar
_editToolbar
javax.swing.JToolBar _editToolbar
_viewToolbar
javax.swing.JToolBar _viewToolbar
_createDiagramToolbar
javax.swing.JToolBar _createDiagramToolbar
_lruList
LastRecentlyUsedMenuList _lruList
- lru project list
_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.
Package org.argouml.ui.targetmanager |
_name
java.lang.String _name
- The name of the event
_oldTargets
java.lang.Object[] _oldTargets
- The old targets before the change took place
_newTargets
java.lang.Object[] _newTargets
- The new targets after the change took place
cause
java.lang.Throwable cause
- Deprecated.
- The cause of this exception, or null
_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 |
_step1
WizStepTextField _step1
_label
java.lang.String _label
_instructions
java.lang.String _instructions
_suggestion
java.lang.String _suggestion
_origSuggest
java.lang.String _origSuggest
_mustEdit
boolean _mustEdit
_step1
WizStepTextField _step1
_label
java.lang.String _label
_instructions
java.lang.String _instructions
_suggestion
java.lang.String _suggestion
_origSuggest
java.lang.String _origSuggest
_mustEdit
boolean _mustEdit
_step1
WizStepTextField _step1
_label
java.lang.String _label
_instructions
java.lang.String _instructions
_suggestion
java.lang.String _suggestion
_origSuggest
java.lang.String _origSuggest
_mustEdit
boolean _mustEdit
_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
java.lang.Object _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
java.lang.Object _selectedCls
_selectedAsc
java.lang.Object _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
java.lang.Object _oldStereotype
_oldStereotypeIsSet
boolean _oldStereotypeIsSet
Package org.argouml.uml.diagram |
Package org.argouml.uml.diagram.activity.ui |
Package org.argouml.uml.diagram.collaboration |
Package org.argouml.uml.diagram.collaboration.ui |
Package org.argouml.uml.diagram.deployment |
Package org.argouml.uml.diagram.deployment.ui |
Package org.argouml.uml.diagram.sequence |
Package org.argouml.uml.diagram.sequence.ui |
Package org.argouml.uml.diagram.state |
Package org.argouml.uml.diagram.state.ui |
Package org.argouml.uml.diagram.static_structure |
Package org.argouml.uml.diagram.static_structure.ui |
_attrCheckBox
javax.swing.JCheckBox _attrCheckBox
_operCheckBox
javax.swing.JCheckBox _operCheckBox
_displayLabel
javax.swing.JLabel _displayLabel
_refreshTransaction
boolean _refreshTransaction
- Flag to indicate that a refresh is going on.
_operCheckBox
javax.swing.JCheckBox _operCheckBox
_displayLabel
javax.swing.JLabel _displayLabel
_refreshTransaction
boolean _refreshTransaction
- Flag to indicate that a refresh is going on.
Package org.argouml.uml.diagram.ui |
_tabName
java.lang.String _tabName
_object
java.lang.Object _object
_edge
java.lang.Object _edge
_tabName
java.lang.String _tabName
_object
java.lang.Object _object
str
java.lang.String str
agg
java.lang.Object 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.
_show
boolean _show
_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
java.lang.Object mult
nav
int nav
assocStart
java.lang.Object assocStart
assocEnd
java.lang.Object assocEnd
_diagram
Diagram _diagram
_name
javax.swing.JLabel _name
_target
FigText _target
_nameLabel
javax.swing.JLabel _nameLabel
_nameField
javax.swing.JTextField _nameField
_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
_refreshTransaction
boolean _refreshTransaction
- Flag to indicate that a refresh is going on.
_arrowLabel
javax.swing.JLabel _arrowLabel
_arrowField
javax.swing.JComboBox _arrowField
cat
Logger cat
_target
UMLDiagram _target
- the diagram object
_jgraph
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
javax.swing.JToolBar _toolBar
- The toolbar that is positioned just above
the diagram containing the drawing tools.
Package org.argouml.uml.diagram.use_case |
Package org.argouml.uml.diagram.use_case.ui |
_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.
_refreshTransaction
boolean _refreshTransaction
- Flag to indicate that a refresh is going on.
Package org.argouml.uml.generator |
_headerComment
java.lang.String _headerComment
_outputDir
java.lang.String _outputDir
Package org.argouml.uml.generator.ui |
_classTableModel
ClassGenerationDialog.TableModelClassChecks _classTableModel
isPathInModel
boolean isPathInModel
_languages
java.util.ArrayList _languages
_compileCheckBox
javax.swing.JCheckBox _compileCheckBox
_classTable
javax.swing.JTable _classTable
_outputDirectoryComboBox
javax.swing.JComboBox _outputDirectoryComboBox
languageHistory
int languageHistory
- Used to select the next language column in case
the "Select All" button is pressed.
Package org.argouml.uml.reveng.java |
Package org.argouml.uml.ui |
_target
java.lang.Object _target
_multiSelect
boolean _multiSelect
_exclusive
boolean _exclusive
_target
java.lang.Object _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
log
Logger log
str
java.lang.String str
- Deprecated.
agg
java.lang.Object agg
- Deprecated.
cat
Logger cat
_display
boolean _display
- Deprecated.
A flag to indicate whether the action should show or hide the
relevant compartment.
_compartment
java.lang.String _compartment
- Deprecated.
A string indicating the action desired.
_textSource
javax.swing.text.JTextComponent _textSource
_textSource
javax.swing.text.JTextComponent _textSource
_show
boolean _show
- Deprecated.
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
- Deprecated.
object
java.lang.Object object
- Deprecated.
mclassClass
java.lang.Class mclassClass
- Deprecated.
mpackageClass
java.lang.Class mpackageClass
- Deprecated.
minterfaceClass
java.lang.Class minterfaceClass
- Deprecated.
museCaseClass
java.lang.Class museCaseClass
- Deprecated.
trueValue
java.lang.Object trueValue
- Deprecated.
falseValue
java.lang.Object falseValue
- Deprecated.
str
java.lang.String str
- Deprecated.
mult
java.lang.Object mult
- Deprecated.
nav
int nav
- Deprecated.
assocStart
java.lang.Object assocStart
- Deprecated.
assocEnd
java.lang.Object assocEnd
- Deprecated.
_textSource
javax.swing.text.JTextComponent _textSource
- The source textcomponent where the caret is positioned
_inJGraph
boolean _inJGraph
- Flag to indicate that the mouse is hovering over the JGraph
_filename
java.lang.String _filename
_target
java.lang.Object _target
_modelElement
MModelElement _modelElement
_bundle
java.util.ResourceBundle _bundle
_panels
java.util.Vector _panels
lastRow
int lastRow
_listenerList
javax.swing.event.EventListenerList _listenerList
center
javax.swing.JPanel center
- 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.
buttonPanel
javax.swing.JToolBar 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
SrcPathTableModel _srcPathTableModel
_srcPathTable
javax.swing.JTable _srcPathTable
m_ocleEditor
OCLEditor m_ocleEditor
- The actual editor pane.
m_mmeiTarget
java.lang.Object m_mmeiTarget
- The current target element.
_shouldBeEnabled
boolean _shouldBeEnabled
_blankPanel
javax.swing.JPanel _blankPanel
_panels
java.util.Hashtable _panels
_lastPanel
javax.swing.JPanel _lastPanel
_panelClassBaseName
java.lang.String _panelClassBaseName
_target
java.lang.Object _target
_listenerList
javax.swing.event.EventListenerList _listenerList
- The list with targetlisteners, this are the property panels managed by TabProps
It should only contain one listener at a time.
cat
Logger cat
_notationName
NotationName _notationName
_cat
Logger _cat
_target
Fig _target
_shouldBeEnabled
boolean _shouldBeEnabled
_blankPanel
javax.swing.JPanel _blankPanel
_panels
java.util.Hashtable _panels
_lastPanel
javax.swing.JPanel _lastPanel
_stylePanel
StylePanel _stylePanel
- The stylepanel shown by the tab style.
_panelClassBaseName
java.lang.String _panelClassBaseName
_alternativeBase
java.lang.String _alternativeBase
_listenerList
javax.swing.event.EventListenerList _listenerList
_target
java.lang.Object _target
_tableModel
TableModelTaggedValues _tableModel
_shouldBeEnabled
boolean _shouldBeEnabled
_table
javax.swing.JTable _table
_titleLabel
javax.swing.JLabel _titleLabel
iconName
java.lang.String iconName
_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
- Deprecated.
_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
- Deprecated.
_property
UMLBooleanProperty _property
- Deprecated.
_target
java.lang.Object _target
_propertySetName
java.lang.String _propertySetName
_model
UMLComboBoxModel _model
- Deprecated.
_container
UMLUserInterfaceContainer _container
- Deprecated.
- The container (PropPanel) in which we are used.
_property
java.lang.String _property
- Deprecated.
- The name of the NSUML event that affects our data model.
_filter
java.lang.reflect.Method _filter
- Deprecated.
- A method returning a boolean, to indicate whether a specific
ru.novosoft.uml.foundation.core.MModelElement
should be
allowed in the combo box. If the method is non-existent has the
value null
.
_getMethod
java.lang.reflect.Method _getMethod
- Deprecated.
- 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
ru.novosoft.uml.foundation.core.MModelElement
. If the method
is non-existent has the value null
.
_setMethod
java.lang.reflect.Method _setMethod
- Deprecated.
- 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
ru.novosoft.uml.foundation.core.MModelElement
as argument. If
the method is non-existent has the value null
.
_set
java.util.TreeSet _set
- Deprecated.
- The set of objects that are displayed in the drop down.
_selectedItem
java.lang.Object _selectedItem
- Deprecated.
- The currently selected object in the combo box (displayed when
the drop-down is not being shown).
_allowVoid
boolean _allowVoid
- Deprecated.
- Flag to indicate that an empty entry should be included (first)
in the drop down list.
_addElementsFromProfileModel
boolean _addElementsFromProfileModel
- Deprecated.
- 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
_buildingModel
boolean _buildingModel
- Flag to indicate wether the model is being build
_container
UMLUserInterfaceContainer _container
_box
javax.swing.JComboBox _box
_button
javax.swing.JButton _button
_model
UMLExpressionModel _model
- Deprecated.
_notifyModel
boolean _notifyModel
- Deprecated.
_model
UMLExpressionModel _model
- Deprecated.
_notifyModel
boolean _notifyModel
- Deprecated.
_container
UMLUserInterfaceContainer _container
- Deprecated.
_isUpdating
boolean _isUpdating
- Deprecated.
- Prevent event storms through not generating unnecessary events
listItems
java.lang.String[] listItems
- Deprecated.
- items in the initial value combobox that are available for selection.
_umlListModel
UMLModelElementListModel _umlListModel
- Deprecated.
cat
Logger 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
- Deprecated.
_index
int _index
- Deprecated.
_action
java.lang.reflect.Method _action
- Deprecated.
_metaclasses
java.lang.String[] _metaclasses
- Deprecated.
_getMethod
java.lang.reflect.Method _getMethod
- Deprecated.
_setMethod
java.lang.reflect.Method _setMethod
- Deprecated.
_property
java.lang.String _property
- Deprecated.
_container
UMLUserInterfaceContainer _container
- Deprecated.
_noArgs
java.lang.Object[] _noArgs
- Deprecated.
_container
UMLUserInterfaceContainer _container
- Deprecated.
- The container that provides the "target" model element.
_showNone
boolean _showNone
- Deprecated.
- If "true" then a list entry (typically labelled "none") will
be displayed when there are no actual entries in the list.
_currentModelElementSize
int _currentModelElementSize
- Deprecated.
- The number of actual entries in the list.
_recalcSize
boolean _recalcSize
- Deprecated.
- Set to true when an event suggests that the size needs to be
recalculated.
_property
java.lang.String _property
- Deprecated.
- A string indicating an NSUML event name that indicates that list may
need to be updated.
_none
java.lang.String _none
- Deprecated.
- The string used to indicate no actual entries in the list. Eventually,
should be part of the profile or localization.
_upper
int _upper
- Deprecated.
- upper bound of length of list.
NO_LIMIT
int NO_LIMIT
- Deprecated.
- See Also:
- Constant Field Values
_eventName
java.lang.String _eventName
_target
java.lang.Object _target
_fireListEvents
boolean _fireListEvents
- Flag to indicate wether list events should be fired
_buildingModel
boolean _buildingModel
- Flag to indicate wether the model is being build
_container
UMLUserInterfaceContainer _container
- Deprecated.
_getMethod
java.lang.reflect.Method _getMethod
- Deprecated.
_setMethod
java.lang.reflect.Method _setMethod
- Deprecated.
_delete
boolean _delete
_add
boolean _add
_new
boolean _new
_popupMenu
javax.swing.JPopupMenu _popupMenu
_addAction
AbstractActionAddModelElement _addAction
_newAction
AbstractActionNewModelElement _newAction
_deleteAction
AbstractActionRemoveElement _deleteAction
_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
- Deprecated.
_property
UMLBooleanProperty _property
- Deprecated.
_group
javax.swing.ButtonGroup _group
- Deprecated.
_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
- Deprecated.
_setMethod
java.lang.reflect.Method _setMethod
- Deprecated.
_addMethod
java.lang.reflect.Method _addMethod
- Deprecated.
_deleteMethod
java.lang.reflect.Method _deleteMethod
- Deprecated.
_container
UMLUserInterfaceContainer _container
_property
UMLStimulusActionTextProperty _property
stimulusType
java.lang.String stimulusType
- Deprecated.
_container
UMLUserInterfaceContainer _container
- Deprecated.
_property
UMLTextProperty _property
- Deprecated.
counter
int counter
- Deprecated.
_container
UMLUserInterfaceContainer _container
- Deprecated.
_property
UMLTextProperty _property
- Deprecated.
_oldPropertyValue
java.lang.String _oldPropertyValue
- Deprecated.
- value of property when focus is gained
_textChanged
boolean _textChanged
- Deprecated.
- true if text has changed since last focusgained
_viaUserInput
boolean _viaUserInput
- Deprecated.
- true if changed via userinput
_firstException
boolean _firstException
- Deprecated.
- true if it's the first exception in the handling of events,
prevents exception loops and thus hanging argouml
_target
java.lang.Object _target
- Deprecated.
_classifier
java.lang.Object _classifier
- Deprecated.
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
paramListModel
UMLEventParameterListModel paramListModel
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.
_modifiersPanel
javax.swing.JPanel _modifiersPanel
- Panel for abstract/leaf/root
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
_attributeScroll
javax.swing.JScrollPane _attributeScroll
_operationScroll
javax.swing.JScrollPane _operationScroll
_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
_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
namespaceComboBoxModel
UMLModelElementNamespaceComboBoxModel namespaceComboBoxModel
_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 |
_modifiersPanel
javax.swing.JPanel _modifiersPanel
_stereotypeButton
PropPanelButton _stereotypeButton
_generalizationScroll
javax.swing.JScrollPane _generalizationScroll
_specializationScroll
javax.swing.JScrollPane _specializationScroll
_featureScroll
javax.swing.JScrollPane _featureScroll
accessOrder
boolean accessOrder
list
java.util.LinkedList list
Package org.argouml.xml.pgml |
Package org.argouml.xml.xmi |