Serialized Form


Package org.argouml.application.events

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

Serialized Fields

_eventType

int _eventType

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

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


Package org.argouml.application.helpers

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

Class org.argouml.application.helpers.SettingsTabHelper 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 implements Serializable

Serialized Fields

_hidden

boolean _hidden


Package org.argouml.cognitive

Class org.argouml.cognitive.DecisionModel implements Serializable

Serialized Fields

_decisions

java.util.Vector _decisions

Class org.argouml.cognitive.Design implements Serializable

Serialized Fields

_subdesigns

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

Class org.argouml.cognitive.Designer 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.


_critiquer

java.lang.Thread _critiquer
needs documenting


_critiquingInterval

int _critiquingInterval
needs documenting


_critiqueCPUPercent

int _critiqueCPUPercent
needs documenting


_autoCritique

boolean _autoCritique
needs documenting


_hotQueue

java.util.Vector _hotQueue
dm's that should be critiqued ASAP.


_hotReasonQueue

java.util.Vector _hotReasonQueue
needs documenting


_addQueue

java.util.Vector _addQueue
needs documenting


_addReasonQueue

java.util.Vector _addReasonQueue
needs documenting


_removeQueue

java.util.Vector _removeQueue
needs documenting


_warmQueue

java.util.Vector _warmQueue
dm's that should be critiqued relatively soon.


_cg

ChildGenerator _cg
needs documenting


_critiqueDuration

long _critiqueDuration
needs documenting


_critiqueLock

int _critiqueLock
needs documenting


_lastCritique

long _lastCritique
needs documenting

Class org.argouml.cognitive.DesignMaterial 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 implements Serializable

Serialized Fields

_goals

java.util.Vector _goals

Class org.argouml.cognitive.ToDoItem 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

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 implements Serializable

Serialized Fields

_items

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


_allOffenders

VectorSet _allOffenders
These are computed when needed.


_allPosters

VectorSet _allPosters
These are computed when needed.


_resolvedItems

java.util.Vector _resolvedItems
ToDoItems that the designer has explicitly indicated that (s)he considers resolved.

TODO: generalize into a design rationale logging facility.


_validityChecker

java.lang.Thread _validityChecker
A Thread that keeps checking if the items on the list are still valid.


_designer

Designer _designer
The designer, used in determining if a ToDoItem is still valid.


_listenerList

javax.swing.event.EventListenerList _listenerList
needs documenting

Class org.argouml.cognitive.UnresolvableException implements Serializable


Package org.argouml.cognitive.checklist

Class org.argouml.cognitive.checklist.CheckItem 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

Predicate _pred

Class org.argouml.cognitive.checklist.Checklist 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 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 implements Serializable


Package org.argouml.cognitive.checklist.ui

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

Serialized Fields

SINGLTON

CheckManager SINGLTON

_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 implements Serializable

Serialized Fields

_critics

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

Class org.argouml.cognitive.critics.ControlMech implements Serializable

Class org.argouml.cognitive.critics.Critic 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:
GoalModel, ControlMech

_supportedDecisions

java.util.Vector _supportedDecisions

_supportedGoals

java.util.Vector _supportedGoals

_criticType

java.lang.String _criticType
The decision type of this critic. For example, correctness, completeness, consistency, alternative, presentation, optimization, organizational, tool critics, etc.


_isActive

boolean _isActive
Internal flag that stores the end result of all ControlMech evaluations of this critic.


_controlRecs

java.util.Hashtable _controlRecs
Control records used in determining if this Critic should be active.


_knowledgeTypes

VectorSet _knowledgeTypes

_triggerMask

long _triggerMask

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

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

Class org.argouml.cognitive.critics.SnoozeOrder 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 implements Serializable


Package org.argouml.cognitive.critics.ui

Class org.argouml.cognitive.critics.ui.CriticBrowserDialog 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


Package org.argouml.cognitive.ui

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

Serialized Fields

_headline

javax.swing.JTextField _headline

_priority

javax.swing.JComboBox _priority

_moreinfo

javax.swing.JTextField _moreinfo

_description

javax.swing.JTextArea _description

Class org.argouml.cognitive.ui.DesignIssuesDialog 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

_okButton

javax.swing.JButton _okButton

_slidersToDecisions

java.util.Hashtable _slidersToDecisions

_slidersToDigits

java.util.Hashtable _slidersToDigits

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

Serialized Fields

BAD_GOAL_LABEL

java.lang.String BAD_GOAL_LABEL

BAD_DECISION_LABEL

java.lang.String BAD_DECISION_LABEL

EXPLAIN_LABEL

java.lang.String EXPLAIN_LABEL

_badGoalButton

javax.swing.JRadioButton _badGoalButton

_badDecButton

javax.swing.JRadioButton _badDecButton

_explainButton

javax.swing.JRadioButton _explainButton

_actionGroup

javax.swing.ButtonGroup _actionGroup

_okButton

javax.swing.JButton _okButton

_cancelButton

javax.swing.JButton _cancelButton

_explaination

javax.swing.JTextArea _explaination

_target

ToDoItem _target

Class org.argouml.cognitive.ui.GoalsDialog 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

_okButton

javax.swing.JButton _okButton

_slidersToDecisions

java.util.Hashtable _slidersToDecisions

_slidersToDigits

java.util.Hashtable _slidersToDigits

Class org.argouml.cognitive.ui.TabToDo 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 implements Serializable

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

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

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

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

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

Class org.argouml.cognitive.ui.ToDoPane implements Serializable

Serialized Fields

_tree

javax.swing.JTree _tree
to be documented


_toolbar

ToolBar _toolbar
to be documented


_combo

javax.swing.JComboBox _combo
to be documented


_perspectives

java.util.Vector _perspectives
vector of TreeModels


_curPerspective

ToDoPerspective _curPerspective
to be documented


_root

ToDoList _root
to be documented


_flatView

javax.swing.Action _flatView
to be documented


_flatButton

javax.swing.JToggleButton _flatButton
to be documented


_countLabel

javax.swing.JLabel _countLabel
to be documented


_flat

boolean _flat
to be documented


_lastSel

java.lang.Object _lastSel
to be documented


_oldSize

int _oldSize
to be documented


_dir

char _dir
to be documented


_pb

ProjectBrowser _pb
shouldn't need this

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

Serialized Fields

_flat

boolean _flat
todoList specific


_flatChildren

java.util.Vector _flatChildren
todoList specific

Class org.argouml.cognitive.ui.ToDoTreeRenderer 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

_navRenderer

UMLTreeCellRenderer _navRenderer

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

Serialized Fields

_description

javax.swing.JTextArea _description

Class org.argouml.cognitive.ui.WizStep 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 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 implements Serializable

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

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

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

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

Serialized Fields

_instructions

javax.swing.JTextArea _instructions

_fields

java.util.Vector _fields

Class org.argouml.cognitive.ui.WizStepTextField 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.IllegalFormatException implements Serializable

Class org.argouml.kernel.Project implements Serializable

Serialized Fields

_url

java.net.URL _url

_saveRegistry

ChangeRegistry _saveRegistry

_authorname

java.lang.String _authorname

_description

java.lang.String _description

_version

java.lang.String _version

_searchpath

java.util.Vector _searchpath

_members

java.util.Vector _members

_historyFile

java.lang.String _historyFile

_models

java.util.Vector _models

_diagrams

java.util.Vector _diagrams

_defaultModel

MModel _defaultModel

_needsSave

boolean _needsSave

_currentNamespace

MNamespace _currentNamespace

_UUIDRefs

java.util.HashMap _UUIDRefs

_cgPrefs

GenerationPreferences _cgPrefs

_root

MModel _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 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 implements Serializable

Serialized Fields

representation

java.lang.String representation

scanValue

int scanValue

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

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

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

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

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

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

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

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

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


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

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

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


Package org.argouml.language.java.generator

Class org.argouml.language.java.generator.JavaLexer implements Serializable

Class org.argouml.language.java.generator.JavaRecognizer implements Serializable


Package org.argouml.language.ui

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

Serialized Fields

_menu

javax.swing.JMenu _menu

Class org.argouml.language.ui.NotationComboBox implements Serializable

Class org.argouml.language.ui.SettingsTabNotation 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

javax.swing.JTextField _defaultShadowWidth


Package org.argouml.model.uml

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

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

Serialized Fields

cause

java.lang.Throwable cause


Package org.argouml.ocl

Class org.argouml.ocl.OCLEvaluator implements Serializable

Class org.argouml.ocl.OCLExpander implements Serializable


Package org.argouml.pattern.cognitive.critics

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

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

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


Package org.argouml.swingext

Class org.argouml.swingext.AbstractButtonAction implements Serializable

Serialized Fields

modal

boolean modal

lockMethod

int lockMethod

Class org.argouml.swingext.ArrowButton implements Serializable

Class org.argouml.swingext.ArrowIcon 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 implements Serializable

Serialized Fields

outerSplitPane

MultipleSplitPane outerSplitPane

topSplitPane

MultipleSplitPane topSplitPane

middleSplitPane

MultipleSplitPane middleSplitPane

bottomSplitPane

MultipleSplitPane bottomSplitPane

Class org.argouml.swingext.DecoratedIcon 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 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 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 implements Serializable

Class org.argouml.swingext.GridLayout2 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 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 implements Serializable

Serialized Fields

splitterArray

Splitter[] splitterArray

Class org.argouml.swingext.NewspaperLayout 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.PopupToolBox implements Serializable

Serialized Fields

_actions

java.util.ArrayList _actions

_mouseListener

java.awt.event.MouseListener _mouseListener

Class org.argouml.swingext.PopupToolBoxButton 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 implements Serializable

Serialized Fields

_properties

Property[] _properties

_nameColumnTitle

java.lang.String _nameColumnTitle

_valueColumnTitle

java.lang.String _valueColumnTitle

Class org.argouml.swingext.Splitter 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 implements Serializable

Serialized Fields

_rollover

boolean _rollover

Class org.argouml.swingext.Toolbox implements Serializable

Serialized Fields

_rows

int _rows

_cols

int _cols


Package org.argouml.ui

Class org.argouml.ui.AboutBox implements Serializable

Serialized Fields

_tabs

javax.swing.JTabbedPane _tabs

_splashPanel

SplashPanel _splashPanel
Shared splash panel

Class org.argouml.ui.ActionAutoResize implements Serializable

Class org.argouml.ui.ActionExportXMI implements Serializable

Serialized Fields

log

Logger log

Class org.argouml.ui.ActionGoToCritique implements Serializable

Serialized Fields

_item

ToDoItem _item

Class org.argouml.ui.ActionGoToDetails implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

Class org.argouml.ui.ActionGoToEdit implements Serializable

Serialized Fields

_tabName

java.lang.String _tabName

Class org.argouml.ui.ActionSaveConfiguration implements Serializable

Class org.argouml.ui.ActionSettings implements Serializable

Serialized Fields

buttonApply

javax.swing.JButton buttonApply

tabs

javax.swing.JTabbedPane tabs

dlg

ArgoDialog dlg

Class org.argouml.ui.ArgoDiagram implements Serializable

Class org.argouml.ui.ArgoDialog implements Serializable

Class org.argouml.ui.ArgoJMenu implements Serializable

Class org.argouml.ui.CmdCreateNode implements Serializable

Class org.argouml.ui.DetailsPane 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 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
needs documenting


showStereotype

boolean showStereotype
holds state info about whether to display stereotypes in the nav pane.


_doit

DisplayTextTreeRun _doit
Runnable to help avoid too many tree updates.

Class org.argouml.ui.DnDNavigatorTree 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.EmailExpertDialog 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 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 implements Serializable

Serialized Fields

_target

java.lang.Object _target

_tabs

javax.swing.JTabbedPane _tabs

_ed

Editor _ed

_tabPanels

java.util.Vector _tabPanels

_lastTab

java.awt.Component _lastTab

Class org.argouml.ui.MultiToolbar implements Serializable

Class org.argouml.ui.NavigatorConfigDialog implements Serializable

Serialized Fields

WIDTH

int WIDTH
See Also:
Constant Field Values

HEIGHT

int HEIGHT
See Also:
Constant Field Values

_tabs

javax.swing.JTabbedPane _tabs

_mainButtons

javax.swing.JPanel _mainButtons

_okButton

javax.swing.JButton _okButton

_persPanel

javax.swing.JPanel _persPanel

_persList

javax.swing.JList _persList

_rulesList

javax.swing.JList _rulesList

_ruleLibList

javax.swing.JList _ruleLibList

_newPersButton

javax.swing.JButton _newPersButton

_removePersButton

javax.swing.JButton _removePersButton

_dupPersButton

javax.swing.JButton _dupPersButton

_addRuleButton

javax.swing.JButton _addRuleButton

_removeRuleButton

javax.swing.JButton _removeRuleButton

_panesPanel

javax.swing.JPanel _panesPanel

_paneOnePanel

javax.swing.JPanel _paneOnePanel

_paneOneNotShown

javax.swing.JRadioButton _paneOneNotShown

_paneOneTree

javax.swing.JRadioButton _paneOneTree

_paneOneGroup

javax.swing.ButtonGroup _paneOneGroup

_paneTwoPanel

javax.swing.JPanel _paneTwoPanel

_paneTwoNotShown

javax.swing.JRadioButton _paneTwoNotShown

_paneTwoMRU

javax.swing.JRadioButton _paneTwoMRU

_paneTwoTree

javax.swing.JRadioButton _paneTwoTree

_paneTwoGroup

javax.swing.ButtonGroup _paneTwoGroup

_paneThreePanel

javax.swing.JPanel _paneThreePanel

_paneThreeNotShown

javax.swing.JRadioButton _paneThreeNotShown

_paneThreeMRU

javax.swing.JRadioButton _paneThreeMRU

_paneThreeTree

javax.swing.JRadioButton _paneThreeTree

_paneThreeGroup

javax.swing.ButtonGroup _paneThreeGroup

_navPane

NavigatorPane _navPane

Class org.argouml.ui.NavigatorPane implements Serializable

Serialized Fields

_tree

DisplayTextTree _tree
the java.swing.JTree component


_toolbar

Toolbar _toolbar
toolbar for history navigation and perspectives config dialog


_combo

javax.swing.JComboBox _combo
selects the perspective


_curPerspective

NavPerspective _curPerspective
the current perspective


_perspectives

java.util.Vector _perspectives
vector of TreeModels, that are the perspectives


_root

java.lang.Object _root
tree root object

Class org.argouml.ui.NavPerspective implements Serializable

Class org.argouml.ui.ProjectBrowser implements Serializable

Class org.argouml.ui.SettingsTabEnvironment implements Serializable

Serialized Fields

_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

Class org.argouml.ui.SettingsTabFonts implements Serializable

Serialized Fields

_lookAndFeel

javax.swing.JComboBox _lookAndFeel

_metalTheme

javax.swing.JComboBox _metalTheme

_metalLabel

javax.swing.JLabel _metalLabel

Class org.argouml.ui.SettingsTabLayout 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 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 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.SpacerPanel implements Serializable

Serialized Fields

_w

int _w

_h

int _h

Class org.argouml.ui.SplashScreen implements Serializable

Serialized Fields

_statusBar

StatusBar _statusBar

Class org.argouml.ui.StatusBar implements Serializable

Serialized Fields

_msg

javax.swing.JLabel _msg

_progress

javax.swing.JProgressBar _progress

_statusText

java.lang.String _statusText

Class org.argouml.ui.StylePanel implements Serializable

Serialized Fields

_target

Fig _target

Class org.argouml.ui.StylePanelFig 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 implements Serializable

Serialized Fields

_roundingLabel

javax.swing.JLabel _roundingLabel

_roundingField

javax.swing.JTextField _roundingField

Class org.argouml.ui.StylePanelFigText 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 implements Serializable

Serialized Fields

_tabs

javax.swing.JTabbedPane _tabs

_info

javax.swing.JTextArea _info

_runGCButton

javax.swing.JButton _runGCButton

_copyButton

javax.swing.JButton _copyButton

_cancelButton

javax.swing.JButton _cancelButton

_buttons

javax.swing.JPanel _buttons

Class org.argouml.ui.TabDocs implements Serializable

Class org.argouml.ui.TabHash implements Serializable

Class org.argouml.ui.TabHistory implements Serializable

Serialized Fields

_CritiqueIcon

javax.swing.ImageIcon _CritiqueIcon

_ResolveIcon

javax.swing.ImageIcon _ResolveIcon

_ManipIcon

javax.swing.ImageIcon _ManipIcon

_HistoryItemIcon

javax.swing.ImageIcon _HistoryItemIcon

_target

java.lang.Object _target

_data

java.util.Vector _data

_list

javax.swing.JList _list

_label

javax.swing.JLabel _label

_affected

javax.swing.JPanel _affected

_filter

javax.swing.JComboBox _filter

_description

javax.swing.JTextArea _description

_splitter

javax.swing.JSplitPane _splitter

Class org.argouml.ui.TablePanel implements Serializable

Serialized Fields

_target

java.lang.Object _target

_contextLabel

javax.swing.JLabel _contextLabel

_sizeLabel

javax.swing.JLabel _sizeLabel

_tableModels

java.util.Vector _tableModels

_persCombo

javax.swing.JComboBox _persCombo

_persLabel

javax.swing.JLabel _persLabel

_config

javax.swing.JButton _config

_filterCombo

javax.swing.JComboBox _filterCombo

_filterLabel

javax.swing.JLabel _filterLabel

_table

JSortedTable _table

_mainTablePane

javax.swing.JPanel _mainTablePane

_north

javax.swing.JPanel _north

_content

javax.swing.JPanel _content

_tableModel

TableModelComposite _tableModel

_sp1

javax.swing.JScrollPane _sp1

Class org.argouml.ui.TabResults implements Serializable

Serialized Fields

_pred

PredicateFind _pred

_cg

ChildGenerator _cg

_root

java.lang.Object _root

_mainPane

javax.swing.JSplitPane _mainPane

_results

java.util.Vector _results

_related

java.util.Vector _related

_diagrams

java.util.Vector _diagrams

_showRelated

boolean _showRelated

_resultsLabel

javax.swing.JLabel _resultsLabel

_resultsTable

javax.swing.JTable _resultsTable

_resultsModel

TMResults _resultsModel

_relatedLabel

javax.swing.JLabel _relatedLabel

_relatedTable

javax.swing.JTable _relatedTable

_relatedModel

TMResults _relatedModel

Class org.argouml.ui.TabSpawnable implements Serializable

Serialized Fields

cat

Category 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 implements Serializable

Class org.argouml.ui.TabText implements Serializable

Serialized Fields

_target

java.lang.Object _target

_text

javax.swing.JTextArea _text

_parseChanges

boolean _parseChanges

_shouldBeEnabled

boolean _shouldBeEnabled

_toolbar

Toolbar _toolbar
The optional toolbar. Contains null if no toolbar was requested.


cat

Category cat


Package org.argouml.ui.cmd

Class org.argouml.ui.cmd.CmdSetPreferredSize implements Serializable


Package org.argouml.ui.menubar

Class org.argouml.ui.menubar.GenericArgoMenuBar implements Serializable

Serialized Fields

_fileToolbar

Toolbar _fileToolbar

_editToolbar

Toolbar _editToolbar

_viewToolbar

Toolbar _viewToolbar

_createDiagramToolbar

Toolbar _createDiagramToolbar

_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 implements Serializable

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

Class org.argouml.ui.targetmanager.TargetEvent 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 implements Serializable


Package org.argouml.uml

Class org.argouml.uml.AttrKeyword implements Serializable

Serialized Fields

_label

java.lang.String _label

Class org.argouml.uml.OperKeyword implements Serializable

Serialized Fields

_label

java.lang.String _label

Class org.argouml.uml.TableModelAttr implements Serializable

Class org.argouml.uml.TableModelComposite implements Serializable

Serialized Fields

_rowObjects

java.util.Vector _rowObjects

_colDescs

java.util.Vector _colDescs

_allowAddition

boolean _allowAddition

_allowRemoval

boolean _allowRemoval

_pred

Predicate _pred

Class org.argouml.uml.TableModelOper implements Serializable

Class org.argouml.uml.TMResults implements Serializable

Serialized Fields

_rowObjects

java.util.Vector _rowObjects

_diagrams

java.util.Vector _diagrams


Package org.argouml.uml.cognitive.checklist

Class org.argouml.uml.cognitive.checklist.ChActor implements Serializable

Class org.argouml.uml.cognitive.checklist.ChAssociation implements Serializable

Class org.argouml.uml.cognitive.checklist.ChAttribute implements Serializable

Class org.argouml.uml.cognitive.checklist.ChClass implements Serializable

Class org.argouml.uml.cognitive.checklist.ChInstance implements Serializable

Class org.argouml.uml.cognitive.checklist.ChInterface implements Serializable

Class org.argouml.uml.cognitive.checklist.ChLink implements Serializable

Class org.argouml.uml.cognitive.checklist.ChOperation implements Serializable

Class org.argouml.uml.cognitive.checklist.ChState implements Serializable

Class org.argouml.uml.cognitive.checklist.ChTransition implements Serializable

Class org.argouml.uml.cognitive.checklist.ChUseCase implements Serializable

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

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


Package org.argouml.uml.cognitive.critics

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

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

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

Class org.argouml.uml.cognitive.critics.CrCallWithoutReturn implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.cognitive.critics.CrLinkWithoutStimulus implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.cognitive.critics.CrReturnWithoutCall implements Serializable

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

Class org.argouml.uml.cognitive.critics.CrStimulusWithWrongPosition implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.cognitive.critics.WizAssocComposite 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

MAssociation _triggerAsc

The MAssociationWizStepChoice that triggered the critic. Null until set when it is first needed.

Class org.argouml.uml.cognitive.critics.WizBreakCircularComp 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

MClassifier _selectedCls

_selectedAsc

MAssociation _selectedAsc

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

Serialized Fields

_cues

java.util.Vector _cues

_steps

WizStepCue[] _steps

Class org.argouml.uml.cognitive.critics.WizManyNames 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 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 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 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

MStereotype _oldStereotype

_oldStereotypeIsSet

boolean _oldStereotypeIsSet


Package org.argouml.uml.diagram

Class org.argouml.uml.diagram.UMLMutableGraphSupport implements Serializable


Package org.argouml.uml.diagram.activity.ui

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

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

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


Package org.argouml.uml.diagram.collaboration

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


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

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

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

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

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


Package org.argouml.uml.diagram.deployment

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

Class org.argouml.uml.diagram.deployment.TableModelAssoc_in_DeplByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelClass_in_DeplByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelCompInstanceByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelComponentByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelDependency_in_DeplByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelInterface_in_DeplByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelLinkByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelNodeByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelNodeInstanceByProps implements Serializable

Class org.argouml.uml.diagram.deployment.TableModelObjectByProps implements Serializable


Package org.argouml.uml.diagram.deployment.ui

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.diagram.deployment.ui.TablePanelUMLDeploymentDiagram implements Serializable

Serialized Fields

_table2

JSortedTable _table2

_table3

JSortedTable _table3

_table4

JSortedTable _table4

_table5

JSortedTable _table5

_table6

JSortedTable _table6

sp2W

javax.swing.JPanel sp2W

sp3W

javax.swing.JPanel sp3W

sp4W

javax.swing.JPanel sp4W

sp5W

javax.swing.JPanel sp5W

sp6W

javax.swing.JPanel sp6W

_tableModelClass_in_DeplByProps

TableModelComposite _tableModelClass_in_DeplByProps

_tableModelInterface_in_DeplByProps

TableModelComposite _tableModelInterface_in_DeplByProps

_tableModelObjectByProps

TableModelComposite _tableModelObjectByProps

_tableModelComponentByProps

TableModelComposite _tableModelComponentByProps

_tableModelCompInstanceByProps

TableModelComposite _tableModelCompInstanceByProps

_south

javax.swing.JPanel _south

_sp2

javax.swing.JScrollPane _sp2

_sp3

javax.swing.JScrollPane _sp3

_sp4

javax.swing.JScrollPane _sp4

_sp5

javax.swing.JScrollPane _sp5

_sp6

javax.swing.JScrollPane _sp6

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


Package org.argouml.uml.diagram.sequence

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

Class org.argouml.uml.diagram.sequence.TableModelSeqActionByProps implements Serializable

Class org.argouml.uml.diagram.sequence.TableModelSeqLinkByProps implements Serializable

Class org.argouml.uml.diagram.sequence.TableModelSeqObjectByProps implements Serializable

Class org.argouml.uml.diagram.sequence.TableModelSeqStimulusByProps implements Serializable


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

Class org.argouml.uml.diagram.sequence.ui.ActionAddLink implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigSeqLink implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigSeqObject implements Serializable

Class org.argouml.uml.diagram.sequence.ui.FigSeqStimulus implements Serializable

Class org.argouml.uml.diagram.sequence.ui.SelectionSeqObject implements Serializable

Class org.argouml.uml.diagram.sequence.ui.SequenceDiagramLayout implements Serializable

Class org.argouml.uml.diagram.sequence.ui.TablePanelUMLSequenceDiagram implements Serializable

Serialized Fields

_table2

JSortedTable _table2

sp2W

javax.swing.JPanel sp2W

_tableModelSeqStimulusByProps

TableModelComposite _tableModelSeqStimulusByProps

_south

javax.swing.JPanel _south

_sp2

javax.swing.JScrollPane _sp2

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


Package org.argouml.uml.diagram.state

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

Class org.argouml.uml.diagram.state.TableModelStateByProps implements Serializable

Class org.argouml.uml.diagram.state.TableModelTransByProps implements Serializable


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.diagram.state.ui.TablePanelUMLStateDiagram implements Serializable

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


Package org.argouml.uml.diagram.static_structure

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

Class org.argouml.uml.diagram.static_structure.MMClassKeyword implements Serializable

Serialized Fields

_label

java.lang.String _label

Class org.argouml.uml.diagram.static_structure.MMClassVisibility implements Serializable

Serialized Fields

_label

java.lang.String _label

Class org.argouml.uml.diagram.static_structure.TableModelAssocByProps implements Serializable

Class org.argouml.uml.diagram.static_structure.TableModelClassByProps implements Serializable


Package org.argouml.uml.diagram.static_structure.ui

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigClass 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 implements Serializable

Serialized Fields

_operCheckBox

javax.swing.JCheckBox _operCheckBox

_displayLabel

javax.swing.JLabel _displayLabel

Class org.argouml.uml.diagram.static_structure.ui.TablePanelUMLClassDiagram implements Serializable

Serialized Fields

_table2

JSortedTable _table2

_table3

JSortedTable _table3

_tableModelOper

TableModelComposite _tableModelOper

_tableModelAttr

TableModelComposite _tableModelAttr

_south

javax.swing.JPanel _south

_sp2

javax.swing.JScrollPane _sp2

_sp3

javax.swing.JScrollPane _sp3

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


Package org.argouml.uml.diagram.ui

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

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

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

Serialized Fields

_edge

java.lang.Object _edge

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

Serialized Fields

_tabName

java.lang.String _tabName

_object

java.lang.Object _object

Class org.argouml.uml.diagram.ui.CompartmentFigText implements Serializable

Class org.argouml.uml.diagram.ui.DiagramInfo implements Serializable

Serialized Fields

_diagram

Diagram _diagram

_name

javax.swing.JLabel _name

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.diagram.ui.FigTextGroup implements Serializable

Class org.argouml.uml.diagram.ui.FigTrace implements Serializable

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

Class org.argouml.uml.diagram.ui.ModeCreateEdgeAndNode implements Serializable

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

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

Serialized Fields

_target

FigText _target

_nameLabel

javax.swing.JLabel _nameLabel

_nameField

javax.swing.JTextField _nameField

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

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

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

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

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

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

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

Class org.argouml.uml.diagram.ui.SelectionMoveClarifiers implements Serializable

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

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

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

Class org.argouml.uml.diagram.ui.SPFigEdgeModelElement 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

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

Serialized Fields

_arrowLabel

javax.swing.JLabel _arrowLabel

_arrowField

javax.swing.JComboBox _arrowField

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

Serialized Fields

cat

Category cat

_target

UMLDiagram _target
the diagram object


_jgraph

JGraph _jgraph
The GEF JGraph in where the figs are painted


_shouldBeEnabled

boolean _shouldBeEnabled
used but there doesn't appear to be a purpose.


_toolBar

ToolBar _toolBar
the GEF toolbar that is positioned just above the diagram. is added to diagramPanel

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


Package org.argouml.uml.diagram.use_case

Class org.argouml.uml.diagram.use_case.TableModelActorByProps implements Serializable

Class org.argouml.uml.diagram.use_case.TableModelUseCaseByProps implements Serializable

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


Package org.argouml.uml.diagram.use_case.ui

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

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

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

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

Class org.argouml.uml.diagram.use_case.ui.FigUseCase.FigMyCircle implements Serializable

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

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

Class org.argouml.uml.diagram.use_case.ui.StylePanelFigUseCase 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.

Class org.argouml.uml.diagram.use_case.ui.TablePanelUMLUseCaseDiagram implements Serializable

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


Package org.argouml.uml.generator

Class org.argouml.uml.generator.GenerationPreferences 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 implements Serializable

Serialized Fields

_classTableModel

TableModelClassChecks _classTableModel

isPathInModel

boolean isPathInModel

_compileCheckBox

javax.swing.JCheckBox _compileCheckBox

_classesLabel

javax.swing.JLabel _classesLabel

_classTable

javax.swing.JTable _classTable

_cancelButton

javax.swing.JButton _cancelButton

_browseButton

javax.swing.JButton _browseButton

_outputDirectoryComboBox

javax.swing.JComboBox _outputDirectoryComboBox

_outputDirectoryLabel

javax.swing.JLabel _outputDirectoryLabel

_tableScrollPane

javax.swing.JScrollPane _tableScrollPane

_generateButton

javax.swing.JButton _generateButton

_languages

java.util.ArrayList _languages


Package org.argouml.uml.reveng.java

Class org.argouml.uml.reveng.java.ArgoToken implements Serializable

Class org.argouml.uml.reveng.java.JavaLexer implements Serializable

Class org.argouml.uml.reveng.java.JavaRecognizer implements Serializable


Package org.argouml.uml.ui

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

Serialized Fields

_target

MModelElement _target

_multiSelect

boolean _multiSelect

_exclusive

boolean _exclusive

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

Serialized Fields

_target

MModelElement _target

Class org.argouml.uml.ui.AbstractActionRemoveElement 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 implements Serializable

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

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

Serialized Fields

log

Logger log

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

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

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

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

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

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

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

Serialized Fields

str

java.lang.String str

agg

MAggregationKind agg

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

Serialized Fields

cat

Category cat

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

Class org.argouml.uml.ui.ActionCompartmentDisplay 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.ui.ActionCopy implements Serializable

Serialized Fields

_textSource

javax.swing.text.JTextComponent _textSource

Class org.argouml.uml.ui.ActionCut implements Serializable

Serialized Fields

_textSource

javax.swing.text.JTextComponent _textSource

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

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

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

Serialized Fields

_show

boolean _show

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

Class org.argouml.uml.ui.ActionExit 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 implements Serializable

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

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

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

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

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

Serialized Fields

_tabName

java.lang.String _tabName

Class org.argouml.uml.ui.ActionModifier 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.ui.ActionMultiplicity implements Serializable

Serialized Fields

str

java.lang.String str

mult

MMultiplicity mult

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

Serialized Fields

nav

int nav

start

MAssociationEnd start

end

MAssociationEnd end

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

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

Class org.argouml.uml.ui.ActionPaste 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 implements Serializable

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

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

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

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

Serialized Fields

log

Logger log

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

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

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

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

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

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

Class org.argouml.uml.ui.ActionZoom implements Serializable

Serialized Fields

_scale

double _scale
Deprecated. 

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

Serialized Fields

_target

java.lang.Object _target

_modelElement

MModelElement _modelElement

_bundle

java.util.ResourceBundle _bundle

_panels

java.util.Vector _panels

lastRow

int lastRow

_listenerList

javax.swing.event.EventListenerList _listenerList

_targetList

java.util.Vector _targetList

The metaclass/property pairs for the third party listener (if we have set one up. We use this when creating a new listener on target change.


center

javax.swing.JPanel center

buttonPanel

Toolbar 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 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 implements Serializable

Serialized Fields

_action

javax.swing.Action _action

_container

UMLUserInterfaceContainer _container

Class org.argouml.uml.ui.PropPanelModifiers implements Serializable

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

Serialized Fields

_srcPathTableModel

SrcPathTableModel _srcPathTableModel

_srcPathTable

javax.swing.JTable _srcPathTable

_cancelButton

javax.swing.JButton _cancelButton

_okButton

javax.swing.JButton _okButton

_srcPathScrollPane

javax.swing.JScrollPane _srcPathScrollPane

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

Serialized Fields

m_ocleEditor

OCLEditor m_ocleEditor
The actual editor pane.


m_mmeiTarget

MModelElement m_mmeiTarget
The current target element.

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

Class org.argouml.uml.ui.TabProps 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 implements Serializable

Serialized Fields

cat

Category cat

_notationName

NotationName _notationName

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

Serialized Fields

_cat

Logger _cat

_target

Fig _target

_shouldBeEnabled

boolean _shouldBeEnabled

_blankPanel

javax.swing.JPanel _blankPanel

_panels

java.util.Hashtable _panels

_lastPanel

javax.swing.JPanel _lastPanel

_stylePanel

StylePanel _stylePanel
The stylepanel shown by the tab style.


_panelClassBaseName

java.lang.String _panelClassBaseName

_alternativeBase

java.lang.String _alternativeBase

_listenerList

javax.swing.event.EventListenerList _listenerList

Class org.argouml.uml.ui.TabTaggedValues 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.TabUMLDisplay implements Serializable

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

Class org.argouml.uml.ui.UMLActivatorListModel implements Serializable

Class org.argouml.uml.ui.UMLAddDialog 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.UMLAssociationComboBox implements Serializable

Class org.argouml.uml.ui.UMLAssociationEndListModel implements Serializable

Class org.argouml.uml.ui.UMLAssociationsListModel implements Serializable

Class org.argouml.uml.ui.UMLAttributesClassifierRoleListModel implements Serializable

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

Serialized Fields

_attributes

java.util.List _attributes
Deprecated. 

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

Class org.argouml.uml.ui.UMLButtonGroup 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 implements Serializable

Serialized Fields

_group

UMLButtonGroup _group

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

Class org.argouml.uml.ui.UMLCheckBox implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_property

UMLBooleanProperty _property
Deprecated. 

Class org.argouml.uml.ui.UMLCheckBox2 implements Serializable

Serialized Fields

_target

java.lang.Object _target

_propertySetName

java.lang.String _propertySetName

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

Class org.argouml.uml.ui.UMLClassifierListModel implements Serializable

Serialized Fields

_classes

java.util.List _classes
Deprecated. 

_classifierType

java.lang.Class _classifierType
Deprecated. 

_implClass

java.lang.Class _implClass
Deprecated. 

Class org.argouml.uml.ui.UMLClassifiersListModel implements Serializable

Class org.argouml.uml.ui.UMLClientDependencyListModel implements Serializable

Class org.argouml.uml.ui.UMLComboBox implements Serializable

Serialized Fields

_model

UMLComboBoxModel _model
Deprecated. 

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

Class org.argouml.uml.ui.UMLComboBoxModel 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 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 implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container

_box

javax.swing.JComboBox _box

_button

javax.swing.JButton _button

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

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

Class org.argouml.uml.ui.UMLExpressionBodyField implements Serializable

Serialized Fields

_model

UMLExpressionModel _model
Deprecated. 

_notifyModel

boolean _notifyModel
Deprecated. 

Class org.argouml.uml.ui.UMLExpressionLanguageField implements Serializable

Serialized Fields

_model

UMLExpressionModel _model
Deprecated. 

_notifyModel

boolean _notifyModel
Deprecated. 

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

Class org.argouml.uml.ui.UMLGeneralizationsListModel implements Serializable

Class org.argouml.uml.ui.UMLInitialValueComboBox 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 implements Serializable

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

Class org.argouml.uml.ui.UMLList implements Serializable

Serialized Fields

_umlListModel

UMLModelElementListModel _umlListModel
Deprecated. 

_navigate

boolean _navigate
Deprecated. 

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

Class org.argouml.uml.ui.UMLListCellRenderer implements Serializable

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

Serialized Fields

cat

Category cat

_showIcon

boolean _showIcon
True if the icon for the modelelement should be shown. The icon is, for instance, a small class symbol for a class.

Class org.argouml.uml.ui.UMLListMenuItem 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 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 implements Serializable

Class org.argouml.uml.ui.UMLModelElementListModel 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 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 implements Serializable

Class org.argouml.uml.ui.UMLMultiplicityComboBox 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 implements Serializable

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

Class org.argouml.uml.ui.UMLMutableLinkedList 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.UMLOperationsListModel implements Serializable

Serialized Fields

_operations

java.util.List _operations
Deprecated. 

Class org.argouml.uml.ui.UMLOwnedElementListModel implements Serializable

Serialized Fields

_elements

java.util.List _elements
Deprecated. 

Class org.argouml.uml.ui.UMLPackagesListModel implements Serializable

Class org.argouml.uml.ui.UMLPlainTextDocument 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 implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_property

UMLBooleanProperty _property
Deprecated. 

_group

javax.swing.ButtonGroup _group
Deprecated. 

Class org.argouml.uml.ui.UMLRadioButtonPanel 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 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 implements Serializable

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

Class org.argouml.uml.ui.UMLStimulusActionTextField implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container

_property

UMLStimulusActionTextProperty _property

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

Serialized Fields

stimulusType

java.lang.String stimulusType
Deprecated. 

Class org.argouml.uml.ui.UMLTextArea implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 

_property

UMLTextProperty _property
Deprecated. 

counter

int counter
Deprecated. 

Class org.argouml.uml.ui.UMLTextArea2 implements Serializable

Class org.argouml.uml.ui.UMLTextField 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

MClassifier _classifier
Deprecated. 

Class org.argouml.uml.ui.UMLTextField2 implements Serializable

Class org.argouml.uml.ui.UMLTree implements Serializable

Serialized Fields

_model

UMLTreeModel _model
Deprecated. 

_navigate

boolean _navigate
Deprecated. 

_container

UMLUserInterfaceContainer _container
Deprecated. 

Class org.argouml.uml.ui.UMLTreeCellRenderer implements Serializable

Serialized Fields

cat

Category cat

Class org.argouml.uml.ui.UMLTreeMenuItem implements Serializable

Serialized Fields

_actionObj

java.lang.Object _actionObj
Deprecated. 

_element

MModelElement _element
Deprecated. 

_action

java.lang.reflect.Method _action
Deprecated. 

_requiresElement

boolean _requiresElement
Deprecated. 

Class org.argouml.uml.ui.UMLTreeModel implements Serializable

Serialized Fields

_container

UMLUserInterfaceContainer _container
Deprecated. 
The container that provides the "target" model element.


_rootComponent

UMLTreeRootNode _rootComponent
Deprecated. 

Class org.argouml.uml.ui.UMLVisibilityPanel implements Serializable


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

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

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


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

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

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

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

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

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

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

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

Serialized Fields

_baseField

javax.swing.JComboBox _baseField

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.behavior.common_behavior.PopupMenuNewAction implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.behavior.state_machines.PopupMenuNewEvent implements Serializable

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

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

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

Serialized Fields

subverticesList

javax.swing.JList subverticesList

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

Serialized Fields

paramScroll

javax.swing.JScrollPane paramScroll

paramListModel

UMLEventParameterListModel paramListModel

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

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

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

Serialized Fields

kindGroup

javax.swing.ButtonGroup kindGroup

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

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

Class org.argouml.uml.ui.behavior.state_machines.PropPanelState 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 implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.PropPanelStateVertex 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 implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.behavior.use_cases.UMLActorAssociationListModel implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipVisibility implements Serializable

Serialized Fields

_group

UMLButtonGroup _group

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.foundation.core.PropPanelAssociation 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.

Class org.argouml.uml.ui.foundation.core.PropPanelAssociationEnd 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 implements Serializable

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

Serialized Fields

_attributeScroll

javax.swing.JScrollPane _attributeScroll

_operationScroll

javax.swing.JScrollPane _operationScroll

Class org.argouml.uml.ui.foundation.core.PropPanelClassifier 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 implements Serializable

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

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

Class org.argouml.uml.ui.foundation.core.PropPanelDependency 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 implements Serializable

Serialized Fields

_ownerScopeCheckbox

UMLFeatureOwnerScopeCheckBox _ownerScopeCheckbox

_ownerComboBox

UMLComboBox2 _ownerComboBox

_ownerScroll

javax.swing.JScrollPane _ownerScroll

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

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

Serialized Fields

_newButton

PropPanelButton _newButton

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

Class org.argouml.uml.ui.foundation.core.PropPanelModelElement 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

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

Serialized Fields

_ownedElementsScroll

javax.swing.JScrollPane _ownedElementsScroll

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

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

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

Class org.argouml.uml.ui.foundation.core.PropPanelPermission implements Serializable

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

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

Serialized Fields

_multiplicityComboBox

UMLComboBox2 _multiplicityComboBox

_typeComboBox

UMLComboBox2 _typeComboBox

_changeabilityRadioButtonPanel

UMLRadioButtonPanel _changeabilityRadioButtonPanel

_targetScopeCheckBox

UMLCheckBox2 _targetScopeCheckBox

Class org.argouml.uml.ui.foundation.core.PropPanelUsage implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationAssociationRoleListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationConnectionListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndAggregationRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndAssociationListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndChangeabilityRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndNavigableCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndOrderingCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndSpecificationListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndTargetScopeCheckbox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndTypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAssociationLinkListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLAttributeInitialValueListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassAttributeListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierAssociationEndListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierClassifierInStateListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierClassifierRoleListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierCollaborationListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierCreateActionListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierFeatureListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierInstanceListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierObjectFlowStateListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierParameterListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierParticipantListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierPowertypeRangeListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassifierStructuralFeatureListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassOperationListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLDependencyClientListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLDependencySupplierListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLElementOwnershipSpecificationCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLElementOwnershipVisibilityButtonGroup implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLFeatureOwnerComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLFeatureOwnerListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLFeatureOwnerScopeCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementAbstractCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementGeneralizationListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementLeafCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementRootCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizableElementSpecializationListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizationPowertypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementClientDependencyListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementConstraintListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementElementResidenceListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementNameDocument implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementSourceFlowListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementStereotypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementSupplierDependencyListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementTargetFlowListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLModelElementVisibilityRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLNamespaceOwnedElementListModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLParameterTypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureChangeabilityRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureMultiplicityComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTargetScopeCheckBox implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTypeComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLVisibilityButtonGroup 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 implements Serializable


Package org.argouml.uml.ui.model_management

Class org.argouml.uml.ui.model_management.PropPanelModel implements Serializable

Class org.argouml.uml.ui.model_management.PropPanelPackage 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 implements Serializable

Serialized Fields

_featureScroll

javax.swing.JScrollPane _featureScroll


Package org.argouml.util

Class org.argouml.util.LinkedHashMap implements Serializable

Serialized Fields

accessOrder

boolean accessOrder

Class org.argouml.util.LinkedHashSet implements Serializable

Serialized Fields

list

java.util.LinkedList list


Package org.argouml.xml.pgml

Class org.argouml.xml.pgml.PGMLParser implements Serializable


Package org.argouml.xml.xmi

Class org.argouml.xml.xmi.XMIReader implements Serializable



ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook