Serialized Form


Package org.argouml.application.events

Class org.argouml.application.events.ArgoEvent extends java.util.EventObject implements Serializable

Serialized Fields

_eventType

int _eventType

Class org.argouml.application.events.ArgoModuleEvent extends ArgoEvent implements Serializable

Class org.argouml.application.events.ArgoNotationEvent extends ArgoEvent implements Serializable


Package org.argouml.application.helpers

Class org.argouml.application.helpers.DiagramHelper extends ArgoDiagram implements Serializable

Serialized Fields

_bundle

java.lang.String _bundle
String naming the resource bundle to use for localization.

Class org.argouml.application.helpers.SettingsTabHelper extends javax.swing.JPanel implements Serializable

Serialized Fields

_bundle

java.lang.String _bundle
String naming the resource bundle to use for localization.


Package org.argouml.application.security

Class org.argouml.application.security.ArgoSecurityException extends java.lang.SecurityException implements Serializable

Serialized Fields

_hidden

boolean _hidden


Package org.argouml.cognitive

Class org.argouml.cognitive.DecisionModel extends java.util.Observable implements Serializable

Serialized Fields

_decisions

java.util.Vector _decisions

Class org.argouml.cognitive.Design extends DesignMaterial implements Serializable

Serialized Fields

_subdesigns

java.util.Vector _subdesigns
The contained DesignMaterial's (including other Design's).

Class org.argouml.cognitive.Designer extends java.lang.Object implements Serializable

Serialized Fields

_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

org.tigris.gef.util.ChildGenerator _cg
needs documenting


_critiqueDuration

long _critiqueDuration
needs documenting


_critiqueLock

int _critiqueLock
needs documenting


_lastCritique

long _lastCritique
needs documenting

Class org.argouml.cognitive.DesignMaterial extends java.util.Observable implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.GoalModel extends java.util.Observable implements Serializable

Serialized Fields

_goals

java.util.Vector _goals

Class org.argouml.cognitive.ToDoItem extends java.lang.Object implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ToDoList extends java.util.Observable implements Serializable

Serialized Fields

_items

java.util.Vector _items
Pending ToDoItems for the designer to consider.


_allOffenders

org.tigris.gef.util.VectorSet _allOffenders
These are computed when needed.


_allPosters

org.tigris.gef.util.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).

Class org.argouml.cognitive.UnresolvableException extends java.lang.Exception implements Serializable


Package org.argouml.cognitive.checklist

Class org.argouml.cognitive.checklist.CheckItem extends java.lang.Object implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.checklist.Checklist extends java.lang.Object implements Serializable

Serialized Fields

_items

java.util.Vector _items
Pending CheckItems for the designer to consider.


_nextCategory

java.lang.String _nextCategory

Class org.argouml.cognitive.checklist.ChecklistStatus extends java.lang.Object implements Serializable

Serialized Fields

_items

java.util.Vector _items
CheckItems that the designer has marked off as already considered.

Class org.argouml.cognitive.checklist.CheckManager extends java.lang.Object implements Serializable


Package org.argouml.cognitive.checklist.ui

Class org.argouml.cognitive.checklist.ui.TabChecklist extends TabSpawnable implements Serializable

Serialized Fields

_target

java.lang.Object _target

_tableModel

TableModelChecklist _tableModel

_shouldBeEnabled

boolean _shouldBeEnabled

_table

javax.swing.JTable _table


Package org.argouml.cognitive.critics

Class org.argouml.cognitive.critics.CompoundCritic extends Critic implements Serializable

Serialized Fields

_critics

java.util.Vector _critics
The sub-critics that make up this CompoundCritic.

Class org.argouml.cognitive.critics.ControlMech extends java.lang.Object implements Serializable

Class org.argouml.cognitive.critics.Critic extends java.lang.Object implements Serializable

Serialized Fields

_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

org.tigris.gef.util.VectorSet _knowledgeTypes

_triggerMask

long _triggerMask

Class org.argouml.cognitive.critics.CrNodesOverlap extends CrUML implements Serializable

Class org.argouml.cognitive.critics.CrZeroLengthEdge extends CrUML implements Serializable

Class org.argouml.cognitive.critics.SnoozeOrder extends java.lang.Object implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.critics.StandardCM extends AndCM implements Serializable


Package org.argouml.cognitive.critics.ui

Class org.argouml.cognitive.critics.ui.CriticBrowserDialog extends ArgoDialog implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ui.AddToDoItemDialog extends ArgoDialog implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ui.DesignIssuesDialog extends ArgoDialog implements Serializable

Serialized Fields

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

Class org.argouml.cognitive.ui.DismissToDoItemDialog extends ArgoDialog implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ui.GoalsDialog extends ArgoDialog implements Serializable

Serialized Fields

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

Class org.argouml.cognitive.ui.TabToDo extends TabSpawnable implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ui.ToDoByDecision extends ToDoPerspective implements Serializable

Class org.argouml.cognitive.ui.ToDoByGoal extends ToDoPerspective implements Serializable

Class org.argouml.cognitive.ui.ToDoByOffender extends ToDoPerspective implements Serializable

Class org.argouml.cognitive.ui.ToDoByPoster extends ToDoPerspective implements Serializable

Class org.argouml.cognitive.ui.ToDoByPriority extends ToDoPerspective implements Serializable

Class org.argouml.cognitive.ui.ToDoByType extends ToDoPerspective implements Serializable

Class org.argouml.cognitive.ui.ToDoPane extends javax.swing.JPanel implements Serializable

Serialized Fields

_tree

javax.swing.JTree _tree
to be documented


_toolbar

org.tigris.gef.ui.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

Class org.argouml.cognitive.ui.ToDoPerspective extends TreeModelComposite implements Serializable

Serialized Fields

_flat

boolean _flat
todoList specific


_flatChildren

java.util.Vector _flatChildren
todoList specific

Class org.argouml.cognitive.ui.ToDoTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ui.WizDescription extends WizStep implements Serializable

Serialized Fields

_description

javax.swing.JTextArea _description

Class org.argouml.cognitive.ui.WizStep extends javax.swing.JPanel implements Serializable

Serialized Fields

_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

Class org.argouml.cognitive.ui.WizStepChoice extends WizStep implements Serializable

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

_group

javax.swing.ButtonGroup _group

_choices

java.util.Vector _choices

_selectedIndex

int _selectedIndex

Class org.argouml.cognitive.ui.WizStepConfirm extends WizStep implements Serializable

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

Class org.argouml.cognitive.ui.WizStepCue extends WizStep implements Serializable

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

Class org.argouml.cognitive.ui.WizStepManyTextFields extends WizStep implements Serializable

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

_fields

java.util.Vector _fields

Class org.argouml.cognitive.ui.WizStepTextField extends WizStep implements Serializable

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

_label

javax.swing.JLabel _label

_field

javax.swing.JTextField _field


Package org.argouml.kernel

Class org.argouml.kernel.ChildGenDMElements extends java.lang.Object implements Serializable

Class org.argouml.kernel.IllegalFormatException extends java.lang.Exception implements Serializable

Class org.argouml.kernel.PredAND extends java.lang.Object implements Serializable

Serialized Fields

_predicate1

org.tigris.gef.util.Predicate _predicate1
Deprecated. 

_predicate2

org.tigris.gef.util.Predicate _predicate2
Deprecated. 

Class org.argouml.kernel.PredInstanceOf extends java.lang.Object implements Serializable

Serialized Fields

_class

java.lang.Class _class
Deprecated. 

Class org.argouml.kernel.PredNOT extends java.lang.Object implements Serializable

Serialized Fields

_predicate

org.tigris.gef.util.Predicate _predicate
Deprecated. 

Class org.argouml.kernel.PredNotInstanceOf extends PredInstanceOf implements Serializable

Class org.argouml.kernel.PredOR extends java.lang.Object implements Serializable

Serialized Fields

_predicate1

org.tigris.gef.util.Predicate _predicate1
Deprecated. 

_predicate2

org.tigris.gef.util.Predicate _predicate2
Deprecated. 

Class org.argouml.kernel.Project extends java.lang.Object implements Serializable

serialVersionUID: 1399111233978692444l

Serialized Fields

_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.

Class org.argouml.kernel.Wizard extends java.lang.Object implements Serializable

Serialized Fields

_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

Class org.argouml.language.java.Token extends java.lang.Object implements Serializable

Serialized Fields

representation

java.lang.String representation

scanValue

int scanValue

Class org.argouml.language.java.Token.Declaration extends Token implements Serializable

Class org.argouml.language.java.Token.Modifier extends Token implements Serializable

Class org.argouml.language.java.Token.Operator extends Token implements Serializable

Class org.argouml.language.java.Token.Punctuation extends Token implements Serializable

Class org.argouml.language.java.Token.Special extends Token implements Serializable

Class org.argouml.language.java.Token.Statement extends Token implements Serializable

Class org.argouml.language.java.Token.TokExpression extends Token implements Serializable

Class org.argouml.language.java.Token.Type extends Token implements Serializable

Class org.argouml.language.java.Token.Value extends Token implements Serializable


Package org.argouml.language.java.cognitive.critics

Class org.argouml.language.java.cognitive.critics.CrMultipleInheritance extends CrUML implements Serializable

Class org.argouml.language.java.cognitive.critics.CrMultipleRealization extends CrUML implements Serializable


Package org.argouml.language.ui

Class org.argouml.language.ui.ActionNotation extends UMLAction implements Serializable

Serialized Fields

_menu

javax.swing.JMenu _menu

Class org.argouml.language.ui.NotationComboBox extends javax.swing.JComboBox implements Serializable

Class org.argouml.language.ui.SettingsTabNotation extends SettingsTabHelper implements Serializable

Serialized Fields

_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

Class org.argouml.model.uml.ExplorerNSUMLEventAdaptor extends java.beans.PropertyChangeSupport implements Serializable

Class org.argouml.model.uml.IllegalModelElementConnectionException extends UmlException implements Serializable

Class org.argouml.model.uml.UmlException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause


Package org.argouml.pattern.cognitive.critics

Class org.argouml.pattern.cognitive.critics.CrConsiderSingleton extends CrUML implements Serializable

Class org.argouml.pattern.cognitive.critics.CrSingletonViolatedMissingStaticAttr extends CrUML implements Serializable

Class org.argouml.pattern.cognitive.critics.CrSingletonViolatedOnlyPrivateConstructors extends CrUML implements Serializable


Package org.argouml.swingext

Class org.argouml.swingext.AbstractButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modal

boolean modal

lockMethod

int lockMethod

Class org.argouml.swingext.ArrowButton extends javax.swing.JButton implements Serializable

Class org.argouml.swingext.ArrowIcon extends java.lang.Object implements Serializable

Serialized Fields

buffer

int[][] buffer

northWestBuffer

int[][] northWestBuffer

southEastBuffer

int[][] southEastBuffer

direction

int direction

width

int width

height

int height

Class org.argouml.swingext.BorderSplitPane extends javax.swing.JComponent implements Serializable

Serialized Fields

outerSplitPane

MultipleSplitPane outerSplitPane

topSplitPane

MultipleSplitPane topSplitPane

middleSplitPane

MultipleSplitPane middleSplitPane

bottomSplitPane

MultipleSplitPane bottomSplitPane

Class org.argouml.swingext.DecoratedIcon extends javax.swing.ImageIcon implements Serializable

Serialized Fields

_buffer

int[][] _buffer

_popupIconWidth

int _popupIconWidth

_popupIconHeight

int _popupIconHeight

_popupIconOffset

int _popupIconOffset

_imageIcon

javax.swing.ImageIcon _imageIcon

Class org.argouml.swingext.Dialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.argouml.swingext.DockLayout extends java.awt.BorderLayout implements Serializable

Serialized Fields

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

Class org.argouml.swingext.DropDownIcon extends DecoratedIcon implements Serializable

Class org.argouml.swingext.GridLayout2 extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.argouml.swingext.LabelledLayout extends java.lang.Object implements Serializable

Serialized Fields

_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

Class org.argouml.swingext.MultipleSplitPane extends javax.swing.JComponent implements Serializable

Serialized Fields

splitterArray

Splitter[] splitterArray

Class org.argouml.swingext.NewspaperLayout extends GridLayout2 implements Serializable

Serialized Fields

gridGap

int gridGap

preferredX

int preferredX

preferredY

int preferredY

gridWidth

int gridWidth

verticalScrollRequired

boolean verticalScrollRequired

horizontalScrollRequired

boolean horizontalScrollRequired

Class org.argouml.swingext.PopupButton extends org.tigris.toolbar.toolbutton.ModalButton implements Serializable

Serialized Fields

_component

java.awt.Component _component
The popup component.

Class org.argouml.swingext.PopupToolBox extends Toolbox implements Serializable

Serialized Fields

_actions

java.util.ArrayList _actions

_mouseListener

java.awt.event.MouseListener _mouseListener

Class org.argouml.swingext.PopupToolBoxButton extends javax.swing.JButton implements Serializable

Serialized Fields

_button

javax.swing.JButton _button

_popupToolBox

PopupToolBox _popupToolBox

_standardIcon

DecoratedIcon _standardIcon

tooltip

java.lang.String tooltip

_this

PopupToolBoxButton _this

_showSplitter

boolean _showSplitter

Class org.argouml.swingext.PropertyTable extends javax.swing.JTable implements Serializable

Serialized Fields

_properties

Property[] _properties

_nameColumnTitle

java.lang.String _nameColumnTitle

_valueColumnTitle

java.lang.String _valueColumnTitle

Class org.argouml.swingext.Splitter extends javax.swing.JComponent implements Serializable

Serialized Fields

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.

Class org.argouml.swingext.Toolbar extends javax.swing.JToolBar implements Serializable

Serialized Fields

_rollover

boolean _rollover

Class org.argouml.swingext.Toolbox extends Toolbar implements Serializable

Serialized Fields

_rows

int _rows

_cols

int _cols


Package org.argouml.ui

Class org.argouml.ui.AboutBox extends javax.swing.JDialog implements Serializable

Serialized Fields

_tabs

javax.swing.JTabbedPane _tabs

insetPx

int insetPx
Insets in pixels


_splashPanel

SplashPanel _splashPanel
Shared splash panel

Class org.argouml.ui.ActionAutoResize extends UMLAction implements Serializable

Class org.argouml.ui.ActionExportXMI extends UMLAction implements Serializable

Class org.argouml.ui.ActionGoToCritique extends UMLAction implements Serializable

Serialized Fields

_item

ToDoItem _item

Class org.argouml.ui.ActionGoToDetails extends UMLAction implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

Class org.argouml.ui.ActionGoToEdit extends UMLAction implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

Class org.argouml.ui.ActionSaveConfiguration extends UMLAction implements Serializable

Class org.argouml.ui.ActionSettings extends UMLAction implements Serializable

Serialized Fields

buttonApply

javax.swing.JButton buttonApply

tabs

javax.swing.JTabbedPane tabs

dlg

ArgoDialog dlg

Class org.argouml.ui.ArgoDiagram extends org.tigris.gef.base.Diagram implements Serializable

serialVersionUID: -401219134410459387l

Serialized Fields

_id

ItemUID _id

Class org.argouml.ui.ArgoDialog extends Dialog implements Serializable

Class org.argouml.ui.ArgoJMenu extends javax.swing.JMenu implements Serializable

Class org.argouml.ui.CmdCreateNode extends org.tigris.gef.base.CmdCreateNode implements Serializable

Class org.argouml.ui.CmdSetMode extends org.tigris.gef.base.CmdSetMode implements Serializable

Class org.argouml.ui.DetailsPane extends javax.swing.JPanel implements Serializable

Serialized Fields

_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

Class org.argouml.ui.DisplayTextTree extends javax.swing.JTree implements Serializable

Serialized Fields

_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

Class org.argouml.ui.DnDNavigatorTree extends ExplorerTree implements Serializable

Serialized Fields

_selectedTreePath

javax.swing.tree.TreePath _selectedTreePath
Deprecated. 
the selected node


_dragSource

java.awt.dnd.DragSource _dragSource
Deprecated. 
dnd source

Class org.argouml.ui.EmailExpertDialog extends ArgoDialog implements Serializable

Serialized Fields

_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

Class org.argouml.ui.FindDialog extends ArgoDialog implements Serializable

Serialized Fields

_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

Class org.argouml.ui.MultiEditorPane extends javax.swing.JPanel implements Serializable

Serialized Fields

_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

Class org.argouml.ui.NavigatorPane extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

ExplorerTree tree
Deprecated. from 0.15.3.

to be removed once forceUpdate() is also removed

Class org.argouml.ui.NavPerspective extends TreeModelComposite implements Serializable

Class org.argouml.ui.ProjectBrowser extends javax.swing.JFrame implements Serializable

Serialized Fields

_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

Class org.argouml.ui.SettingsTabAppearance extends SettingsTabHelper implements Serializable

Serialized Fields

_lookAndFeel

javax.swing.JComboBox _lookAndFeel

_metalTheme

javax.swing.JComboBox _metalTheme

_metalLabel

javax.swing.JLabel _metalLabel

_smoothEdges

javax.swing.JCheckBox _smoothEdges

Class org.argouml.ui.SettingsTabEnvironment extends SettingsTabHelper implements Serializable

Serialized Fields

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

Class org.argouml.ui.SettingsTabLayout extends SettingsTabHelper implements Serializable

Serialized Fields

_todo

Property _todo

_properties

Property _properties

_documentation

Property _documentation

_style

Property _style

_source

Property _source

_constraints

Property _constraints

_taggedValues

Property _taggedValues

Class org.argouml.ui.SettingsTabPreferences extends SettingsTabHelper implements Serializable

Serialized Fields

_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

Class org.argouml.ui.SettingsTabUser extends SettingsTabHelper implements Serializable

Serialized Fields

_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

Class org.argouml.ui.ShadowComboBox extends javax.swing.JComboBox implements Serializable

Class org.argouml.ui.SpacerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_w

int _w

_h

int _h

Class org.argouml.ui.SplashScreen extends javax.swing.JWindow implements Serializable

Serialized Fields

_statusBar

StatusBar _statusBar

Class org.argouml.ui.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

_msg

javax.swing.JLabel _msg

_progress

javax.swing.JProgressBar _progress

_statusText

java.lang.String _statusText

Class org.argouml.ui.StylePanel extends TabSpawnable implements Serializable

Serialized Fields

_target

org.tigris.gef.presentation.Fig _target

Class org.argouml.ui.StylePanelFig extends StylePanel implements Serializable

Serialized Fields

_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

Class org.argouml.ui.StylePanelFigRRect extends StylePanelFig implements Serializable

Serialized Fields

_roundingLabel

javax.swing.JLabel _roundingLabel

_roundingField

javax.swing.JTextField _roundingField

Class org.argouml.ui.StylePanelFigText extends StylePanelFig implements Serializable

Serialized Fields

_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

Class org.argouml.ui.SystemInfoDialog extends ArgoDialog implements Serializable

Serialized Fields

_info

javax.swing.JTextArea _info

_runGCButton

javax.swing.JButton _runGCButton

_copyButton

javax.swing.JButton _copyButton

Class org.argouml.ui.TabDocs extends TabText implements Serializable

Class org.argouml.ui.TabHash extends TabText implements Serializable

Class org.argouml.ui.TabResults extends TabSpawnable implements Serializable

Serialized Fields

_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

Class org.argouml.ui.TabSpawnable extends javax.swing.JPanel implements Serializable

Serialized Fields

cat

org.apache.log4j.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

Class org.argouml.ui.TabTable extends TabProps implements Serializable

Class org.argouml.ui.TabText extends TabSpawnable implements Serializable

Serialized Fields

_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

org.apache.log4j.Logger cat

Class org.argouml.ui.ZoomSliderButton extends PopupButton implements Serializable

Serialized Fields

_slider

javax.swing.JSlider _slider
The slider component.


_currentValue

javax.swing.JTextField _currentValue
The text field which shows the current zoom magnification value.


Package org.argouml.ui.cmd

Class org.argouml.ui.cmd.CmdSetPreferredSize extends org.tigris.gef.base.Cmd implements Serializable

Serialized Fields

_mode

int _mode


Package org.argouml.ui.explorer

Class org.argouml.ui.explorer.DnDExplorerTree extends ExplorerTree implements Serializable

Serialized Fields

_selectedTreePath

javax.swing.tree.TreePath _selectedTreePath
the selected node


_dragSource

java.awt.dnd.DragSource _dragSource
dnd source

Class org.argouml.ui.explorer.ExplorerPopup extends javax.swing.JPopupMenu implements Serializable

Class org.argouml.ui.explorer.ExplorerTree extends DisplayTextTree implements Serializable

Serialized Fields

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.

Class org.argouml.ui.explorer.ExplorerTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

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.

Class org.argouml.ui.explorer.ExplorerTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

order

java.util.Comparator order

Class org.argouml.ui.explorer.ExportExplorer extends DnDExplorerTree implements Serializable

Serialized Fields

DIAGRAM_TO_CLIPBOARD_ACTION

java.lang.String DIAGRAM_TO_CLIPBOARD_ACTION
See Also:
Constant Field Values

Class org.argouml.ui.explorer.PerspectiveComboBox extends javax.swing.JComboBox implements Serializable

Class org.argouml.ui.explorer.PerspectiveConfigurator extends ArgoDialog implements Serializable

Serialized Fields

_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

Class org.argouml.ui.menubar.GenericArgoMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

_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

Class org.argouml.ui.targetmanager.NavigateTargetBackAction extends UMLAction implements Serializable

Class org.argouml.ui.targetmanager.NavigateTargetForwardAction extends UMLAction implements Serializable

Class org.argouml.ui.targetmanager.TargetEvent extends java.util.EventObject implements Serializable

Serialized Fields

_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

Class org.argouml.ui.targetmanager.TargetException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
Deprecated. 
The cause of this exception, or null


Package org.argouml.uml

Class org.argouml.uml.GenAncestorClasses extends java.lang.Object implements Serializable

Class org.argouml.uml.GenCompositeClasses extends java.lang.Object implements Serializable

Class org.argouml.uml.GenDescendantClasses extends java.lang.Object implements Serializable

Class org.argouml.uml.PredicateFind extends java.lang.Object implements Serializable

Serialized Fields

_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

Class org.argouml.uml.SuperclassGen extends java.lang.Object implements Serializable

Class org.argouml.uml.TMResults extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_rowObjects

java.util.Vector _rowObjects

_diagrams

java.util.Vector _diagrams


Package org.argouml.uml.cognitive

Class org.argouml.uml.cognitive.ChildGenFind extends java.lang.Object implements Serializable

Class org.argouml.uml.cognitive.ChildGenRelated extends java.lang.Object implements Serializable

Class org.argouml.uml.cognitive.UMLToDoItem extends ToDoItem implements Serializable


Package org.argouml.uml.cognitive.checklist

Class org.argouml.uml.cognitive.checklist.UMLCheckItem extends CheckItem implements Serializable

Class org.argouml.uml.cognitive.checklist.UMLChecklist extends Checklist implements Serializable


Package org.argouml.uml.cognitive.critics

Class org.argouml.uml.cognitive.critics.ChildGenUML extends java.lang.Object implements Serializable

Class org.argouml.uml.cognitive.critics.CrAlreadyRealizes extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrAssocNameConflict extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrAttrNameConflict extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrCircularAssocClass extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrCircularComposition extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrCircularInheritance extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrClassMustBeAbstract extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrClassWithoutComponent extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrCompInstanceWithoutNode extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrComponentInstanceWithoutClassifier extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrComponentWithoutNode extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrConflictingComposites extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrConsiderFacade extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrConstructorNeeded extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrCrossNamespaceAssoc extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrDisambigClassName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrDisambigStateName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrDupParamName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrDupRoleNames extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrEmptyPackage extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrFinalSubclassed extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrIllegalGeneralization extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrIllegalName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInstanceWithoutClassifier extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInterfaceAllPublic extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInterfaceOperOnly extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInterfaceWithoutComponent extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInvalidBranch extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInvalidFork extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInvalidInitial extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrInvalidJoin extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMergeClasses extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMissingAttrName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMissingClassName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMissingOperName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMissingStateName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMultiComposite extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMultipleAgg extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrMultipleInitialStates extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNameConflict extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNameConflictAC extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNameConfusion extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNavFromInterface extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoAssociations extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNodeInsideElement extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNodeInstanceInsideElement extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNodeInstanceWithoutClassifier extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoGuard extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoIncomingTransitions extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoInitialState extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoInstanceVariables extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNonAggDataType extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoOperations extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoOutgoingTransitions extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoTransitions extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNoTriggerOrGuard extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrNWayAgg extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrObjectWithoutClassifier extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrObjectWithoutComponent extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrOperNameConflict extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrOppEndConflict extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrOppEndVsAttr extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrReservedName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrSeqInstanceWithoutClassifier extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrSubclassReference extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrTooManyAssoc extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrTooManyAttr extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrTooManyClasses extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrTooManyOper extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrTooManyStates extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrTooManyTransitions extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUML extends Critic implements Serializable

Class org.argouml.uml.cognitive.critics.CrUnconventionalAttrName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUnconventionalClassName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUnconventionalOperName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUnconventionalPackName extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUnnavigableAssoc extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUselessAbstract extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUselessInterface extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrUtilityViolated extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrWrongDepEnds extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.CrWrongLinkEnds extends CrUML implements Serializable

Class org.argouml.uml.cognitive.critics.WizAddConstructor extends Wizard implements Serializable

Serialized Fields

_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

Class org.argouml.uml.cognitive.critics.WizAddInstanceVariable extends Wizard implements Serializable

Serialized Fields

_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

Class org.argouml.uml.cognitive.critics.WizAddOperation extends Wizard implements Serializable

Serialized Fields

_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

Class org.argouml.uml.cognitive.critics.WizAssocComposite extends Wizard implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.cognitive.critics.WizBreakCircularComp extends Wizard implements Serializable

Serialized Fields

_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

Class org.argouml.uml.cognitive.critics.WizCueCards extends Wizard implements Serializable

Serialized Fields

_cues

java.util.Vector _cues

_steps

WizStepCue[] _steps

Class org.argouml.uml.cognitive.critics.WizManyNames extends Wizard implements Serializable

Serialized Fields

_instructions

java.lang.String _instructions

_label

java.lang.String _label

_mes

java.util.Vector _mes

_step1

WizStepManyTextFields _step1

Class org.argouml.uml.cognitive.critics.WizMEName extends Wizard implements Serializable

Serialized Fields

_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

Class org.argouml.uml.cognitive.critics.WizNavigable extends Wizard implements Serializable

Serialized Fields

_instructions

java.lang.String _instructions

_option0

java.lang.String _option0

_option1

java.lang.String _option1

_option2

java.lang.String _option2

_step1

WizStepChoice _step1

Class org.argouml.uml.cognitive.critics.WizOperName extends WizMEName implements Serializable

Serialized Fields

_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

Class org.argouml.uml.diagram.UMLMutableGraphSupport extends org.tigris.gef.graph.MutableGraphSupport implements Serializable

Serialized Fields

_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

Class org.argouml.uml.diagram.activity.ui.FigActionState extends FigStateVertex implements Serializable

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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

Class org.argouml.uml.diagram.activity.ui.SelectionActionState extends SelectionWButtons implements Serializable

Serialized Fields

_showIncomingLeft

boolean _showIncomingLeft

_showIncomingAbove

boolean _showIncomingAbove

_showOutgoingRight

boolean _showOutgoingRight

_showOutgoingBelow

boolean _showOutgoingBelow

Class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram extends UMLDiagram implements Serializable


Package org.argouml.uml.diagram.collaboration

Class org.argouml.uml.diagram.collaboration.CollabDiagramGraphModel extends UMLMutableGraphSupport implements Serializable

Serialized Fields

_collab

java.lang.Object _collab
The collaboration / interaction we are diagramming


_interaction

java.lang.Object _interaction


Package org.argouml.uml.diagram.collaboration.ui

Class org.argouml.uml.diagram.collaboration.ui.CollabDiagramRenderer extends java.lang.Object implements Serializable

Class org.argouml.uml.diagram.collaboration.ui.FigAssociationRole extends FigAssociation implements Serializable

Serialized Fields

_messages

FigMessageGroup _messages

Class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole extends FigNodeModelElement implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.collaboration.ui.SelectionClassifierRole extends SelectionWButtons implements Serializable

Serialized Fields

_showIncoming

boolean _showIncoming

_showOutgoing

boolean _showOutgoing

Class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram extends UMLDiagram implements Serializable


Package org.argouml.uml.diagram.deployment

Class org.argouml.uml.diagram.deployment.DeploymentDiagramGraphModel extends UMLMutableGraphSupport implements Serializable

serialVersionUID: 1003748292917485298l

Serialized Fields

_model

java.lang.Object _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

Class org.argouml.uml.diagram.deployment.ui.DeploymentDiagramRenderer extends java.lang.Object implements Serializable

serialVersionUID: 8002278834226522224l

Class org.argouml.uml.diagram.deployment.ui.FigComponent extends FigNodeModelElement implements Serializable

serialVersionUID: 1647392857462847651l

Serialized Fields

_cover

org.tigris.gef.presentation.FigRect _cover

_upperRect

org.tigris.gef.presentation.FigRect _upperRect

_lowerRect

org.tigris.gef.presentation.FigRect _lowerRect

Class org.argouml.uml.diagram.deployment.ui.FigComponentInstance extends FigNodeModelElement implements Serializable

serialVersionUID: 1647392857462847651l

Serialized Fields

_cover

org.tigris.gef.presentation.FigRect _cover

_upperRect

org.tigris.gef.presentation.FigRect _upperRect

_lowerRect

org.tigris.gef.presentation.FigRect _lowerRect

Class org.argouml.uml.diagram.deployment.ui.FigMNode extends FigNodeModelElement implements Serializable

serialVersionUID: 8822005566372687713l

Serialized Fields

_cover

org.tigris.gef.presentation.FigCube _cover

_test

org.tigris.gef.presentation.FigRect _test

Class org.argouml.uml.diagram.deployment.ui.FigMNodeInstance extends FigNodeModelElement implements Serializable

serialVersionUID: 8822005566372687713l

Serialized Fields

_cover

org.tigris.gef.presentation.FigCube _cover

_test

org.tigris.gef.presentation.FigRect _test

Class org.argouml.uml.diagram.deployment.ui.FigObject extends FigNodeModelElement implements Serializable

serialVersionUID: -185736690375678962l

Serialized Fields

_cover

org.tigris.gef.presentation.FigRect _cover

resident

java.lang.Object resident

Class org.argouml.uml.diagram.deployment.ui.SelectionComponent extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.deployment.ui.SelectionComponentInstance extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.deployment.ui.SelectionNode extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.deployment.ui.SelectionNodeInstance extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.deployment.ui.SelectionObject extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram extends UMLDiagram implements Serializable

serialVersionUID: -375918274062198744l


Package org.argouml.uml.diagram.sequence

Class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel extends UMLMutableGraphSupport implements Serializable

Serialized Fields

_collaboration

java.lang.Object _collaboration
The collaboration this sequence diagram belongs too.


_interaction

java.lang.Object _interaction
The interaction that is shown on the sequence diagram


Package org.argouml.uml.diagram.sequence.ui

Class org.argouml.uml.diagram.sequence.ui.ActionAddObject extends CmdCreateNode implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigCallActionLink extends FigLink implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigCreateActionLink extends FigLink implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigDestroyActionLink extends FigLink implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigLink extends FigEdgeModelElement implements Serializable

Serialized Fields

computeRouteNumbersOfTime

int computeRouteNumbersOfTime

Class org.argouml.uml.diagram.sequence.ui.FigLinkPort extends org.tigris.gef.presentation.FigLine implements Serializable

Serialized Fields

_activationStatus

int _activationStatus

Class org.argouml.uml.diagram.sequence.ui.FigObject extends FigNodeModelElement implements Serializable

Serialized Fields

_outerBox

org.tigris.gef.presentation.FigRect _outerBox
The outer black rectangle of the object box (object fig without lifeline).


_backgroundBox

org.tigris.gef.presentation.FigRect _backgroundBox
The filled box for the object box (object fig without lifeline).


_lifeLine

org.tigris.gef.presentation.FigLine _lifeLine
The lifeline (dashed line under the object box to which activations are attached)


_lifeLinePort

LifeLinePort _lifeLinePort
The owner of the lifeline.


_linkPositions

java.util.List _linkPositions
The list where the nodes to which links can be attached are stored


_figActivations

java.util.List _figActivations
The list where the figrects are stored that are the activation boxes. The list is only here for performance issues. When removing a figrect, it should also be removed from this list, not only from the figs list.


_figFigLinkPorts

java.util.List _figFigLinkPorts
The list with the figLinkPorts. The list is only here for performance issues. When deleting a figLinkPort, it should also be removed from this list, not only from the figs list.


_baseNames

java.lang.String _baseNames
The comma seperated list of base names of the classifierRole(s) that this object represents.


_classifierRoleNames

java.lang.String _classifierRoleNames
The comma seperated list of names of the classifierRole(s) that this object represents.


_objectName

java.lang.String _objectName
The name of the object (the owner of this fig).

Class org.argouml.uml.diagram.sequence.ui.FigReturnActionLink extends FigLink implements Serializable

Class org.argouml.uml.diagram.sequence.ui.ModeCreateLink extends org.tigris.gef.base.ModeCreate implements Serializable

Serialized Fields

_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

Class org.argouml.uml.diagram.sequence.ui.SequenceDiagramLayout extends org.tigris.gef.base.LayerPerspectiveMutable implements Serializable

Serialized Fields

_figObjectsX

java.util.LinkedList _figObjectsX
Linked list with all fig objects sorted by x coordinate in it


_heighestObjectHeight

int _heighestObjectHeight
The heighest height of the outer box of a figobject.

Class org.argouml.uml.diagram.sequence.ui.SequenceDiagramRenderer extends java.lang.Object implements Serializable

Class org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram extends UMLDiagram implements Serializable

Serialized Fields

_log

org.apache.log4j.Logger _log

_actions

java.lang.Object[] _actions

_isDerivedFromCollaboration

boolean _isDerivedFromCollaboration
Flag to indicate if this sequence diagram was derived from some collaboration or not.


Package org.argouml.uml.diagram.state

Class org.argouml.uml.diagram.state.PredIsFinalState extends java.lang.Object implements Serializable

Class org.argouml.uml.diagram.state.PredIsStartState extends java.lang.Object implements Serializable

Class org.argouml.uml.diagram.state.StateDiagramGraphModel extends UMLMutableGraphSupport implements Serializable

serialVersionUID: -8056507319026044174l

Serialized Fields

_namespace

java.lang.Object _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

java.lang.Object _machine
The statemachine we are diagramming


Package org.argouml.uml.diagram.state.ui

Class org.argouml.uml.diagram.state.ui.ActionCreatePseudostate extends CmdCreateNode implements Serializable

Class org.argouml.uml.diagram.state.ui.FigBranchState extends FigStateVertex implements Serializable

serialVersionUID: 7975577199958200215l

Serialized Fields

_bigPort

org.tigris.gef.presentation.FigPoly _bigPort

_head

org.tigris.gef.presentation.FigPoly _head

Class org.argouml.uml.diagram.state.ui.FigCompositeState extends FigState implements Serializable

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

_cover

org.tigris.gef.presentation.FigRect _cover
The main label on this icon.


_divider

org.tigris.gef.presentation.FigLine _divider

Class org.argouml.uml.diagram.state.ui.FigDeepHistoryState extends FigStateVertex implements Serializable

serialVersionUID: 6572261327347541373l

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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

Class org.argouml.uml.diagram.state.ui.FigFinalState extends FigStateVertex implements Serializable

serialVersionUID: -3506578343969467480l

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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

Class org.argouml.uml.diagram.state.ui.FigForkState extends FigStateVertex implements Serializable

serialVersionUID: 6702818473439087473l

Serialized Fields

_head

org.tigris.gef.presentation.FigRect _head

Class org.argouml.uml.diagram.state.ui.FigHistoryState extends FigStateVertex implements Serializable

serialVersionUID: 6572261327347541373l

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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

Class org.argouml.uml.diagram.state.ui.FigInitialState extends FigStateVertex implements Serializable

serialVersionUID: 6572261327347541373l

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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

Class org.argouml.uml.diagram.state.ui.FigJoinState extends FigStateVertex implements Serializable

serialVersionUID: 2075803883819230367l

Serialized Fields

_bigPort

org.tigris.gef.presentation.FigRect _bigPort

_head

org.tigris.gef.presentation.FigRect _head

Class org.argouml.uml.diagram.state.ui.FigShallowHistoryState extends FigStateVertex implements Serializable

serialVersionUID: 6572261327347541373l

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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

Class org.argouml.uml.diagram.state.ui.FigSimpleState extends FigState implements Serializable

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

_cover

org.tigris.gef.presentation.FigRect _cover

_divider

org.tigris.gef.presentation.FigLine _divider

Class org.argouml.uml.diagram.state.ui.FigState extends FigStateVertex implements Serializable

Serialized Fields

_internal

org.tigris.gef.presentation.FigText _internal

Class org.argouml.uml.diagram.state.ui.FigStateVertex extends FigNodeModelElement implements Serializable

Class org.argouml.uml.diagram.state.ui.FigTransition extends FigEdgeModelElement implements Serializable

Serialized Fields

endArrow

org.tigris.gef.presentation.ArrowHeadGreater endArrow

Class org.argouml.uml.diagram.state.ui.PropPanelUMLStateDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.state.ui.SelectionState extends SelectionWButtons implements Serializable

Serialized Fields

_showIncoming

boolean _showIncoming

_showOutgoing

boolean _showOutgoing

Class org.argouml.uml.diagram.state.ui.StateDiagramRenderer extends java.lang.Object implements Serializable

serialVersionUID: 8448809085349795886l

Class org.argouml.uml.diagram.state.ui.UMLStateDiagram extends UMLDiagram implements Serializable

Serialized Fields

theStateMachine

java.lang.Object theStateMachine
this diagram needs to be deleted when its statemachine is deleted.


Package org.argouml.uml.diagram.static_structure

Class org.argouml.uml.diagram.static_structure.ClassDiagramGraphModel extends UMLMutableGraphSupport implements Serializable

serialVersionUID: -2638688086415040146l

Serialized Fields

_model

java.lang.Object _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.static_structure.ui

Class org.argouml.uml.diagram.static_structure.ui.ClassDiagramRenderer extends java.lang.Object implements Serializable

serialVersionUID: 675407719309039112l

Class org.argouml.uml.diagram.static_structure.ui.FigClass extends FigNodeModelElement implements Serializable

Serialized Fields

cat

org.apache.log4j.Logger cat

_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.


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.

Class org.argouml.uml.diagram.static_structure.ui.FigComment extends FigNodeModelElement implements Serializable

Serialized Fields

x

int x

y

int y

width

int width

height

int height

gapY

int gapY

_readyToEdit

boolean _readyToEdit

MARGIN

int MARGIN
See Also:
Constant Field Values

_noteOwner

java.lang.Object _noteOwner

_text

org.tigris.gef.presentation.FigText _text

_body

org.tigris.gef.presentation.FigPoly _body

_urCorner

org.tigris.gef.presentation.FigPoly _urCorner

Class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote extends FigEdgeModelElement implements Serializable

Class org.argouml.uml.diagram.static_structure.ui.FigFeature extends CompartmentFigText implements Serializable

Class org.argouml.uml.diagram.static_structure.ui.FigInstance extends FigNodeModelElement implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.static_structure.ui.FigInterface extends FigNodeModelElement implements Serializable

Serialized Fields

_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

java.lang.Object 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.

Class org.argouml.uml.diagram.static_structure.ui.FigLink extends FigEdgeModelElement implements Serializable

Class org.argouml.uml.diagram.static_structure.ui.FigModel extends FigPackage implements Serializable

Serialized Fields

_figPoly

org.tigris.gef.presentation.FigPoly _figPoly

Class org.argouml.uml.diagram.static_structure.ui.FigPackage extends FigNodeModelElement implements Serializable

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

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.

Class org.argouml.uml.diagram.static_structure.ui.FigSubsystem extends FigPackage implements Serializable

Serialized Fields

_figPoly

org.tigris.gef.presentation.FigPoly _figPoly

Class org.argouml.uml.diagram.static_structure.ui.SelectionClass extends SelectionWButtons implements Serializable

Serialized Fields

_useComposite

boolean _useComposite

Class org.argouml.uml.diagram.static_structure.ui.SelectionInterface extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigClass extends StylePanelFig implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigInterface extends StylePanelFig implements Serializable

Serialized Fields

_operCheckBox

javax.swing.JCheckBox _operCheckBox

_displayLabel

javax.swing.JLabel _displayLabel

_refreshTransaction

boolean _refreshTransaction
Flag to indicate that a refresh is going on.

Class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram extends UMLDiagram implements Serializable


Package org.argouml.uml.diagram.ui

Class org.argouml.uml.diagram.ui.ActionAddAllClassesFromModel extends UMLAction implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

_object

java.lang.Object _object

Class org.argouml.uml.diagram.ui.ActionAddAssociation extends CmdSetMode implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddAssociationRole extends CmdSetMode implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddAttribute extends UMLChangeAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddExistingEdge extends UMLAction implements Serializable

Serialized Fields

_edge

java.lang.Object _edge

Class org.argouml.uml.diagram.ui.ActionAddExistingNode extends UMLAction implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

_object

java.lang.Object _object

Class org.argouml.uml.diagram.ui.ActionAddExtensionPoint extends UMLChangeAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddMessage extends UMLChangeAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddNote extends UMLChangeAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddOperation extends UMLChangeAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAggregation extends UMLAction implements Serializable

Serialized Fields

str

java.lang.String str

agg

java.lang.Object agg

Class org.argouml.uml.diagram.ui.ActionCompartmentDisplay extends UMLAction implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.ui.ActionDeleteFromDiagram extends UMLChangeAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionEdgesDisplay extends UMLAction implements Serializable

Serialized Fields

_show

boolean _show

Class org.argouml.uml.diagram.ui.ActionModifier extends UMLAction implements Serializable

Serialized Fields

_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

Class org.argouml.uml.diagram.ui.ActionMultiplicity extends UMLAction implements Serializable

Serialized Fields

str

java.lang.String str

mult

java.lang.Object mult

Class org.argouml.uml.diagram.ui.ActionNavigability extends UMLAction implements Serializable

Serialized Fields

nav

int nav

assocStart

java.lang.Object assocStart

assocEnd

java.lang.Object assocEnd

Class org.argouml.uml.diagram.ui.ActionProperties extends UMLAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionSaveDiagramToClipboard extends javax.swing.AbstractAction implements Serializable

Class org.argouml.uml.diagram.ui.CompartmentFigText extends org.tigris.gef.presentation.FigText implements Serializable

Serialized Fields

_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

java.lang.Object _modelElement
The model element with which we are associated.

Class org.argouml.uml.diagram.ui.DiagramInfo extends javax.swing.JComponent implements Serializable

Serialized Fields

_diagram

org.tigris.gef.base.Diagram _diagram

_name

javax.swing.JLabel _name

Class org.argouml.uml.diagram.ui.FigAssociation extends FigEdgeModelElement implements Serializable

serialVersionUID: 9100125695919853919l

Serialized Fields

_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

Class org.argouml.uml.diagram.ui.FigDependency extends FigEdgeModelElement implements Serializable

Serialized Fields

endArrow

org.tigris.gef.presentation.ArrowHeadGreater endArrow

Class org.argouml.uml.diagram.ui.FigEdgeModelElement extends org.tigris.gef.presentation.FigEdgePoly implements Serializable

Serialized Fields

MARGIN

int MARGIN
See Also:
Constant Field Values

_name

org.tigris.gef.presentation.FigText _name

_stereo

org.tigris.gef.presentation.FigText _stereo

_id

ItemUID _id

_currentNotationName

NotationName _currentNotationName
The current notation for this fig. The notation is for example UML 1.3 or Java

Class org.argouml.uml.diagram.ui.FigGeneralization extends FigEdgeModelElement implements Serializable

Serialized Fields

_discriminator

org.tigris.gef.presentation.FigText _discriminator
Text box for discriminator


endArrow

org.tigris.gef.presentation.ArrowHeadTriangle endArrow

Class org.argouml.uml.diagram.ui.FigMessage extends FigNodeModelElement implements Serializable

Serialized Fields

PADDING

int PADDING

_figPoly

org.tigris.gef.presentation.FigPoly _figPoly

_arrowDirection

int _arrowDirection

Class org.argouml.uml.diagram.ui.FigNodeModelElement extends org.tigris.gef.presentation.FigNode implements Serializable

Serialized Fields

cat

org.apache.log4j.Logger cat

_currentNotationName

NotationName _currentNotationName

MARGIN

int MARGIN
See Also:
Constant Field Values

checkSize

boolean checkSize

_shadowImage

java.awt.image.BufferedImage _shadowImage

_cachedWidth

int _cachedWidth

_cachedHeight

int _cachedHeight

_bigPort

org.tigris.gef.presentation.FigRect _bigPort
Deprecated. 0.15.3 visibility will change use getter/setter. TODO: What is the name of the getter? What is the name of the setter?


_name

org.tigris.gef.presentation.FigText _name
Deprecated. 0.15.3 visibility will change use getNameFig() and setNameFig() to access the Figs. Use getName() and setName() to just change the text.


_stereo

org.tigris.gef.presentation.FigText _stereo
Deprecated. 0.15.3 visibility will change use getter/setter getStereotypeFig() and setStereoTypeFig() to access the Figs. Use getStereotype() and setStereotype() to change stereotype text. TODO: How shall the calls _stereo.setJustificationByName("Center"); _stereo.setAllowsTab(false); _stereo.setEditable(false); _stereo.setExpandOnly(true); center(getStereotypeFig()); where private void center(FigText figText); be converted?


_enclosedFigs

java.util.Vector _enclosedFigs

_encloser

org.tigris.gef.presentation.Fig _encloser

_readyToEdit

boolean _readyToEdit

suppressCalcBounds

boolean suppressCalcBounds

_shadowSize

int _shadowSize
Deprecated. 0.15.3 visibility will change use getter/setter


_id

ItemUID _id

_eventSenders

java.util.Set _eventSenders
A set of object arrays consisting of a sender of events and the event types this object is interested in. The eventSenders are a cache to improve performance when this fig is disabled/enabled as interested listener to the events maintained in the _eventSenders set.

Class org.argouml.uml.diagram.ui.FigNote extends FigNodeModelElement implements Serializable

Serialized Fields

MARGIN

int MARGIN
Deprecated. 
See Also:
Constant Field Values

Class org.argouml.uml.diagram.ui.FigPermission extends FigDependency implements Serializable

Serialized Fields

endArrow

org.tigris.gef.presentation.ArrowHeadGreater endArrow

Class org.argouml.uml.diagram.ui.FigRealization extends FigEdgeModelElement implements Serializable

Serialized Fields

endArrow

org.tigris.gef.presentation.ArrowHeadTriangle endArrow

Class org.argouml.uml.diagram.ui.FigTextGroup extends org.tigris.gef.presentation.FigGroup implements Serializable

Serialized Fields

supressCalcBounds

boolean supressCalcBounds

Class org.argouml.uml.diagram.ui.FigTrace extends org.tigris.gef.presentation.FigEdgeLine implements Serializable

serialVersionUID: -2094146244090391544l

Class org.argouml.uml.diagram.ui.FigUsage extends FigDependency implements Serializable

Serialized Fields

endArrow

org.tigris.gef.presentation.ArrowHeadGreater endArrow

Class org.argouml.uml.diagram.ui.ModeCreateEdgeAndNode extends org.tigris.gef.base.ModeCreate implements Serializable

serialVersionUID: -427957543380196265l

Serialized Fields

_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

Class org.argouml.uml.diagram.ui.PropPanelDiagram extends PropPanel implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelString extends TabSpawnable implements Serializable

Serialized Fields

_target

org.tigris.gef.presentation.FigText _target

_nameLabel

javax.swing.JLabel _nameLabel

_nameField

javax.swing.JTextField _nameField

Class org.argouml.uml.diagram.ui.PropPanelUMLActivityDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelUMLClassDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelUMLCollaborationDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelUMLDeploymentDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelUMLSequenceDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelUMLStateDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.PropPanelUMLUseCaseDiagram extends PropPanelDiagram implements Serializable

Class org.argouml.uml.diagram.ui.RadioAction extends org.tigris.toolbar.toolbutton.AbstractButtonAction implements Serializable

Serialized Fields

realAction

javax.swing.Action realAction

Class org.argouml.uml.diagram.ui.SelectionEdgeClarifiers extends org.tigris.gef.base.SelectionReshape implements Serializable

Class org.argouml.uml.diagram.ui.SelectionMoveClarifiers extends org.tigris.gef.base.SelectionMove implements Serializable

Class org.argouml.uml.diagram.ui.SelectionNodeClarifiers extends org.tigris.gef.base.SelectionResize implements Serializable

Class org.argouml.uml.diagram.ui.SelectionRerouteEdge extends SelectionEdgeClarifiers implements Serializable

Serialized Fields

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

Class org.argouml.uml.diagram.ui.SelectionWButtons extends SelectionNodeClarifiers implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.ui.SPFigEdgeModelElement extends StylePanel implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.ui.StylePanelFigMessage extends StylePanelFig implements Serializable

Serialized Fields

_arrowLabel

javax.swing.JLabel _arrowLabel

_arrowField

javax.swing.JComboBox _arrowField

Class org.argouml.uml.diagram.ui.TabDiagram extends TabSpawnable implements Serializable

Serialized Fields

cat

org.apache.log4j.Logger cat

_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

javax.swing.JToolBar _toolBar
The toolbar that is positioned just above the diagram containing the drawing tools.

Class org.argouml.uml.diagram.ui.UMLDiagram extends ArgoDiagram implements Serializable

serialVersionUID: -401219134410459387l

Serialized Fields

_namespace

java.lang.Object _namespace

_diagramName

DiagramInfo _diagramName

toolBar

javax.swing.JToolBar toolBar


Package org.argouml.uml.diagram.use_case

Class org.argouml.uml.diagram.use_case.UseCaseDiagramGraphModel extends UMLMutableGraphSupport implements Serializable

serialVersionUID: -8516841965639203796l

Serialized Fields

_model

java.lang.Object _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

Class org.argouml.uml.diagram.use_case.ui.FigActor extends FigNodeModelElement implements Serializable

Serialized Fields

_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

Class org.argouml.uml.diagram.use_case.ui.FigExtend extends FigEdgeModelElement implements Serializable

Serialized Fields

_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.


endArrow

org.tigris.gef.presentation.ArrowHeadGreater endArrow

Class org.argouml.uml.diagram.use_case.ui.FigInclude extends FigEdgeModelElement implements Serializable

Serialized Fields

label

org.tigris.gef.presentation.FigText label

endArrow

org.tigris.gef.presentation.ArrowHeadGreater endArrow

Class org.argouml.uml.diagram.use_case.ui.FigUseCase extends FigNodeModelElement implements Serializable

Serialized Fields

_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.

See Also:
Constant Field Values

_SPACER

int _SPACER
Space above and below the line separating name from extension points. The line takes a further 1 pixel.

See Also:
Constant Field Values

_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.

Class org.argouml.uml.diagram.use_case.ui.FigUseCase.FigMyCircle extends org.tigris.gef.presentation.FigCircle implements Serializable

Serialized Fields

cat

org.apache.log4j.Logger cat
Deprecated. by Linus Tolke as of 0.15.4. Use your own logger in your class. This will be removed.

Class org.argouml.uml.diagram.use_case.ui.SelectionActor extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.use_case.ui.SelectionUseCase extends SelectionWButtons implements Serializable

Class org.argouml.uml.diagram.use_case.ui.StylePanelFigUseCase extends StylePanelFig implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram extends UMLDiagram implements Serializable

Class org.argouml.uml.diagram.use_case.ui.UseCaseDiagramRenderer extends java.lang.Object implements Serializable

serialVersionUID: 2217410137377934879l


Package org.argouml.uml.generator

Class org.argouml.uml.generator.GenerationPreferences extends java.lang.Object implements Serializable

Serialized Fields

_headerComment

java.lang.String _headerComment

_outputDir

java.lang.String _outputDir


Package org.argouml.uml.generator.ui

Class org.argouml.uml.generator.ui.ClassGenerationDialog extends ArgoDialog implements Serializable

Serialized Fields

_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.ui

Class org.argouml.uml.ui.AbstractActionAddModelElement extends UMLChangeAction implements Serializable

Serialized Fields

_target

java.lang.Object _target

_multiSelect

boolean _multiSelect

_exclusive

boolean _exclusive

Class org.argouml.uml.ui.AbstractActionNewModelElement extends UMLChangeAction implements Serializable

Serialized Fields

_target

java.lang.Object _target

Class org.argouml.uml.ui.AbstractActionRemoveElement extends UMLChangeAction implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.ActionActivityDiagram extends ActionStateDiagram implements Serializable

Class org.argouml.uml.ui.ActionAddAttribute extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionAddDiagram extends UMLChangeAction implements Serializable

Serialized Fields

log

org.apache.log4j.Logger log

Class org.argouml.uml.ui.ActionAddExtensionPoint extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionAddMessage extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionAddNote extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionAddOperation extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionAddPackage extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionAddTopLevelPackage extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionAggregation extends UMLAction implements Serializable

Serialized Fields

str

java.lang.String str
Deprecated. 

agg

java.lang.Object agg
Deprecated. 

Class org.argouml.uml.ui.ActionClassDiagram extends ActionAddDiagram implements Serializable

Serialized Fields

cat

org.apache.log4j.Logger cat

Class org.argouml.uml.ui.ActionCollaborationDiagram extends ActionAddDiagram implements Serializable

Class org.argouml.uml.ui.ActionCompartmentDisplay extends UMLAction implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.ui.ActionCopy extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_textSource

javax.swing.text.JTextComponent _textSource

Class org.argouml.uml.ui.ActionCut extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_textSource

javax.swing.text.JTextComponent _textSource

Class org.argouml.uml.ui.ActionDeleteFromDiagram extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionDeploymentDiagram extends ActionAddDiagram implements Serializable

Class org.argouml.uml.ui.ActionEdgesDisplay extends UMLAction implements Serializable

Serialized Fields

_show

boolean _show
Deprecated. 

Class org.argouml.uml.ui.ActionEmptyTrash extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionExit extends UMLAction implements Serializable

Serialized Fields

active

boolean active
remember if this form is already active, so that it does not popup twice.

Class org.argouml.uml.ui.ActionGenerateAll extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionGenerateOne extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionGenerateProjectCode extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionGenerationSettings extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionImportFromSources extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionLayout extends UMLAction implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

Class org.argouml.uml.ui.ActionModifier extends UMLAction implements Serializable

Serialized Fields

_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. 

Class org.argouml.uml.ui.ActionMultiplicity extends UMLAction implements Serializable

Serialized Fields

str

java.lang.String str
Deprecated. 

mult

java.lang.Object mult
Deprecated. 

Class org.argouml.uml.ui.ActionNavigability extends UMLAction implements Serializable

Serialized Fields

nav

int nav
Deprecated. 

assocStart

java.lang.Object assocStart
Deprecated. 

assocEnd

java.lang.Object assocEnd
Deprecated. 

Class org.argouml.uml.ui.ActionNew extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionOpenProject extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionPaste extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.ActionProperties extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionRemoveFromModel extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionRemoveModelElement extends AbstractActionRemoveElement implements Serializable

Class org.argouml.uml.ui.ActionReopenProject extends UMLAction implements Serializable

Serialized Fields

_filename

java.lang.String _filename

Class org.argouml.uml.ui.ActionRevertToSaved extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionSaveGraphics extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionSaveProject extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionSaveProjectAs extends ActionSaveProject implements Serializable

Class org.argouml.uml.ui.ActionSequenceDiagram extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionSetMultiplicity extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.ActionSetSourcePath extends UMLAction implements Serializable

Class org.argouml.uml.ui.ActionStateDiagram extends ActionAddDiagram implements Serializable

Class org.argouml.uml.ui.ActionUseCaseDiagram extends ActionAddDiagram implements Serializable

Class org.argouml.uml.ui.PropPanel extends TabSpawnable implements Serializable

Serialized Fields

_target

java.lang.Object _target

_modelElement

ru.novosoft.uml.foundation.core.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

Class org.argouml.uml.ui.PropPanelButton extends javax.swing.JButton implements Serializable

Serialized Fields

_propPanel

PropPanel _propPanel

_actionMethod

java.lang.reflect.Method _actionMethod

_enabledMethod

java.lang.reflect.Method _enabledMethod

Class org.argouml.uml.ui.PropPanelButton2 extends javax.swing.JButton implements Serializable

Serialized Fields

_action

javax.swing.Action _action

_container

UMLUserInterfaceContainer _container

Class org.argouml.uml.ui.PropPanelModifiers extends javax.swing.JPanel implements Serializable

Class org.argouml.uml.ui.SourcePathDialog extends ArgoDialog implements Serializable

Serialized Fields

_srcPathTableModel

SrcPathTableModel _srcPathTableModel

_srcPathTable

javax.swing.JTable _srcPathTable

Class org.argouml.uml.ui.TabConstraints extends TabSpawnable implements Serializable

Serialized Fields

m_ocleEditor

tudresden.ocl.gui.OCLEditor m_ocleEditor
The actual editor pane.


m_mmeiTarget

java.lang.Object m_mmeiTarget
The current target element.

Class org.argouml.uml.ui.TabDocumentation extends PropPanel implements Serializable

Class org.argouml.uml.ui.TabProps extends TabSpawnable implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.ui.TabSrc extends TabText implements Serializable

Serialized Fields

cat

org.apache.log4j.Logger cat

_notationName

NotationName _notationName

Class org.argouml.uml.ui.TabStyle extends TabSpawnable implements Serializable

Serialized Fields

_cat

org.apache.log4j.Logger _cat

_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

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

Class org.argouml.uml.ui.TabTaggedValues extends TabSpawnable implements Serializable

Serialized Fields

_target

java.lang.Object _target

_tableModel

TableModelTaggedValues _tableModel

_shouldBeEnabled

boolean _shouldBeEnabled

_table

javax.swing.JTable _table

_titleLabel

javax.swing.JLabel _titleLabel

Class org.argouml.uml.ui.UMLAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

iconName

java.lang.String iconName

Class org.argouml.uml.ui.UMLAddDialog extends javax.swing.JPanel implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.UMLAttributesListModel extends UMLModelElementCachedListModel implements Serializable

Serialized Fields

_attributes

java.util.List _attributes
Deprecated. 

Class org.argouml.uml.ui.UMLBinaryRelationListModel extends UMLModelElementListModel implements Serializable

Class org.argouml.uml.ui.UMLButtonGroup extends javax.swing.ButtonGroup implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.UMLButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_group

UMLButtonGroup _group

Class org.argouml.uml.ui.UMLChangeAction extends UMLAction implements Serializable

Class org.argouml.uml.ui.UMLCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_property

UMLBooleanProperty _property
Deprecated. 

Class org.argouml.uml.ui.UMLCheckBox2 extends javax.swing.JCheckBox implements Serializable

Serialized Fields

_target

java.lang.Object _target

_propertySetName

java.lang.String _propertySetName

Class org.argouml.uml.ui.UMLClassifierComboBoxModel extends UMLComboBoxModel implements Serializable

Class org.argouml.uml.ui.UMLComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_model

UMLComboBoxModel _model
Deprecated. 

Class org.argouml.uml.ui.UMLComboBox2 extends javax.swing.JComboBox implements Serializable

Class org.argouml.uml.ui.UMLComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

_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 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 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 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.

Class org.argouml.uml.ui.UMLComboBoxModel2 extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.UMLComboBoxNavigator extends javax.swing.JPanel implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container

_box

javax.swing.JComboBox _box

_button

javax.swing.JButton _button

Class org.argouml.uml.ui.UMLConnectionListModel extends UMLBinaryRelationListModel implements Serializable

Class org.argouml.uml.ui.UMLEditableComboBox extends UMLComboBox2 implements Serializable

Class org.argouml.uml.ui.UMLExpressionBodyField extends javax.swing.JTextArea implements Serializable

Serialized Fields

_model

UMLExpressionModel _model
Deprecated. 

_notifyModel

boolean _notifyModel
Deprecated. 

Class org.argouml.uml.ui.UMLExpressionLanguageField extends javax.swing.JTextField implements Serializable

Serialized Fields

_model

UMLExpressionModel _model
Deprecated. 

_notifyModel

boolean _notifyModel
Deprecated. 

Class org.argouml.uml.ui.UMLGeneralizationListModel extends UMLBinaryRelationListModel implements Serializable

Class org.argouml.uml.ui.UMLInitialValueComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.ui.UMLLinkedList extends UMLList2 implements Serializable

Class org.argouml.uml.ui.UMLLinkedListCellRenderer extends UMLListCellRenderer2 implements Serializable

Class org.argouml.uml.ui.UMLList extends javax.swing.JList implements Serializable

Serialized Fields

_umlListModel

UMLModelElementListModel _umlListModel
Deprecated. 

Class org.argouml.uml.ui.UMLList2 extends javax.swing.JList implements Serializable

Class org.argouml.uml.ui.UMLListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.argouml.uml.ui.UMLListCellRenderer2 extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

cat

org.apache.log4j.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.

Class org.argouml.uml.ui.UMLListMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

_actionObj

java.lang.Object _actionObj
Deprecated. 

_index

int _index
Deprecated. 

_action

java.lang.reflect.Method _action
Deprecated. 

Class org.argouml.uml.ui.UMLMetaclassComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_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. 

Class org.argouml.uml.ui.UMLModelElementCachedListModel extends UMLModelElementListModel implements Serializable

Class org.argouml.uml.ui.UMLModelElementListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.UMLModelElementListModel2 extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.UMLModelElementTaggedValueDocument extends UMLPlainTextDocument implements Serializable

Class org.argouml.uml.ui.UMLMultiplicityComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_getMethod

java.lang.reflect.Method _getMethod
Deprecated. 

_setMethod

java.lang.reflect.Method _setMethod
Deprecated. 

Class org.argouml.uml.ui.UMLMultiplicityComboBox2 extends UMLSearchableComboBox implements Serializable

Class org.argouml.uml.ui.UMLMultiplicityComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.UMLMutableLinkedList extends UMLLinkedList implements Serializable

Serialized Fields

_delete

boolean _delete

_add

boolean _add

_new

boolean _new

_popupMenu

javax.swing.JPopupMenu _popupMenu

_addAction

AbstractActionAddModelElement _addAction

_newAction

AbstractActionNewModelElement _newAction

_deleteAction

AbstractActionRemoveElement _deleteAction

Class org.argouml.uml.ui.UMLPlainTextDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

_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.

Class org.argouml.uml.ui.UMLRadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_property

UMLBooleanProperty _property
Deprecated. 

_group

javax.swing.ButtonGroup _group
Deprecated. 

Class org.argouml.uml.ui.UMLRadioButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.UMLReflectionListModel extends UMLModelElementListModel implements Serializable

Serialized Fields

_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. 

Class org.argouml.uml.ui.UMLSearchableComboBox extends UMLEditableComboBox implements Serializable

Class org.argouml.uml.ui.UMLSpecializationListModel extends UMLBinaryRelationListModel implements Serializable

Class org.argouml.uml.ui.UMLStimulusActionTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container

_property

UMLStimulusActionTextProperty _property

Class org.argouml.uml.ui.UMLStimulusListModel extends UMLModelElementListModel implements Serializable

Serialized Fields

stimulusType

java.lang.String stimulusType
Deprecated. 

Class org.argouml.uml.ui.UMLTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_property

UMLTextProperty _property
Deprecated. 

counter

int counter
Deprecated. 

Class org.argouml.uml.ui.UMLTextArea2 extends javax.swing.JTextArea implements Serializable

Class org.argouml.uml.ui.UMLTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

_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. 

Class org.argouml.uml.ui.UMLTextField2 extends javax.swing.JTextField implements Serializable

Class org.argouml.uml.ui.UMLTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class org.argouml.uml.ui.UMLVisibilityPanel extends javax.swing.JPanel implements Serializable


Package org.argouml.uml.ui.behavior.activity_graphs

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelActionState extends PropPanelState implements Serializable

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelActivityGraph extends PropPanelStateMachine implements Serializable


Package org.argouml.uml.ui.behavior.collaborations

Class org.argouml.uml.ui.behavior.collaborations.ActionAddClassifierRoleBase extends AbstractActionAddModelElement implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.ActionAddMessagePredecessor extends AbstractActionAddModelElement implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.ActionNewAction extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.ActionRemoveClassifierRoleBase extends AbstractActionRemoveElement implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.ActionSetAssociationRoleBase extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.PropPanelAssociationEndRole extends PropPanelAssociationEnd implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.PropPanelAssociationRole extends PropPanelAssociation implements Serializable

Serialized Fields

_baseField

javax.swing.JComboBox _baseField

Class org.argouml.uml.ui.behavior.collaborations.PropPanelClassifierRole extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.PropPanelCollaboration extends PropPanelNamespace implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.PropPanelInteraction extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.PropPanelMessage extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLAssociationEndRoleBaseListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLAssociationRoleAssociationEndRoleListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLAssociationRoleBaseComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLAssociationRoleMessageListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLClassifierRoleAssociationRoleListModel extends UMLConnectionListModel implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLClassifierRoleAvailableContentsListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLClassifierRoleAvailableFeaturesListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLClassifierRoleBaseListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLCollaborationConstrainingElementListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLCollaborationInteractionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLCollaborationRepresentedClassifierListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLCollaborationRepresentedOperationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLInteractionContextListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLInteractionMessagesListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessageActionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessageActivatorComboBox extends UMLComboBox2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessageActivatorComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessageInteractionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessagePredecessorListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessageReceiverListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.UMLMessageSenderListModel extends UMLModelElementListModel2 implements Serializable


Package org.argouml.uml.ui.behavior.common_behavior

Class org.argouml.uml.ui.behavior.common_behavior.ActionAddInstanceClassifier extends AbstractActionAddModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewAction extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewCallAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewCreateAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewDestroyAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewReturnAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewSendAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewTerminateAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionNewUninterpretedAction extends ActionNewAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PopupMenuNewAction extends javax.swing.JPopupMenu implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelAction extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelCallAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelComponentInstance extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelCreateAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelDestroyAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelInstance extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelLink extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelNodeInstance extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelObject extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelReception extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelReturnAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelSendAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelSignal extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelStimulus extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelTerminateAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.PropPanelUninterpretedAction extends PropPanelAction implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.UMLInstanceClassifierListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSignalComboBox extends UMLComboBox2 implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSignalComboBoxModel extends UMLComboBoxModel2 implements Serializable


Package org.argouml.uml.ui.behavior.state_machines

Class org.argouml.uml.ui.behavior.state_machines.ActionNewCallEvent extends ActionNewEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewChangeEvent extends ActionNewEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewCompositeState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewEvent extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewFinalState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewGuard extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewPseudoState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewSignalEvent extends ActionNewEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewSimpleState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewStubState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewSubmachineState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewSynchState extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewTimeEvent extends ActionNewEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionNewTransition extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionSetCompositeStateConcurrent extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionSetSubmachineStateSubmachine extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PopupMenuNewEvent extends javax.swing.JPopupMenu implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelCallEvent extends PropPanelEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelChangeEvent extends PropPanelEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelCompositeState extends PropPanelState implements Serializable

Serialized Fields

subverticesList

javax.swing.JList subverticesList

Class org.argouml.uml.ui.behavior.state_machines.PropPanelEvent extends PropPanelModelElement implements Serializable

Serialized Fields

paramScroll

javax.swing.JScrollPane paramScroll

paramListModel

UMLEventParameterListModel paramListModel

Class org.argouml.uml.ui.behavior.state_machines.PropPanelFinalState extends PropPanelState implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelGuard extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelPseudostate extends PropPanelStateVertex implements Serializable

Serialized Fields

kindGroup

javax.swing.ButtonGroup kindGroup

Class org.argouml.uml.ui.behavior.state_machines.PropPanelSignalEvent extends PropPanelEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelSimpleState extends PropPanelState implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelState extends PropPanelStateVertex implements Serializable

Serialized Fields

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

Class org.argouml.uml.ui.behavior.state_machines.PropPanelStateMachine extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelStateVertex extends PropPanelModelElement implements Serializable

Serialized Fields

incomingScroll

javax.swing.JScrollPane incomingScroll

outgoingScroll

javax.swing.JScrollPane outgoingScroll

containerScroll

javax.swing.JScrollPane containerScroll

Class org.argouml.uml.ui.behavior.state_machines.PropPanelStubState extends PropPanelStateVertex implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelSubmachineState extends PropPanelCompositeState implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelTimeEvent extends PropPanelEvent implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelTransition extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLCallEventOperationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLCompositeStateConcurentCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLCompositeStateSubvertexList extends UMLMutableLinkedList implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLCompositeStateSubvertexListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLEventParameterListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLGuardTransitionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateDeferrableEventListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateDoActivityList extends UMLMutableLinkedList implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateDoActivityListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateEntryList extends UMLMutableLinkedList implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateEntryListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateExitList extends UMLMutableLinkedList implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateExitListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateInternalTransition extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateMachineContextListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateMachineSubmachineStateListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateMachineTopListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateMachineTransitionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateVertexContainerListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateVertexIncomingListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLStateVertexOutgoingListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLSubmachineStateComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionEffectList extends UMLMutableLinkedList implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionEffectListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionGuardListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionSourceListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionStateListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionStatemachineListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionTargetListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionTriggerList extends UMLMutableLinkedList implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.UMLTransitionTriggerListModel extends UMLModelElementListModel2 implements Serializable


Package org.argouml.uml.ui.behavior.use_cases

Class org.argouml.uml.ui.behavior.use_cases.ActionAddExtendExtensionPoint extends AbstractActionAddModelElement implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.ActionNewExtendExtensionPoint extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.ActionNewUseCaseExtensionPoint extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.ActionSetExtendBase extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.ActionSetExtendExtension extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.ActionSetIncludeAddition extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.ActionSetIncludeBase extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.PropPanelActor extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.PropPanelExtend extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.PropPanelExtensionPoint extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.PropPanelInclude extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.PropPanelUseCase extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtendBaseComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtendedUseCasesListModel extends UMLBinaryRelationListModel implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtendExtensionComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtendExtensionPointListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtendListModel extends UMLBinaryRelationListModel implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtensionPointExtendListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtensionPointLocationDocument extends UMLPlainTextDocument implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLExtensionPointUseCaseListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLIncludeAdditionComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLIncludeBaseComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLIncludeListModel extends UMLModelElementListModel implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseAssociationListModel extends UMLConnectionListModel implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseExtendListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseExtensionPointListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.behavior.use_cases.UMLUseCaseIncludeListModel extends UMLModelElementListModel2 implements Serializable


Package org.argouml.uml.ui.foundation.core

Class org.argouml.uml.ui.foundation.core.ActionAddAssociationSpecification extends AbstractActionAddModelElement implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionNewModelElementConstraint extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndAggregation extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndChangeability extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndNavigable extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndOrdering extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndTargetScope extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndType extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetChangeability extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipSpecification extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipVisibility extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_group

UMLButtonGroup _group

Class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwner extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwnerScope extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetFlowSource extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementAbstract extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementLeaf extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementRoot extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizationPowertype extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetModelElementNamespace extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetModelElementStereotype extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetModelElementVisibility extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetParameterType extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureChangeability extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureMultiplicity extends ActionSetMultiplicity implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureTargetScope extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureType extends UMLChangeAction implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelAbstraction extends PropPanelDependency implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelAssociation extends PropPanelRelationship implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.foundation.core.PropPanelAssociationEnd extends PropPanelModelElement implements Serializable

Serialized Fields

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

Class org.argouml.uml.ui.foundation.core.PropPanelAttribute extends PropPanelStructuralFeature implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelClass extends PropPanelClassifier implements Serializable

Serialized Fields

_attributeScroll

javax.swing.JScrollPane _attributeScroll

_operationScroll

javax.swing.JScrollPane _operationScroll

Class org.argouml.uml.ui.foundation.core.PropPanelClassifier extends PropPanelNamespace implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.foundation.core.PropPanelComment extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelComponent extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelDataType extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelDependency extends PropPanelRelationship implements Serializable

Serialized Fields

_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

Class org.argouml.uml.ui.foundation.core.PropPanelFeature extends PropPanelModelElement implements Serializable

Serialized Fields

_ownerScopeCheckbox

UMLFeatureOwnerScopeCheckBox _ownerScopeCheckbox

_ownerComboBox

UMLComboBox2 _ownerComboBox

_ownerScroll

javax.swing.JScrollPane _ownerScroll

Class org.argouml.uml.ui.foundation.core.PropPanelFlow extends PropPanelRelationship implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelGeneralization extends PropPanelModelElement implements Serializable

Serialized Fields

_newButton

PropPanelButton _newButton

Class org.argouml.uml.ui.foundation.core.PropPanelInterface extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelModelElement extends PropPanel implements Serializable

Serialized Fields

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

Class org.argouml.uml.ui.foundation.core.PropPanelNamespace extends PropPanelModelElement implements Serializable

Serialized Fields

_ownedElementsScroll

javax.swing.JScrollPane _ownedElementsScroll

Class org.argouml.uml.ui.foundation.core.PropPanelNode extends PropPanelClassifier implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelOperation extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelParameter extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelPermission extends PropPanelDependency implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelRelationship extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.foundation.core.PropPanelStructuralFeature extends PropPanelFeature implements Serializable

Serialized Fields

_multiplicityComboBox

UMLComboBox2 _multiplicityComboBox

_typeComboBox

UMLComboBox2 _typeComboBox

_changeabilityRadioButtonPanel

UMLRadioButtonPanel _changeabilityRadioButtonPanel

_targetScopeCheckBox

UMLCheckBox2 _targetScopeCheckBox

Class org.argouml.uml.ui.foundation.core.PropPanelUsage extends PropPanelDependency implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationAssociationRoleListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationConnectionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndAggregationRadioButtonPanel extends UMLRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndAssociationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndChangeabilityRadioButtonPanel extends UMLRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndNavigableCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndOrderingCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndSpecificationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndTargetScopeCheckbox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndTypeComboBoxModel extends UMLStructuralFeatureTypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationLinkListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAttributeInitialValueListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassAttributeListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierAssociationEndListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierClassifierInStateListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierClassifierRoleListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierCollaborationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierCreateActionListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierFeatureListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierInstanceListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierObjectFlowStateListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierParameterListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierParticipantListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierPowertypeRangeListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierStructuralFeatureListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassOperationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLDependencyClientListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLDependencySupplierListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLElementOwnershipSpecificationCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLElementOwnershipVisibilityButtonGroup extends UMLVisibilityButtonGroup implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLFeatureOwnerComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLFeatureOwnerListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLFeatureOwnerScopeCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementAbstractCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementGeneralizationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementLeafCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementRootCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementSpecializationListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizationPowertypeComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementClientDependencyListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementConstraintListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementElementResidenceListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementNameDocument extends UMLPlainTextDocument implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementSourceFlowListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementStereotypeComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementSupplierDependencyListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementTargetFlowListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementVisibilityRadioButtonPanel extends UMLRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLNamespaceOwnedElementListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLParameterTypeComboBoxModel extends UMLStructuralFeatureTypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureChangeabilityRadioButtonPanel extends UMLRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureMultiplicityComboBoxModel extends UMLMultiplicityComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTargetScopeCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTypeComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLVisibilityButtonGroup extends UMLButtonGroup implements Serializable

Serialized Fields

_privateButton

javax.swing.JRadioButton _privateButton

_protectedButton

javax.swing.JRadioButton _protectedButton

_publicButton

javax.swing.JRadioButton _publicButton


Package org.argouml.uml.ui.foundation.extension_mechanisms

Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype extends PropPanelModelElement implements Serializable


Package org.argouml.uml.ui.model_management

Class org.argouml.uml.ui.model_management.PropPanelModel extends PropPanelPackage implements Serializable

Class org.argouml.uml.ui.model_management.PropPanelPackage extends PropPanelNamespace implements Serializable

Serialized Fields

_modifiersPanel

javax.swing.JPanel _modifiersPanel

_stereotypeButton

PropPanelButton _stereotypeButton

_generalizationScroll

javax.swing.JScrollPane _generalizationScroll

_specializationScroll

javax.swing.JScrollPane _specializationScroll

Class org.argouml.uml.ui.model_management.PropPanelSubsystem extends PropPanelPackage implements Serializable

Serialized Fields

_featureScroll

javax.swing.JScrollPane _featureScroll


Package org.argouml.util

Class org.argouml.util.LinkedHashMap extends java.util.HashMap implements Serializable

Serialized Fields

accessOrder

boolean accessOrder

Class org.argouml.util.LinkedHashSet extends java.util.HashSet implements Serializable

Serialized Fields

list

java.util.LinkedList list



ArgoUML © 1996-2004 (20040316)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook