Serialized Form


Package org.argouml.application.events

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

Serialized Fields

eventType

int eventType

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

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

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


Package org.argouml.application.helpers

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

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


Package org.argouml.cognitive

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

Serialized Fields

decisions

Vector decisions

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

Serialized Fields

goals

Vector goals

Class org.argouml.cognitive.ListSet extends Object implements Serializable

Serialized Fields

vector

Vector vector

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

serialVersionUID: 3058660098451455153l

Serialized Fields

thePoster

Poster thePoster
Who posted this item (e.g., a Critic, or the designer)?


theHeadline

String theHeadline
One line description of issue.


thePriority

int thePriority
How important is this issue? Enough to interrupt the designer?


theDescription

String theDescription
One paragraph description of the issue.


theMoreInfoURL

String theMoreInfoURL
URL for background (textbook?) knowledge about the domain.


theOffenders

ListSet theOffenders
Which part of the design this issue affects.

Each member is either a model element, a Fig, or a Diagram.

This is set by the constructor and cannot change.


theWizard

Wizard theWizard

cachedExpandedHeadline

String cachedExpandedHeadline

cachedExpandedDescription

String cachedExpandedDescription

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


Package org.argouml.cognitive.checklist

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

Serialized Fields

category

String category

description

String description
One sentence description of the issue. usually in the form of a question.


moreInfoURL

String moreInfoURL
URL for background (textbook?) knowledge about the domain.


pred

Predicate pred
The predicate is the condition under which the checkitem should be listed.

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

Serialized Fields

items

Vector items
Pending CheckItems for the designer to consider.


nextCategory

String nextCategory

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

Serialized Fields

items

Vector items
CheckItems that the designer has marked off as already considered.

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


Package org.argouml.cognitive.checklist.ui

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

Serialized Fields

target

Object target

tableModel

TableModelChecklist tableModel

shouldBeEnabled

boolean shouldBeEnabled

table

JTable table


Package org.argouml.cognitive.critics

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

Serialized Fields

critics

Vector critics
The sub-critics that make up this CompoundCritic.

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

Serialized Fields

emailAddr

String emailAddr
The email address of the author/maintainer of this critic.


priority

int priority
The priority of the ToDoItem produced.


headline

String headline
The headline of the ToDoItem produced.


description

String description
The description of the ToDoItem produced.


moreInfoURL

String moreInfoURL
The moreInfoURL of the ToDoItem produced.


args

Hashtable args
Arguments used to configure the critic. TODO: Could this be removed from the main critics class?


clarifier

Icon clarifier

decisionCategory

String decisionCategory
The decision category that this critic is relevant to. The idea of each critic being relevant to exactly one type of decision is a very simple one. Subclasses that have more sophisticated decision relevance logic should override isRelevantToDecisions. You can also define new ControlMech's.

Decision categories are defined in the DecisionModel of a particular domain.

See Also:
ControlMech

supportedDecisions

Vector supportedDecisions

supportedGoals

Vector supportedGoals

criticType

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

Hashtable controlRecs
Control records used in determining if this Critic should be active.


knowledgeTypes

ListSet knowledgeTypes

triggerMask

long triggerMask

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

serialVersionUID: -7133285313405407967l

Serialized Fields

snoozeUntil

Date snoozeUntil
Critic should sleep until this time.


snoozeAgain

Date snoozeAgain
If the 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

Date now


Package org.argouml.cognitive.critics.ui

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

Serialized Fields

criticsLabel

JLabel criticsLabel

clsNameLabel

JLabel clsNameLabel

headlineLabel

JLabel headlineLabel

priorityLabel

JLabel priorityLabel

moreInfoLabel

JLabel moreInfoLabel

descLabel

JLabel descLabel

clarifierLabel

JLabel clarifierLabel

tableModel

TableModelCritics tableModel

table

JTable table

className

JTextField className

headline

JTextField headline

priority

JComboBox priority

moreInfo

JTextField moreInfo

desc

JTextArea desc

useClar

JComboBox useClar

wakeButton

JButton wakeButton

configButton

JButton configButton

networkButton

JButton networkButton

goButton

JButton goButton

target

Critic target

critics

List critics


Package org.argouml.cognitive.ui

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

Serialized Fields

headLineTextField

JTextField headLineTextField

priorityComboBox

JComboBox priorityComboBox

moreinfoTextField

JTextField moreinfoTextField

offenderList

JList offenderList

descriptionTextArea

JTextArea descriptionTextArea

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

Serialized Fields

mainPanel

JPanel mainPanel

slidersToDecisions

Hashtable slidersToDecisions

slidersToDigits

Hashtable slidersToDigits

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

Serialized Fields

badGoalButton

JRadioButton badGoalButton

badDecButton

JRadioButton badDecButton

explainButton

JRadioButton explainButton

actionGroup

ButtonGroup actionGroup

explanation

JTextArea explanation

target

ToDoItem target

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

serialVersionUID: -1871200638199122363l

Serialized Fields

mainPanel

JPanel mainPanel

slidersToDecisions

Hashtable slidersToDecisions

slidersToDigits

Hashtable slidersToDigits

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

serialVersionUID: 4819730646847978729l

Serialized Fields

description

WizDescription description

lastPanel

JPanel lastPanel

splitPane

org.tigris.swidgets.BorderSplitPane splitPane

target

Object target

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

serialVersionUID: 1911401582875302996l

Serialized Fields

tree

JTree tree

combo

JComboBox combo

perspectives

Vector perspectives
Vector of TreeModels.


curPerspective

ToDoPerspective curPerspective

root

ToDoList root

countLabel

JLabel countLabel

lastSel

Object lastSel

Class org.argouml.cognitive.ui.ToDoTreeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

postIt0

ImageIcon postIt0

postIt25

ImageIcon postIt25

postIt50

ImageIcon postIt50

postIt75

ImageIcon postIt75

postIt99

ImageIcon postIt99

postIt100

ImageIcon postIt100

postItD0

ImageIcon postItD0

postItD25

ImageIcon postItD25

postItD50

ImageIcon postItD50

postItD75

ImageIcon postItD75

postItD99

ImageIcon postItD99

postItD100

ImageIcon postItD100

treeCellRenderer

UMLTreeCellRenderer treeCellRenderer

Class org.argouml.cognitive.ui.Wizard extends Object implements Serializable

Serialized Fields

panels

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

WizardItem item

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

serialVersionUID: 2545592446694112088l

Serialized Fields

description

JTextArea description

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

serialVersionUID: 8845081753813440684l

Serialized Fields

mainPanel

JPanel mainPanel

backButton

JButton backButton

nextButton

JButton nextButton

finishButton

JButton finishButton

helpButton

JButton helpButton

buttonPanel

JPanel buttonPanel

target

Object target
The current target.

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

serialVersionUID: 8055896491830976354l

Serialized Fields

instructions

JTextArea instructions

group

ButtonGroup group

choices

Vector choices

selectedIndex

int selectedIndex

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

serialVersionUID: 9145817515169354813l

Serialized Fields

instructions

JTextArea instructions

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

serialVersionUID: -5886729588114736302l

Serialized Fields

instructions

JTextArea instructions

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

serialVersionUID: -5154002407806917092l

Serialized Fields

instructions

JTextArea instructions

fields

Vector fields

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

serialVersionUID: -4245718254267840545l

Serialized Fields

instructions

JTextArea instructions

label

JLabel label

field

JTextField field


Package org.argouml.kernel

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

serialVersionUID: 1399111233978692444l

Serialized Fields

url

URL url
TODO: should just be the directory to write.


authorname

String authorname

authoremail

String authoremail

description

String description

version

String version

projectSettings

ProjectSettings projectSettings

searchpath

Vector searchpath

members

MemberList members

historyFile

String historyFile

persistenceVersion

int persistenceVersion
The version number of the persistence format that last saved this project.


models

Vector models
Instances of the uml model.


diagrams

Vector diagrams
Instances of the uml diagrams.


defaultModel

Object defaultModel

currentNamespace

Object currentNamespace

uuidRefs

HashMap uuidRefs

cgPrefs

GenerationPreferences cgPrefs

profile

Profile profile

activeDiagram

ArgoDiagram activeDiagram
The active diagram, pointer to a diagram in the list with diagrams.


defaultModelTypeCache

HashMap defaultModelTypeCache
Cache for the default model.


trashcan

Collection trashcan


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

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

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


Package org.argouml.language.ui

Class org.argouml.language.ui.LanguageComboBox extends JComboBox implements Serializable


Package org.argouml.notation.ui

Class org.argouml.notation.ui.ActionNotation extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: 1364283215100616618l

Serialized Fields

menu

JMenu menu
The popup menu with all notations. It gets filled every time the menu is opened (see ActionNotation.menuSelected(MenuEvent me)), since it depends on the current project, and notation languages may be added or removed by plugins.

Class org.argouml.notation.ui.NotationComboBox extends JComboBox implements Serializable

serialVersionUID: 4059899784583789412l

Class org.argouml.notation.ui.SettingsTabNotation extends JPanel implements Serializable

Serialized Fields

notationLanguage

JComboBox notationLanguage

useGuillemots

JCheckBox useGuillemots

showVisibility

JCheckBox showVisibility

showMultiplicity

JCheckBox showMultiplicity

showInitialValue

JCheckBox showInitialValue

showProperties

JCheckBox showProperties

showTypes

JCheckBox showTypes

showStereotypes

JCheckBox showStereotypes

defaultShadowWidth

ShadowComboBox defaultShadowWidth

scope

int scope


Package org.argouml.pattern.cognitive.critics

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

serialVersionUID: -178026888698499288l

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

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


Package org.argouml.persistence

Class org.argouml.persistence.OpenException extends PersistenceException implements Serializable

serialVersionUID: -4787911270548948677l

Class org.argouml.persistence.PersistenceException extends Exception implements Serializable

serialVersionUID: 4626477344515962964l

Class org.argouml.persistence.ProgressEvent extends EventObject implements Serializable

serialVersionUID: -440923505939663713l

Serialized Fields

length

long length

position

long position

Class org.argouml.persistence.SaveException extends PersistenceException implements Serializable

Class org.argouml.persistence.UmlVersionException extends XmiFormatException implements Serializable

Class org.argouml.persistence.VersionException extends OpenException implements Serializable

Class org.argouml.persistence.XmiFormatException extends OpenException implements Serializable


Package org.argouml.swingext

Class org.argouml.swingext.SpacerPanel extends JPanel implements Serializable

Serialized Fields

w

int w

h

int h


Package org.argouml.ui

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

serialVersionUID: -3647983226617303893l

Serialized Fields

tabs

JTabbedPane tabs

splashPanel

SplashPanel splashPanel
Shared splash panel.

Class org.argouml.ui.AbstractArgoJPanel extends JPanel implements Serializable

Serialized Fields

title

String title

tear

boolean tear
if true, remove tab from parent JTabbedPane.


orientation

org.tigris.swidgets.Orientation orientation

Class org.argouml.ui.ActionAutoResize extends org.tigris.gef.undo.UndoableAction implements Serializable

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

serialVersionUID: -3445739054369264482l

Class org.argouml.ui.ActionGoToCritique extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

item

ToDoItem item

Class org.argouml.ui.ActionImportXMI extends AbstractAction implements Serializable

serialVersionUID: -8756142027376622496l

Class org.argouml.ui.ActionProjectSettings extends AbstractAction implements Serializable

Serialized Fields

dialog

ProjectSettingsDialog dialog
The settings dialog.

Class org.argouml.ui.ActionSaveConfiguration extends org.tigris.gef.undo.UndoableAction implements Serializable

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

serialVersionUID: -3646595772633674514l

Serialized Fields

dialog

ArgoDialog dialog
The settings dialog.

Class org.argouml.ui.ArgoDiagram extends Diagram implements Serializable

serialVersionUID: -401219134410459387l

Serialized Fields

id

ItemUID id

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

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

serialVersionUID: 8318663502924796474l

Class org.argouml.ui.CheckboxTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 111532940880908401l

Serialized Fields

elements

Object[][] elements

columnName1

String columnName1

columnName2

String columnName2

Class org.argouml.ui.CmdCreateNode extends CmdCreateNode implements Serializable

Class org.argouml.ui.CmdSetMode extends CmdSetMode implements Serializable

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

Serialized Fields

topLevelTabbedPane

JTabbedPane topLevelTabbedPane
The top level pane, which is a tabbed pane.


currentTarget

Object currentTarget
The current target.


tabPanelList

Vector tabPanelList
a list of all the tabs, which are JPanels, in the JTabbedPane tabs.


lastNonNullTab

int lastNonNullTab
index of the selected tab in the JTabbedPane.


listenerList

EventListenerList listenerList
The list with targetlisteners, this are the property panels managed by TabProps It should only contain one listener at a time.


upArrowIcon

Icon upArrowIcon
Graphic that goes on the tab label.


leftArrowIcon

Icon leftArrowIcon
Graphic that goes on the tab label.

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

serialVersionUID: 949560309817566838l

Serialized Fields

expandedPathsInModel

Hashtable expandedPathsInModel
A Map helping the tree maintain a consistent expanded paths state.
  keys are the current TreeModel of this Tree
  values are Vector of currently expanded paths.
 


reexpanding

boolean reexpanding

showStereotype

boolean showStereotype
This determines if stereotypes are to be shown in the explorer.

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

Serialized Fields

emailTo

JTextField emailTo
This field sets the email of the recipient. As yet, the user can not access a list of contributors to a particular argo project.


emailCc

JTextField emailCc

emailSubject

JTextField emailSubject
The subject line should be automatically generated based on the class or the diagram.


emailBody

JTextArea emailBody

target

ToDoItem target
The target todo item.

Class org.argouml.ui.ExceptionDialog extends JDialog implements Serializable

serialVersionUID: -2773182347529547418l

Serialized Fields

closeButton

JButton closeButton

copyButton

JButton copyButton

northLabel

JLabel northLabel

textArea

JEditorPane textArea

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

serialVersionUID: 9209251878896557216l

Serialized Fields

search

JButton search

clearTabs

JButton clearTabs

tabs

JTabbedPane tabs

nameLocTab

JPanel nameLocTab

modifiedTab

JPanel modifiedTab

tagValsTab

JPanel tagValsTab

constraintsTab

JPanel constraintsTab

elementName

JComboBox elementName

diagramName

JComboBox diagramName

location

JComboBox location

type

JComboBox type

typeDetails

JPanel typeDetails

results

JTabbedPane results

help

JPanel help

resultTabs

Vector resultTabs

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

Serialized Fields

allDiagrams

TabResults allDiagrams

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

Serialized Fields

tabs

JTabbedPane tabs

tabPanels

Vector tabPanels

lastTab

Component lastTab

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

serialVersionUID: 6974246679451284917l

Serialized Fields

appName

String appName

editorPane

MultiEditorPane editorPane

northEastPane

DetailsPane northEastPane

northPane

DetailsPane northPane

northWestPane

DetailsPane northWestPane

eastPane

DetailsPane eastPane

southEastPane

DetailsPane southEastPane

southPane

DetailsPane southPane

detailsPanesByCompassPoint

Map detailsPanesByCompassPoint

menuBar

GenericArgoMenuBar menuBar

statusBar

StatusBar statusBar
Partially implemented. Needs work to display import of source and saving of zargo.


defaultFont

Font defaultFont
TODO: this needs work so that users can set the font size through a gui preference window.


workAreaPane

org.tigris.swidgets.BorderSplitPane workAreaPane

explorerPane

NavigatorPane explorerPane
The explorer (formerly called navigator) pane containing the modelstructure.


todoPane

ToDoPane todoPane
The todopane (lower left corner of screen).


titleHandler

org.argouml.ui.ProjectBrowser.TitleHandler titleHandler
A class that handles the title of this frame, e.g. to indicate save status.


saveAction

Action saveAction
The action to save the current project.


redoAction

Action redoAction
The action to redo the last undone action.


undoAction

org.tigris.gef.undo.UndoAction undoAction
The action to undo the last user interaction.


removeFromDiagram

ActionRemoveFromDiagram removeFromDiagram
The action to remove the current selected Figs from the diagram.

Class org.argouml.ui.ProjectSettingsTabProperties extends JPanel implements Serializable

Serialized Fields

userFullname

JTextField userFullname
This is where the user enters full name in settings tab. This information is stored in the zargo file.


userEmail

JTextField userEmail
This is where the user enters email in settings tab. This information is stored in the zargo file.


description

JTextField description
This is where the user enters a description of the project in the settings tab. This information is stored in the zargo file.


version

JTextField version
This is where the ArgoUML version that last saved this project is shown in the settings tab. This information is stored in the zargo file.

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

serialVersionUID: 3440806802523267746l

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

Serialized Fields

statusBar

StatusBar statusBar

paintCalled

boolean paintCalled
Flag indicating that the splash screen has been painted.

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

Serialized Fields

msg

JLabel msg

progress

JProgressBar progress

statusText

String statusText

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

serialVersionUID: 2183676111107689482l

Serialized Fields

panelTarget

Fig panelTarget

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

serialVersionUID: -6232843473753751128l

Serialized Fields

bboxLabel

JLabel bboxLabel

bboxField

JTextField bboxField

fillLabel

JLabel fillLabel

fillField

JComboBox fillField

lineLabel

JLabel lineLabel

lineField

JComboBox lineField

spacer

SpacerPanel spacer

spacer2

SpacerPanel spacer2

spacer3

SpacerPanel spacer3

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

serialVersionUID: 2976511918225030560l

Serialized Fields

refreshTransaction

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


shadowLabel

JLabel shadowLabel

displayLabel

JLabel displayLabel

pathCheckBox

JCheckBox pathCheckBox

shadowField

JComboBox shadowField

displayPane

JPanel displayPane

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

Serialized Fields

roundingLabel

JLabel roundingLabel

roundingField

JTextField roundingField

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

serialVersionUID: 2019248527481196634l

Serialized Fields

fontLabel

JLabel fontLabel

fontField

JComboBox fontField

sizeLabel

JLabel sizeLabel

sizeField

JComboBox sizeField

styleLabel

JLabel styleLabel

styleField

JComboBox styleField

justLabel

JLabel justLabel

justField

JComboBox justField

textColorLabel

JLabel textColorLabel

textColorField

JComboBox textColorField

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

serialVersionUID: 1595302214402366939l

Serialized Fields

info

JTextArea info

runGCButton

JButton runGCButton

copyButton

JButton copyButton

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

serialVersionUID: 4980167466628873068l

Serialized Fields

pred

PredicateFind pred

cg

ChildGenerator cg

root

Object root

mainPane

JSplitPane mainPane

results

Vector results

related

Vector related

diagrams

Vector diagrams

relatedShown

boolean relatedShown

resultsLabel

JLabel resultsLabel

resultsTable

JTable resultsTable

resultsModel

TMResults resultsModel

relatedLabel

JLabel relatedLabel

relatedTable

JTable relatedTable

relatedModel

TMResults relatedModel

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

serialVersionUID: -1484647093166393888l

Serialized Fields

target

Object target

textArea

JTextArea textArea

parseChanges

boolean parseChanges

enabled

boolean enabled

toolbar

JToolBar toolbar
The optional toolbar. Contains null if no toolbar was requested.

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

Serialized Fields

slider

JSlider slider
The slider component.


currentValue

JTextField currentValue
The text field which shows the current zoom magnification value.


Package org.argouml.ui.cmd

Class org.argouml.ui.cmd.ActionEmailExpert extends ToDoItemAction implements Serializable

Class org.argouml.ui.cmd.ActionExit extends AbstractAction implements Serializable

serialVersionUID: -6264722939329644183l

Class org.argouml.ui.cmd.ActionGotoDiagram extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.ui.cmd.ActionNew extends AbstractAction implements Serializable

serialVersionUID: -3943153836514178100l

Class org.argouml.ui.cmd.ActionNewToDoItem extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.ui.cmd.ActionOpenBrowser extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.ui.cmd.ActionPrint extends AbstractAction implements Serializable

Class org.argouml.ui.cmd.ActionResolve extends ToDoItemAction implements Serializable

Class org.argouml.ui.cmd.ActionSnooze extends ToDoItemAction implements Serializable

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

Serialized Fields

mode

int mode

Class org.argouml.ui.cmd.GenericArgoMenuBar extends JMenuBar implements Serializable

serialVersionUID: 2904074534530273119l

Serialized Fields

fileToolbar

JToolBar fileToolbar
The toolbars.


editToolbar

JToolBar editToolbar

viewToolbar

JToolBar viewToolbar

createDiagramToolbar

JToolBar createDiagramToolbar

lruList

LastRecentlyUsedMenuList lruList
lru project list.


edit

JMenu edit
Edit menu.


select

JMenu select
The Select menu is a submenu of Edit.


view

ArgoJMenu view
View under which is the Goto Diagram, Find, Zoom, Adjust grid etc.


createDiagrams

JMenu createDiagrams
Toolbar:create diagram.


tools

JMenu tools
Currently disactivated.


generate

JMenu generate
Supports java generation, 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
The critique menu.


help

JMenu help
It needs it. Currently there is only system information and an about text. Hyperlinking to online docs at argouml.org is considered to be a basic improvement.


navigateTargetForwardAction

Action navigateTargetForwardAction

navigateTargetBackAction

Action navigateTargetBackAction

Class org.argouml.ui.cmd.ToDoItemAction extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

rememberedTarget

Object rememberedTarget


Package org.argouml.ui.explorer

Class org.argouml.ui.explorer.ActionPerspectiveConfig extends AbstractAction implements Serializable

serialVersionUID: -708783262437452872l

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

serialVersionUID: 6207230394860016617l

Serialized Fields

clickOffset

Point clickOffset
Where, in the drag image, the mouse was clicked.


sourcePath

TreePath sourcePath
The path being dragged.


ghostImage

BufferedImage ghostImage
The 'drag image'.


selectedTreePath

TreePath selectedTreePath
The selected node.


dragSource

DragSource dragSource
dnd source.

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

serialVersionUID: -5663884871599931780l

Serialized Fields

createDiagrams

JMenu createDiagrams

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

serialVersionUID: 992867483644759920l

Serialized Fields

updatingSelection

boolean updatingSelection
Prevents target event cycles between this and the TargetManager.


updatingSelectionViaTreeSelection

boolean updatingSelectionViaTreeSelection
Prevents target event cycles between this and the Targetmanager for tree selection events.

Class org.argouml.ui.explorer.ExplorerTreeModel extends DefaultTreeModel implements Serializable

serialVersionUID: 3132732494386565870l

Serialized Fields

rules

Object[] rules
an array of PerspectiveRules, that determine the tree view.


modelElementMap

Map modelElementMap
a map used to resolve model elements to tree nodes when determining what effect a model event will have on the tree.


order

Comparator order
the global order for siblings in the tree.


updatingChildren

Vector updatingChildren
The children currently being updated.


nodeUpdater

ExplorerTreeModel.ExplorerUpdater nodeUpdater
A Runnable object that when executed does update some currently pending nodes.


tree

ExplorerTree tree

Class org.argouml.ui.explorer.ExplorerTreeNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -6766504350537675845l

Serialized Fields

model

ExplorerTreeModel model

expanded

boolean expanded

pending

boolean pending

modifySet

Set modifySet

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

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

Serialized Fields

configPanelNorth

JPanel configPanelNorth

configPanelSouth

JPanel configPanelSouth

splitPane

JSplitPane splitPane

renameTextField

JTextField renameTextField

newPerspectiveButton

JButton newPerspectiveButton

removePerspectiveButton

JButton removePerspectiveButton

duplicatePerspectiveButton

JButton duplicatePerspectiveButton

moveUpButton

JButton moveUpButton

moveDownButton

JButton moveDownButton

addRuleButton

JButton addRuleButton

removeRuleButton

JButton removeRuleButton

resetToDefaultButton

JButton resetToDefaultButton

perspectiveList

JList perspectiveList

perspectiveRulesList

JList perspectiveRulesList

ruleLibraryList

JList ruleLibraryList

perspectiveListModel

DefaultListModel perspectiveListModel

perspectiveRulesListModel

DefaultListModel perspectiveRulesListModel

ruleLibraryListModel

DefaultListModel ruleLibraryListModel

persLabel

JLabel persLabel

ruleLibLabel

JLabel ruleLibLabel

rulesLabel

JLabel rulesLabel


Package org.argouml.ui.targetmanager

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

serialVersionUID: -307886693486269426l

Serialized Fields

theEventName

String theEventName
The name of the event.


theOldTargets

Object[] theOldTargets
The old targets before the change took place.


theNewTargets

Object[] theNewTargets
The new targets after the change took place.


Package org.argouml.uml

Class org.argouml.uml.ChildGenRelated extends Object implements Serializable

serialVersionUID: -893946595629032267l

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

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

serialVersionUID: -6027679124153204193l

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

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

serialVersionUID: 9149816242647422438l

Serialized Fields

elementName

Predicate elementName

packageName

Predicate packageName

diagramName

Predicate diagramName

theType

Predicate theType

specific

Predicate specific

Class org.argouml.uml.PredicateNotInTrash extends Object implements Serializable

Serialized Fields

p

Project p

Class org.argouml.uml.ProfileException extends Exception implements Serializable

Class org.argouml.uml.TMResults extends AbstractTableModel implements Serializable

serialVersionUID: -1444599676429024575l

Serialized Fields

rowObjects

Vector rowObjects

diagrams

Vector diagrams

showInDiagramColumn

boolean showInDiagramColumn


Package org.argouml.uml.cognitive

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

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


Package org.argouml.uml.cognitive.checklist

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


Package org.argouml.uml.cognitive.critics

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

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

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

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

serialVersionUID: -8264991005828634274l

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

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

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

serialVersionUID: 5265695413303517728l

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

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

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

serialVersionUID: -3881153331169214357l

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

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

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

serialVersionUID: -2178052428128671983l

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

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

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

serialVersionUID: -5513915374319458662l

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

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

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

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

serialVersionUID: 5027208502429769593l

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

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

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

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

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

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

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

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

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

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

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

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

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

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

serialVersionUID: -713044875133409390l

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

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

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

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

serialVersionUID: 1052354516940735748l

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

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

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

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

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

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

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

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

serialVersionUID: 1181623952639408440l

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

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

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

serialVersionUID: -4893102976661022514l

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

serialVersionUID: 4151051235876065649l

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

serialVersionUID: -8324054401013865193l

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

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

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

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

serialVersionUID: 2660051106458704056l

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

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

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

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

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

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

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

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

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

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

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

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

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

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

serialVersionUID: -301548543890007262l

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

serialVersionUID: 5318978944855930303l

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

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

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

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

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

serialVersionUID: 5784567698177480475l

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

serialVersionUID: -5839267391209851505l

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

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

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

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

serialVersionUID: 1281218975903539324l

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

serialVersionUID: -3270186791825482658l

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

serialVersionUID: 3221965323817473947l

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

serialVersionUID: -7320341818814870066l

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

serialVersionUID: -5732942378849267065l

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

serialVersionUID: 1785043010468681602l

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

serialVersionUID: 4741909365018862474l

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

serialVersionUID: -3341858698991522822l

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

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

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

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

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

serialVersionUID: -6586457111453473553l

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

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

serialVersionUID: -6587198606342935144l

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

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

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

Serialized Fields

suggestion

String suggestion
The suggestion string.

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

serialVersionUID: -4661562206721689576l

Serialized Fields

step1

WizStepTextField step1

label

String label

instructions

String instructions

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

Serialized Fields

step1

WizStepTextField step1

label

String label

instructions

String instructions

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

Serialized Fields

step1

WizStepTextField step1

label

String label

instructions

String instructions

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

Serialized Fields

instructions

String instructions
The initial instructions on the Step 1 screen. May be set to a different string through WizAssocComposite.setInstructions(String).


step1Choice

WizStepChoice step1Choice
Contains the WizStepChoice that is used to get the user's desired options. Not created until we get to that step.


triggerAssociation

Object triggerAssociation
The Association WizStepChoice that triggered the critic. Null until set when it is first needed.

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

Serialized Fields

instructions1

String instructions1

instructions2

String instructions2

instructions3

String instructions3

step1

WizStepChoice step1

step2

WizStepChoice step2

step3

WizStepConfirm step3

selectedCls

Object selectedCls

selectedAsc

Object selectedAsc

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

Serialized Fields

cues

Vector cues

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

serialVersionUID: -2827847568754795770l

Serialized Fields

instructions

String instructions
The text that describes what to be done.


mes

Vector mes
A vector of model elements.


step1

WizStepManyTextFields step1

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

Serialized Fields

instructions

String instructions

label

String label

mustEdit

boolean mustEdit

step1

WizStepTextField step1

origSuggest

String origSuggest

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

serialVersionUID: 2571165058454693999l

Serialized Fields

instructions

String instructions

option0

String option0

option1

String option1

option2

String option2

step1

WizStepChoice step1

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

serialVersionUID: -4013730212763172160l

Serialized Fields

possibleConstructor

boolean possibleConstructor

stereotypePathChosen

boolean stereotypePathChosen

option0

String option0

option1

String option1

step1

WizStepChoice step1

step2

WizStepCue step2

createStereotype

Object createStereotype

addedCreateStereotype

boolean addedCreateStereotype

Class org.argouml.uml.cognitive.critics.WizTooMany extends UMLWizard implements Serializable

Serialized Fields

instructions

String instructions

step1

WizStepTextField step1


Package org.argouml.uml.diagram

Class org.argouml.uml.diagram.UmlDiagramRenderer extends Object implements Serializable

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

Serialized Fields

diDiagram

DiDiagram diDiagram

nodes

Vector nodes
Contains all the nodes in the graphmodel/diagram.


edges

Vector edges
Constains all the edges in the graphmodel/diagram.


homeModel

Object homeModel
The "home" UML model of this diagram, not all ModelElements in this graph are in the home model, but if they are added and don't already have a model, they are placed in the "home model". Also, elements from other models will have their FigNodes add a line to say what their model is.


Package org.argouml.uml.diagram.activity

Class org.argouml.uml.diagram.activity.ActivityDiagramGraphModel extends StateDiagramGraphModel implements Serializable

serialVersionUID: 5047684232283453072l


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

Class org.argouml.uml.diagram.activity.ui.ActivityDiagramRenderer extends StateDiagramRenderer implements Serializable

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

serialVersionUID: -3526461404860044420l

Serialized Fields

cover

FigRRect cover

notationProvider

NotationProvider4 notationProvider
The notation provider for the textfield.

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

Class org.argouml.uml.diagram.activity.ui.FigObjectFlowState extends FigNodeModelElement implements Serializable

Serialized Fields

notationProviderType

NotationProvider4 notationProviderType

notationProviderState

NotationProvider4 notationProviderState

cover

FigRect cover

state

FigText state

Class org.argouml.uml.diagram.activity.ui.FigPartition extends FigNodeModelElement implements Serializable

Serialized Fields

leftLine

FigLine leftLine

rightLine

FigLine rightLine

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

Serialized Fields

cover

FigRRect cover

s1

FigRRect s1

s2

FigRRect s2

s3

FigLine s3

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

Serialized Fields

showIncomingLeft

boolean showIncomingLeft

showIncomingAbove

boolean showIncomingAbove

showOutgoingRight

boolean showOutgoingRight

showOutgoingBelow

boolean showOutgoingBelow

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

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

serialVersionUID: 6223128918989919230l

Serialized Fields

theActivityGraph

Object theActivityGraph
this diagram needs to be deleted when its statemachine is deleted.


actionState

Action actionState

actionStartPseudoState

Action actionStartPseudoState

actionFinalPseudoState

Action actionFinalPseudoState

actionJunctionPseudoState

Action actionJunctionPseudoState

actionForkPseudoState

Action actionForkPseudoState

actionJoinPseudoState

Action actionJoinPseudoState

actionTransition

Action actionTransition

actionObjectFlowState

Action actionObjectFlowState

actionNewSwimlane

Action actionNewSwimlane

actionCallState

Action actionCallState

actionSubactivityState

Action actionSubactivityState


Package org.argouml.uml.diagram.collaboration

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

serialVersionUID: -4895696235473642985l


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

Class org.argouml.uml.diagram.collaboration.ui.ActionAddClassifierRole extends CmdCreateNode implements Serializable

Class org.argouml.uml.diagram.collaboration.ui.CollabDiagramRenderer extends UmlDiagramRenderer implements Serializable

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

serialVersionUID: -6543020797101620194l

Serialized Fields

messages

FigMessageGroup messages

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

Serialized Fields

notationProvider

NotationProvider4 notationProvider

cover

FigRect cover
The fig that is used for the complete classifier role. Identical in size to FigNodeModelElement#bigPort.

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

Serialized Fields

showIncoming

boolean showIncoming

showOutgoing

boolean showOutgoing

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

serialVersionUID: 8081715986963837750l

Serialized Fields

actionClassifierRole

Action actionClassifierRole

actionGeneralize

Action actionGeneralize

actionAssociation

Action actionAssociation

actionAggregation

Action actionAggregation

actionComposition

Action actionComposition

actionUniAssociation

Action actionUniAssociation

actionUniAggregation

Action actionUniAggregation

actionUniComposition

Action actionUniComposition

actionDepend

Action actionDepend

actionMessage

Action actionMessage


Package org.argouml.uml.diagram.deployment

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

serialVersionUID: 1003748292917485298l


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

Class org.argouml.uml.diagram.deployment.ui.DeploymentDiagramRenderer extends UmlDiagramRenderer implements Serializable

serialVersionUID: 8002278834226522224l

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

serialVersionUID: 1647392857462847651l

Serialized Fields

cover

FigRect cover

upperRect

FigRect upperRect

lowerRect

FigRect lowerRect

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

serialVersionUID: 1647392857462847651l

Serialized Fields

cover

FigRect cover

upperRect

FigRect upperRect

lowerRect

FigRect lowerRect

notationProvider

NotationProvider4 notationProvider

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

serialVersionUID: 8822005566372687713l

Serialized Fields

d

int d

cover

FigCube cover

x

int x

y

int y

width

int width

height

int height

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

serialVersionUID: 8822005566372687713l

Serialized Fields

d

int d

cover

FigCube cover

x

int x

y

int y

width

int width

height

int height

notationProvider

NotationProvider4 notationProvider

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

serialVersionUID: -185736690375678962l

Serialized Fields

cover

FigRect cover

resident

Object resident

notationProvider

NotationProvider4 notationProvider

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

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

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

serialVersionUID: -89995395353007445l

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

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

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

serialVersionUID: -375918274062198744l

Serialized Fields

actionMNode

Action actionMNode

actionMNodeInstance

Action actionMNodeInstance

actionMComponent

Action actionMComponent

actionMComponentInstance

Action actionMComponentInstance

actionMClass

Action actionMClass

actionMInterface

Action actionMInterface

actionMObject

Action actionMObject

actionMDependency

Action actionMDependency

actionMAssociation

Action actionMAssociation

actionMLink

Action actionMLink

actionAssociation

Action actionAssociation

actionAggregation

Action actionAggregation

actionComposition

Action actionComposition

actionUniAssociation

Action actionUniAssociation

actionUniAggregation

Action actionUniAggregation

actionUniComposition

Action actionUniComposition

actionMGeneralization

Action actionMGeneralization

actionMAbstraction

Action actionMAbstraction


Package org.argouml.uml.diagram.sequence

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

serialVersionUID: -3799402191353570488l

Serialized Fields

collaboration

Object collaboration
The collaboration this sequence diagram belongs too.


interaction

Object interaction
The interaction that is shown on the sequence diagram.


defaultState

Object defaultState
State for actions in sequence diagram.


defaultStateMachine

Object defaultStateMachine
State machine for default state.


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

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

serialVersionUID: 1824497910678123381l

Class org.argouml.uml.diagram.sequence.ui.FigActivation extends FigRect implements Serializable

serialVersionUID: -686782941711592971l

Class org.argouml.uml.diagram.sequence.ui.FigBirthActivation extends FigActivation implements Serializable

serialVersionUID: -686782941711592971l

Class org.argouml.uml.diagram.sequence.ui.FigCallActionMessage extends FigMessage implements Serializable

serialVersionUID: 6483648469519347377l

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

serialVersionUID: 7763573563940441408l

Serialized Fields

headFig

FigHead headFig
The filled box for the object box (object fig without lifeline).


lifeLineFig

FigLifeLine lifeLineFig
The lifeline (dashed line under the object box to which activations are attached).


linkPositions

List linkPositions
The list where the nodes to which links can be attached are stored.


baseNames

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


classifierRoleName

String classifierRoleName
The name of the classifier role (the owner of this fig).

Class org.argouml.uml.diagram.sequence.ui.FigCreateActionMessage extends FigMessage implements Serializable

serialVersionUID: -2607959442732866191l

Class org.argouml.uml.diagram.sequence.ui.FigDestroyActionMessage extends FigMessage implements Serializable

serialVersionUID: 8246653379767368449l

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

Serialized Fields

textGroup

FigTextGroup textGroup

Class org.argouml.uml.diagram.sequence.ui.FigMessagePort extends FigGroup implements Serializable

serialVersionUID: -7805833566723101923l

Serialized Fields

node

MessageNode node

Class org.argouml.uml.diagram.sequence.ui.FigReturnActionMessage extends FigMessage implements Serializable

serialVersionUID: -6620833059472736152l

Class org.argouml.uml.diagram.sequence.ui.ModeChangeHeight extends FigModifyingModeImpl implements Serializable

serialVersionUID: 2383958235268066102l

Serialized Fields

contract

boolean contract

contractSet

boolean contractSet

startX

int startX

startY

int startY

currentY

int currentY

editor

Editor editor

rubberbandColor

Color rubberbandColor

Class org.argouml.uml.diagram.sequence.ui.ModeCreateMessage extends ModeCreate implements Serializable

serialVersionUID: 6004200950886660909l

Serialized Fields

startPort

Object startPort
The NetPort where the arc is paintn from.


startPortFig

Fig startPortFig
The Fig that presents the starting NetPort.


sourceFigClassifierRole

FigClassifierRole sourceFigClassifierRole
The FigNode on the NetNode that owns the start port.


message

Object message
The new message that is being created.

Class org.argouml.uml.diagram.sequence.ui.SelectionClassifierRole extends SelectionNodeClarifiers implements Serializable

serialVersionUID: 3570571152608122095l

Class org.argouml.uml.diagram.sequence.ui.SelectionMessage extends SelectionReshape implements Serializable

serialVersionUID: -4907571063182255488l

Class org.argouml.uml.diagram.sequence.ui.SequenceDiagramLayer extends LayerPerspectiveMutable implements Serializable

serialVersionUID: 4291295642883664670l

Serialized Fields

figObjectsX

List figObjectsX
Linked list with all fig objects sorted by x coordinate in it.

Class org.argouml.uml.diagram.sequence.ui.SequenceDiagramRenderer extends UmlDiagramRenderer implements Serializable

serialVersionUID: -5460387717430613088l

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

serialVersionUID: 4143700589122465301l

Serialized Fields

actions

Object[] actions


Package org.argouml.uml.diagram.state

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

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

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

serialVersionUID: -8056507319026044174l

Serialized Fields

machine

Object machine
The statemachine we are diagramming.


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

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

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

serialVersionUID: 6572261327347541373l

Serialized Fields

head

FigCircle head

bp

FigCircle bp

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

serialVersionUID: -8173637358029852407l

Serialized Fields

cover

FigRect cover

divider

FigLine divider

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

serialVersionUID: -7228935179004210975l

Serialized Fields

cover

FigRect cover

dividerline

FigLine dividerline

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

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

serialVersionUID: -3506578343969467480l

Serialized Fields

inCircle

FigCircle inCircle

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

serialVersionUID: 6702818473439087473l

Serialized Fields

head

FigRect head

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

serialVersionUID: 6572261327347541373l

Serialized Fields

h

FigText h
The main label on this icon.


head

FigCircle head

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

serialVersionUID: 6572261327347541373l

Serialized Fields

head

FigCircle head

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

serialVersionUID: 2075803883819230367l

Serialized Fields

head

FigRect head

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

serialVersionUID: -5845934640541945686l

Serialized Fields

head

FigDiamond head

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

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

Serialized Fields

cover

FigRect cover

divider

FigLine divider

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

Serialized Fields

notationProviderBody

NotationProvider4 notationProviderBody

internal

FigText internal
The text inside the state.

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

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

Serialized Fields

x

int x

y

int y

width

int width

height

int height

referenceFig

FigText referenceFig

stubline

FigLine stubline

facade

Facade facade

stateMHelper

StateMachinesHelper stateMHelper

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

Serialized Fields

cover

FigRect cover

divider

FigLine divider

divider2

FigLine divider2

circle1

FigRect circle1

circle2

FigRect circle2

circle1tocircle2

FigLine circle1tocircle2

include

FigText include

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

serialVersionUID: -7025279430656399031l

Serialized Fields

bound

FigText bound

head

FigCircle head

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

serialVersionUID: 2938247797781036110l

Serialized Fields

endArrow

ArrowHeadGreater endArrow

notationProvider

NotationProvider4 notationProvider

dashed

boolean dashed
If dashed is true, then the transition represents "object flow". If the line is solid, then it represents "control flow".

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

Serialized Fields

showIncoming

boolean showIncoming

showOutgoing

boolean showOutgoing

Class org.argouml.uml.diagram.state.ui.StateDiagramRenderer extends UmlDiagramRenderer implements Serializable

serialVersionUID: 8448809085349795886l

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

Serialized Fields

theStateMachine

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


actionStubState

Action actionStubState

actionState

Action actionState

actionSynchState

Action actionSynchState

actionSubmachineState

Action actionSubmachineState

actionCompositeState

Action actionCompositeState

actionStartPseudoState

Action actionStartPseudoState

actionFinalPseudoState

Action actionFinalPseudoState

actionBranchPseudoState

Action actionBranchPseudoState

actionForkPseudoState

Action actionForkPseudoState

actionJoinPseudoState

Action actionJoinPseudoState

actionShallowHistoryPseudoState

Action actionShallowHistoryPseudoState

actionDeepHistoryPseudoState

Action actionDeepHistoryPseudoState

actionTransition

Action actionTransition

actionJunctionPseudoState

Action actionJunctionPseudoState


Package org.argouml.uml.diagram.static_structure

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

serialVersionUID: -2638688086415040146l


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

Class org.argouml.uml.diagram.static_structure.ui.ClassDiagramRenderer extends UmlDiagramRenderer implements Serializable

serialVersionUID: 675407719309039112l

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

serialVersionUID: 3415118710864626882l

Serialized Fields

attributesFigCompartment

FigAttributesCompartment attributesFigCompartment
Logger.


resident

Object resident
Manages residency of a class within a component on a deployment diagram. TODO: This belongs in ModelElement, not Class - tfm

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

Serialized Fields

operationsFig

FigOperationsCompartment operationsFig
The Fig for the operations compartment (if any).


highlightedFigText

CompartmentFigText highlightedFigText
Text highlighted by mouse actions on the diagram.


borderFig

Fig borderFig

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

serialVersionUID: 7242542877839921267l

Serialized Fields

width

int width

height

int height

dogear

int dogear
A dog-ear is a bent corner in a book.


readyToEdit

boolean readyToEdit

bodyTextFig

FigText bodyTextFig

outlineFig

FigPoly outlineFig

urCorner

FigPoly urCorner
The upper right corner.


newlyCreated

boolean newlyCreated
Flag to indicate that we have just been created. This is to fix the problem with loading comments that have stereotypes already defined.

Class org.argouml.uml.diagram.static_structure.ui.FigDataType extends FigClassifierBox implements Serializable

serialVersionUID: -390783219580351197l

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

serialVersionUID: 7210384676965727564l

Serialized Fields

owner

CommentEdge owner

comment

Object comment

annotatedElement

Object annotatedElement

Class org.argouml.uml.diagram.static_structure.ui.FigEnumeration extends FigDataType implements Serializable

serialVersionUID: 3333154292883077250l

Serialized Fields

literalsCompartment

FigEnumLiteralsCompartment literalsCompartment
The Fig that represents the literals compartment.

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

serialVersionUID: -6174252286709779782l

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

Serialized Fields

attr

FigText attr
UML does not really use ports, so just define one big one so that users can drag edges to or from any point in the icon.

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

serialVersionUID: -390783219580351197l

Serialized Fields

resident

Object resident
Manages residency of an interface within a component on a deployment diagram. Not clear why it is an instance variable (rather than local to the method).

TODO: This is creating a new residence element each time there is a new instantiation. This is going to pollute the model with unused elements. - tfm - 20060310

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

serialVersionUID: -875934620548165725l

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

Serialized Fields

figPoly

FigPoly figPoly

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

serialVersionUID: 3617092272529451041l

Serialized Fields

width

int width

height

int height

indentX

int indentX

textH

int textH

tabHeight

int tabHeight
The total height of the tab.


body

FigText body

stereotypeVisible

boolean stereotypeVisible
Flag that indicates if the stereotype should be shown even if it is specified or not.


visibilityVisible

boolean visibilityVisible
Flag that indicates if the visibility should be shown in front of the name.


stereoLineBlinder

FigRect stereoLineBlinder
A rectangle to blank out the line that would otherwise appear at the bottom of the stereotype text box.

Class org.argouml.uml.diagram.static_structure.ui.FigStereotypeDeclaration extends FigClassifierBox implements Serializable

serialVersionUID: -2702539988691983863l

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

Serialized Fields

figPoly

FigPoly figPoly

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

serialVersionUID: -5724040863222115747l

Serialized Fields

useComposite

boolean useComposite

Class org.argouml.uml.diagram.static_structure.ui.SelectionComment extends SelectionNodeClarifiers implements Serializable

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

serialVersionUID: 7209387830978444644l

Serialized Fields

code

int code
Remember the pressed button, for the case where the mouse is released not above a fig.

Class org.argouml.uml.diagram.static_structure.ui.SelectionStereotype extends SelectionNodeClarifiers implements Serializable

Serialized Fields

code

int code
Remember the pressed button, for the case where the mouse is released not above a fig.


useComposite

boolean useComposite

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

serialVersionUID: 4587367369055254943l

Serialized Fields

attrCheckBox

JCheckBox attrCheckBox

operCheckBox

JCheckBox operCheckBox

refreshTransaction

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

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

serialVersionUID: -5908351031706234211l

Serialized Fields

operCheckBox

JCheckBox operCheckBox

refreshTransaction

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

Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigPackage extends StylePanelFigNodeModelElement implements Serializable

serialVersionUID: -41790550511653720l

Serialized Fields

stereoCheckBox

JCheckBox stereoCheckBox

visibilityCheckBox

JCheckBox visibilityCheckBox

refreshTransaction

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

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

serialVersionUID: -9192325790126361563l

Serialized Fields

actionAssociationClass

Action actionAssociationClass

actionClass

Action actionClass

actionInterface

Action actionInterface

actionDependency

Action actionDependency

actionPermission

Action actionPermission

actionUsage

Action actionUsage

actionLink

Action actionLink

actionGeneralization

Action actionGeneralization

actionRealization

Action actionRealization

actionPackage

Action actionPackage

actionModel

Action actionModel

actionSubsystem

Action actionSubsystem

actionAssociation

Action actionAssociation

actionAssociationEnd

Action actionAssociationEnd

actionAggregation

Action actionAggregation

actionComposition

Action actionComposition

actionUniAssociation

Action actionUniAssociation

actionUniAggregation

Action actionUniAggregation

actionUniComposition

Action actionUniComposition

actionAttribute

Action actionAttribute

actionOperation

Action actionOperation

actionDataType

Action actionDataType

actionEnumeration

Action actionEnumeration

actionStereotype

Action actionStereotype


Package org.argouml.uml.diagram.ui

Class org.argouml.uml.diagram.ui.ActionAddAllClassesFromModel extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

object

Object object

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

serialVersionUID: -2842826831538374107l

Class org.argouml.uml.diagram.ui.ActionAddConcurrentRegion extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddExistingEdge extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

edge

Object edge

Class org.argouml.uml.diagram.ui.ActionAddExistingNode extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

object

Object object
The UML object to be added to the diagram.

Class org.argouml.uml.diagram.ui.ActionAddExtensionPoint extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddMessage extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionAddNote extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: 6502515091619480472l

Class org.argouml.uml.diagram.ui.ActionAggregation extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

str

String str

agg

Object agg

Class org.argouml.uml.diagram.ui.ActionCompartmentDisplay extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

display

boolean display
A flag to indicate whether the action should show or hide the relevant compartment.


cType

int cType
Compartment type(s) field. Bitfield of flags with a bit for each compartment type

Class org.argouml.uml.diagram.ui.ActionDeleteConcurrentRegion extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionEdgesDisplay extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

show

boolean show

Class org.argouml.uml.diagram.ui.ActionMultiplicity extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

str

String str

mult

Object mult

Class org.argouml.uml.diagram.ui.ActionNavigability extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

nav

int nav
The actual navigability of this action.


assocStart

Object assocStart
The association start.


assocEnd

Object assocEnd
The association end.

Class org.argouml.uml.diagram.ui.ActionProperties extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.diagram.ui.ActionRemoveFromDiagram extends AbstractAction implements Serializable

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

serialVersionUID: 4916652432210626558l

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

serialVersionUID: -884044085661992872l

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

serialVersionUID: 2908695768709766241l

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

serialVersionUID: -3869448253653259670l

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

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

serialVersionUID: 3830572062785308980l

Serialized Fields

refFig

Fig refFig
The bounding figure of the compartment containing this fig text.


notationProvider

NotationProvider4 notationProvider
The notation provider for the text shown in this compartment.


isHighlighted

boolean isHighlighted
Record whether we are currently highlighted.

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

serialVersionUID: -5688833795126793130l

Serialized Fields

endArrow

ArrowHeadTriangle endArrow

middleGroup

FigTextGroup middleGroup

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

serialVersionUID: 9100125695919853919l

Serialized Fields

srcGroup

FigTextGroup srcGroup
Group for the FigTexts concerning the source association end.


destGroup

FigTextGroup destGroup
Group for the FigTexts concerning the dest association end.


middleGroup

FigTextGroup middleGroup
Group for the FigTexts concerning the name and stereotype of the association itself.


srcMult

FigText srcMult

srcRole

FigText srcRole

destMult

FigText destMult

destRole

FigText destRole

srcOrdering

FigText srcOrdering

destOrdering

FigText destOrdering

sourceArrowHead

ArrowHead sourceArrowHead

destArrowHead

ArrowHead destArrowHead

notationProviderSrcRole

NotationProvider4 notationProviderSrcRole

notationProviderDestRole

NotationProvider4 notationProviderDestRole

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

serialVersionUID: 3643715304027095083l

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

serialVersionUID: -3029436535288973358l

Serialized Fields

srcGroup

FigTextGroup srcGroup
Group for the FigTexts concerning the association end.


srcMult

FigText srcMult

srcRole

FigText srcRole

srcOrdering

FigText srcOrdering

notationProviderSrcRole

NotationProvider4 notationProviderSrcRole

Class org.argouml.uml.diagram.ui.FigAttributesCompartment extends FigFeaturesCompartment implements Serializable

serialVersionUID: -2159995531015799681l

Class org.argouml.uml.diagram.ui.FigClassAssociationClass extends FigClass implements Serializable

serialVersionUID: -4101337246957593739l

Class org.argouml.uml.diagram.ui.FigCompartment extends FigGroup implements Serializable

Serialized Fields

bigPort

Fig bigPort

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

serialVersionUID: -1779182458484724448l

Serialized Fields

endArrow

ArrowHeadGreater endArrow

middleGroup

FigTextGroup middleGroup

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

serialVersionUID: 4627163341288968877l

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

Serialized Fields

diElement

DiElement diElement

removeFromDiagram

boolean removeFromDiagram
Set the removeFromDiagram to false if this edge may not be removed from the diagram.


notationProviderName

NotationProvider4 notationProviderName

nameFig

FigText nameFig
The Fig that displays the name of this model element. Use getNameFig(), no setter should be required.


stereotypeFig

Fig stereotypeFig
Use getStereotypeFig(), no setter should be required.


edgePort

FigEdgePort edgePort

itemUid

ItemUID itemUid

listeners

Collection listeners

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

serialVersionUID: 3091219503512470458l

Serialized Fields

bigPort

FigCircle bigPort

Class org.argouml.uml.diagram.ui.FigEmptyRect extends FigRect implements Serializable

Class org.argouml.uml.diagram.ui.FigEnumLiteralsCompartment extends FigFeaturesCompartment implements Serializable

serialVersionUID: 829674049363538379l

Class org.argouml.uml.diagram.ui.FigFeaturesCompartment extends FigCompartment implements Serializable

Serialized Fields

compartmentSeperator

FigFeaturesCompartment.FigSeperator compartmentSeperator

Class org.argouml.uml.diagram.ui.FigFeaturesCompartment.FigSeperator extends FigLine implements Serializable

serialVersionUID: -2222511596507221760l

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

serialVersionUID: 3983170503390943894l

Serialized Fields

discriminator

FigText discriminator
Text box for discriminator.


middleGroup

FigTextGroup middleGroup
Group of text elements to be positioned at the middle of path.


endArrow

ArrowHeadTriangle endArrow

Class org.argouml.uml.diagram.ui.FigGraphEdge extends FigEdgePoly implements Serializable

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

Serialized Fields

figPoly

FigPoly figPoly

arrowDirection

int arrowDirection
The current arrow direction set to constants above.


notationProvider

NotationProvider4 notationProvider
The notation provider for the textfield.

Class org.argouml.uml.diagram.ui.FigMultiLineText extends FigText implements Serializable

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

serialVersionUID: -821467628639654711l

Serialized Fields

head

FigDiamond head

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

Serialized Fields

diElement

DiElement diElement

notationProviderName

NotationProvider4 notationProviderName

invisibleAllowed

boolean invisibleAllowed
True of a subclass of FigNodeModelElement is allowed to be invisible. This is currently only set true by FigEdgePort TODO: FigEdgePort should be removed from the FigNodeModelElement hierarchy and so the need for this removed.


checkSize

boolean checkSize
Needed for loading. Warning: if false, a too small size might look bad!


shadowImage

BufferedImage shadowImage

cachedWidth

int cachedWidth

cachedHeight

int cachedHeight

bigPort

Fig bigPort

nameFig

FigText nameFig
use getNameFig() and setNameFig() to access the Figs. Use getName() and setName() to just change the text.


stereotypeFig

Fig stereotypeFig
use getter/setter getStereotypeFig() and setStereoTypeFig() to access the Figs. Use getStereotype() and setStereotype() to change stereotype text.


enclosedFigs

Vector enclosedFigs
EnclosedFigs are the Figs that are enclosed by this figure. Say that it is a Package then these are the Classes, Interfaces, Packages etc that are on this figure. This is not the same as the figures in the FigGroup that this FigNodeModelElement "is", since these are the figures that make up this high-level primitive figure.


encloser

Fig encloser
The figure enclosing this figure.


readyToEdit

boolean readyToEdit

suppressCalcBounds

boolean suppressCalcBounds

shadowSize

int shadowSize

itemUid

ItemUID itemUid

removeFromDiagram

boolean removeFromDiagram
Set the removeFromDiagram to false if this node may not be removed from the diagram.


forceRepaint

boolean forceRepaint
Set this to force a repaint of the shadow. Normally repainting only happens when the outside boundaries change (for performance reasons (?)). In some cases this does not suffice, and you can set this attribute to force the update.


pathVisible

boolean pathVisible
Flag that indicates if the full namespace path should be shown in front of the name.


editable

boolean editable
If the contains text to be edited by the user.


listeners

Collection listeners

Class org.argouml.uml.diagram.ui.FigOperationsCompartment extends FigFeaturesCompartment implements Serializable

serialVersionUID: -2605582251722944961l

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

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

serialVersionUID: -5688833795126793130l

Class org.argouml.uml.diagram.ui.FigSingleLineText extends FigText implements Serializable

serialVersionUID: -5611216741181499679l

Class org.argouml.uml.diagram.ui.FigStereotypesCompartment extends FigCompartment implements Serializable

serialVersionUID: -1696363445893406130l

Serialized Fields

keyword

String keyword
One UML keyword is allowed. These are not strictly stereotypes but are displayed as such. e.g. <<interface>>

Class org.argouml.uml.diagram.ui.FigStereotypeText extends FigGroup implements Serializable

Serialized Fields

pseudoStereotype

String pseudoStereotype

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

Serialized Fields

supressCalcBounds

boolean supressCalcBounds

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

serialVersionUID: -2094146244090391544l

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

serialVersionUID: -1805275467987372774l

Class org.argouml.uml.diagram.ui.ModeCreateAssociationClass extends ModeCreatePolyEdge implements Serializable

serialVersionUID: -8656139458297932182l

Class org.argouml.uml.diagram.ui.ModeCreateAssociationEnd extends ModeCreatePolyEdge implements Serializable

serialVersionUID: -7249069222789301797l

Serialized Fields

newFigNodeAssociation

FigNode newFigNodeAssociation

oldFigAssociation

FigEdge oldFigAssociation

association

Object association

associationEnds

Collection associationEnds

Class org.argouml.uml.diagram.ui.ModeCreateCommentEdge extends ModeCreatePolyEdge implements Serializable

Serialized Fields

sourceModelElement

Object sourceModelElement

Class org.argouml.uml.diagram.ui.OneRowLinkedList extends JList implements Serializable

Class org.argouml.uml.diagram.ui.PathConvPercent2 extends PathConv implements Serializable

serialVersionUID: -8079350336685789199l

Serialized Fields

itemFig

Fig itemFig
The item Fig.


percent

int percent
The percent.


offset

int offset
The offset.

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

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

Serialized Fields

target

FigText target

nameLabel

JLabel nameLabel

nameField

JTextField nameField

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

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

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

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

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

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

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

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

Serialized Fields

realAction

Action realAction

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

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

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

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

Serialized Fields

sourceFig

FigNodeModelElement sourceFig
Used to determine if the association is now to self, in which case The association needs automatic layout.


destFig

FigNodeModelElement destFig
Used to determine if the association is now to self, in which case The association needs automatic layout.


armed

boolean armed
The re-routing capability it armed if the mouse was previously dragged.

prevents just selecting the message then clicking somewhere else on the diagram,


pointIndex

int pointIndex
The index of the point on the line of the message.

0 = sender end

1..* = receiver end

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

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

Serialized Fields

arrowLabel

JLabel arrowLabel

arrowField

JComboBox arrowField

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

serialVersionUID: -3305029387374936153l

Serialized Fields

target

UMLDiagram target
The diagram object.


graph

JGraph graph
The GEF JGraph in where the figs are painted.


updatingSelection

boolean updatingSelection
Prevents target event cycles between this and the TargetManager.


toolBar

JToolBar toolBar
The toolbar that is positioned just above the diagram containing the drawing tools.

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

serialVersionUID: -401219134410459387l

Serialized Fields

diagramSerial

int diagramSerial
The serial number for new diagrams. Used to create an unique number for the name of the diagram.


namespace

Object namespace

toolBar

JToolBar toolBar

selectedAction

Action selectedAction


Package org.argouml.uml.diagram.use_case

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

serialVersionUID: -8516841965639203796l


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

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

serialVersionUID: 7265843766314395713l

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

serialVersionUID: -8026008987096598742l

Serialized Fields

label

FigText label
The «extend» label.


condition

FigText condition
The condition expression.


fg

FigGroup fg
The group of label and condition.


endArrow

ArrowHeadGreater endArrow

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

serialVersionUID: 6199364390483239154l

Serialized Fields

label

FigSingleLineText label

endArrow

ArrowHeadGreater endArrow

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

serialVersionUID: -4018623737124023696l

Serialized Fields

bigPort

FigUseCase.FigMyCircle bigPort
UML use cases do not really have ports, so just define one big one so that users can drag edges to or from any point in the icon.


cover

FigUseCase.FigMyCircle cover
We don't use _bigPort for the actual graphics of the oval. We define an identical oval that sits on top of it.


epSep

FigLine epSep
The line separating name and extension points.


epVec

FigGroup epVec
The vector of graphics for extension points (if any). First one is the rectangle for the entire extension points box.


epBigPort

FigRect epBigPort
The rectangle for the entire extension point box.


highlightedFigText

CompartmentFigText highlightedFigText
Text highlighted by mouse actions on the diagram. Assumed to belong to the extension point compartment.

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

serialVersionUID: 2616728355472635182l

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

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

Serialized Fields

code

int code
Remember the pressed button, for the case where the mouse is released not above a fig.

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

Serialized Fields

epCheckBox

JCheckBox epCheckBox
The check box for toggling the visibility of extension points.


refreshTransaction

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

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

Serialized Fields

actionActor

Action actionActor
Tool to add an actor node.


actionUseCase

Action actionUseCase
Tool to add a use case node.


actionAssociation

Action actionAssociation
Tool to create an association between UML artifacts using a polyedge.


actionAggregation

Action actionAggregation

actionComposition

Action actionComposition

actionUniAssociation

Action actionUniAssociation

actionUniAggregation

Action actionUniAggregation

actionUniComposition

Action actionUniComposition

actionGeneralize

Action actionGeneralize
Tool to create a generalization between UML artifacts using a polyedge.


actionExtend

Action actionExtend
Tool to create an extend relationship between UML use cases using a polyedge.


actionInclude

Action actionInclude
Tool to create an include relationship between UML use cases using a polyedge.


actionDependency

Action actionDependency
Tool to create a dependency between UML artifacts using a polyedge.


actionExtensionPoint

Action actionExtensionPoint

Class org.argouml.uml.diagram.use_case.ui.UseCaseDiagramRenderer extends UmlDiagramRenderer implements Serializable

serialVersionUID: 2217410137377934879l


Package org.argouml.uml.generator

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

serialVersionUID: -737447110189956630l

Serialized Fields

headerComment

String headerComment

outputDir

String outputDir


Package org.argouml.uml.generator.ui

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

serialVersionUID: -8897965616334156746l

Serialized Fields

classTableModel

ClassGenerationDialog.TableModelClassChecks classTableModel

isPathInModel

boolean isPathInModel

languages

List languages

classTable

JTable classTable

outputDirectoryComboBox

JComboBox outputDirectoryComboBox

languageHistory

int languageHistory
Used to select the next language column in case the "Select All" button is pressed.


Package org.argouml.uml.reveng.ui

Class org.argouml.uml.reveng.ui.RESequenceDiagramDialog extends ArgoDialog implements Serializable

serialVersionUID: -8595714827064181907l

Serialized Fields

model

Object model

modeller

Modeller modeller

classifier

Object classifier

operation

Object operation

classifierRole

FigClassifierRole classifierRole

calls

List calls

calldata

List calldata

types

Hashtable types

collaboration

Object collaboration

diagram

UMLDiagram diagram

graphModel

SequenceDiagramGraphModel graphModel

callTable

CheckboxTableModel callTable

modeChoice

JComboBox modeChoice

changingPanel

JPanel changingPanel

manuPanel

JPanel manuPanel

autoPanel

JPanel autoPanel

maxXPos

int maxXPos

maxPort

int maxPort

portCnt

int portCnt

anonCnt

int anonCnt

isNewSequenceDiagram

boolean isNewSequenceDiagram


Package org.argouml.uml.ui

Class org.argouml.uml.ui.AbstractActionAddModelElement extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

target

Object target

multiSelect

boolean multiSelect

exclusive

boolean exclusive

Class org.argouml.uml.ui.AbstractActionNavigate extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.AbstractActionNewModelElement extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

target

Object target

Class org.argouml.uml.ui.AbstractActionRemoveElement extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

target

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

Object objectToRemove

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

serialVersionUID: -28844322376391273l

Class org.argouml.uml.ui.ActionAddDiagram extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionAddPackage extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionAddTopLevelPackage extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionBooleanTaggedValue extends org.tigris.gef.undo.UndoableAction implements Serializable

Serialized Fields

tagName

String tagName

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

serialVersionUID: 2415943949021223859l

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

serialVersionUID: -1089352213298998155l

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

Serialized Fields

textSource

JTextComponent textSource

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

Serialized Fields

textSource

JTextComponent textSource

Class org.argouml.uml.ui.ActionDeleteModelElements extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: -5728400220151823726l

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

serialVersionUID: 9027235104963895167l

Class org.argouml.uml.ui.ActionGenerateAll extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionGenerateOne extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionGenerateProjectCode extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionGenerationSettings extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionImportFromSources extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionLayout extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionNavigateAction extends AbstractActionNavigate implements Serializable

serialVersionUID: -4136512885671684476l

Class org.argouml.uml.ui.ActionNavigateAssociation extends AbstractActionNavigate implements Serializable

Class org.argouml.uml.ui.ActionNavigateContainerElement extends AbstractActionNavigate implements Serializable

Class org.argouml.uml.ui.ActionNavigateContext extends AbstractActionNavigate implements Serializable

Class org.argouml.uml.ui.ActionNavigateNamespace extends AbstractActionNavigate implements Serializable

Class org.argouml.uml.ui.ActionNavigateOppositeAssocEnd extends AbstractActionNavigate implements Serializable

serialVersionUID: 7054600929513339932l

Class org.argouml.uml.ui.ActionNavigateOwner extends AbstractActionNavigate implements Serializable

Class org.argouml.uml.ui.ActionNavigateTransition extends AbstractActionNavigate implements Serializable

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

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

Serialized Fields

textSource

JTextComponent textSource
The source textcomponent where the caret is positioned.

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

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

Serialized Fields

filename

String filename

Class org.argouml.uml.ui.ActionRESequenceDiagram extends AbstractAction implements Serializable

serialVersionUID: 2915509413708666273l

Serialized Fields

messageFig

Object messageFig

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

Class org.argouml.uml.ui.ActionSaveAllGraphics extends org.tigris.gef.undo.UndoableAction implements Serializable

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

serialVersionUID: 3062674953320109889l

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

serialVersionUID: -5579548202585774293l

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

serialVersionUID: -1209396991311217989l

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

Class org.argouml.uml.ui.ActionSetMultiplicity extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.ActionSetSourcePath extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: -6455209886706784094l

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

serialVersionUID: -5197718695001757808l

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

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

Serialized Fields

target

Object target

modelElement

Object modelElement

listenerList

EventListenerList listenerList

buttonPanel

JToolBar buttonPanel

titleLabel

JLabel titleLabel

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

Class org.argouml.uml.ui.ScrollList extends JScrollPane implements Serializable

serialVersionUID: 6711776013279497682l

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

Serialized Fields

srcPathCtrl

SourcePathController srcPathCtrl

srcPathTableModel

SourcePathTableModel srcPathTableModel

srcPathTable

JTable srcPathTable

delButton

JButton delButton

rowSM

ListSelectionModel rowSM

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

Serialized Fields

mOcleEditor

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


mMmeiTarget

Object mMmeiTarget
The current target element.

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

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

Serialized Fields

shouldBeEnabled

boolean shouldBeEnabled

blankPanel

JPanel blankPanel

panels

Hashtable panels

lastPanel

JPanel lastPanel

panelClassBaseName

String panelClassBaseName

target

Object target

listenerList

EventListenerList listenerList
The list with targetlisteners, these are the property panels managed by TabProps. It should only contain one listener at a time.

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

serialVersionUID: -4958164807996827484l

Serialized Fields

langName

Language langName

fileName

String fileName

files

SourceUnit[] files

cbLang

LanguageComboBox cbLang

cbFiles

JComboBox cbFiles

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

serialVersionUID: -4741653225927138553l

Serialized Fields

target

Object target

selectedListModel

UMLModelElementListModel2 selectedListModel

availableListModel

UMLModelElementListModel2 availableListModel

selectedScroll

JScrollPane selectedScroll

availableScroll

JScrollPane availableScroll

panel

JPanel panel

addStButton

JButton addStButton

removeStButton

JButton removeStButton

xferButtons

JPanel xferButtons

selectedList

JList selectedList

availableList

JList availableList

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

Serialized Fields

target

Fig target

shouldBeEnabled

boolean shouldBeEnabled

blankPanel

JPanel blankPanel

panels

Hashtable panels

lastPanel

JPanel lastPanel

stylePanel

StylePanel stylePanel
The stylepanel shown by the tab style.


stylePanelNames

String[] stylePanelNames

listenerList

EventListenerList listenerList

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

serialVersionUID: -8566948113385239423l

Serialized Fields

target

Object target

shouldBeEnabled

boolean shouldBeEnabled

table

JTable table

titleLabel

JLabel titleLabel

buttonPanel

JToolBar buttonPanel

tagDefinitionsComboBox

UMLComboBox2 tagDefinitionsComboBox

tagDefinitionsComboBoxModel

UMLComboBoxModel2 tagDefinitionsComboBoxModel

Class org.argouml.uml.ui.TabTaggedValuesModel extends AbstractTableModel implements Serializable

serialVersionUID: -5711005901444956345l

Serialized Fields

target

Object target
The ModelElement that is the current target.

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

Serialized Fields

choices

Vector choices
The choices a user has


preSelected

Vector preSelected
The preselected choices


selected

Vector selected
The selected choices.


choicesList

JList choicesList
The GUI list for the choices


selectedList

JList selectedList
The GUI list for the selected choices


addButton

JButton addButton

removeButton

JButton removeButton

okButton

JButton okButton

cancelButton

JButton cancelButton

dialog

JDialog dialog

title

String title

multiSelectAllowed

boolean multiSelectAllowed

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.UMLCheckBox2 extends JCheckBox implements Serializable

Serialized Fields

checkBoxTarget

Object checkBoxTarget

propertySetName

String propertySetName

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

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

Serialized Fields

comboBoxTarget

Object comboBoxTarget
The target of the comboboxmodel. This is some UML modelelement


objects

List objects
The list with objects that should be shown in the combobox.


selectedObject

Object selectedObject
The selected object.


isClearable

boolean isClearable
Flag to indicate if the user may select the empty string ("") 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 always a "" in the list with objects so the user has the oportunity to select this to clear the attribute.


propertySetName

String propertySetName
The name of the property that we will use to listen for change events associated with this model element.


fireListEvents

boolean fireListEvents
Flag to indicate whether list events should be fired.


buildingModel

boolean buildingModel
Flag to indicate whether the model is being build.

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

Serialized Fields

theContainer

UMLUserInterfaceContainer theContainer

theComboBox

JComboBox theComboBox

theButton

JButton theButton

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

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

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

Serialized Fields

model

UMLExpressionModel2 model

notifyModel

boolean notifyModel

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

Serialized Fields

model

UMLExpressionModel2 model

notifyModel

boolean notifyModel

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

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

serialVersionUID: -710457475656542074l

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

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

Serialized Fields

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.UMLModelElementCommentDocument extends UMLPlainTextDocument implements Serializable

Serialized Fields

useBody

boolean useBody

Class org.argouml.uml.ui.UMLModelElementElementResidenceListModel extends UMLModelElementListModel2 implements Serializable

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

Serialized Fields

eventName

String eventName

listTarget

Object listTarget

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.UMLModelElementOrderedListModel2 extends UMLModelElementListModel2 implements Serializable

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

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

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

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

Serialized Fields

deletePossible

boolean deletePossible

addPossible

boolean addPossible

newPossible

boolean newPossible

popupMenu

JPopupMenu popupMenu

addAction

AbstractActionAddModelElement addAction

newAction

AbstractActionNewModelElement newAction

deleteAction

AbstractActionRemoveElement deleteAction

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

Serialized Fields

firing

boolean firing
True if an event should be fired when the text of the document is changed


editing

boolean editing
True if an user edits the document directly (by typing in text)


panelTarget

Object panelTarget
The target of the propertypanel that's behind this property.


eventName

String eventName
The name of the property set event that will change the property this document shows.

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

Serialized Fields

panelTarget

Object panelTarget
The target object of which some attribute is shown via this panel.


propertySetName

String propertySetName
The name of the MEvent that is fired when the target object has changed the attribute that is shown here.


buttonGroup

ButtonGroup buttonGroup
The group of buttons

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

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

Serialized Fields

theContainer

UMLUserInterfaceContainer theContainer

theProperty

UMLStimulusActionTextProperty theProperty

Class org.argouml.uml.ui.UMLTableCellRenderer extends DefaultTableCellRenderer implements Serializable

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

serialVersionUID: -9172093001792636086l

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

serialVersionUID: -5740838103900828073l

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


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

Class org.argouml.uml.ui.behavior.activity_graphs.ActionAddEventAsTrigger extends AbstractActionAddModelElement implements Serializable

Class org.argouml.uml.ui.behavior.activity_graphs.ActionSetObjectFlowStateClassifier extends org.tigris.gef.undo.UndoableAction implements Serializable

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

serialVersionUID: 4936258091606712050l

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

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelCallState extends AbstractPropPanelState implements Serializable

serialVersionUID: -8830997687737785261l

Serialized Fields

callActionEntryScroll

JScrollPane callActionEntryScroll

callActionEntryList

JList callActionEntryList

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelClassifierInState extends PropPanelClassifier implements Serializable

serialVersionUID: 609338855898756817l

Serialized Fields

typeComboBox

JComboBox typeComboBox

statesScroll

JScrollPane statesScroll

typeComboBoxModel

UMLClassifierInStateTypeComboBoxModel typeComboBoxModel

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelObjectFlowState extends AbstractPropPanelState implements Serializable

serialVersionUID: -3484756765780298846l

Serialized Fields

classifierComboBox

JComboBox classifierComboBox

statesScroll

JScrollPane statesScroll

actionNewCIS

ActionNewClassifierInState actionNewCIS

classifierComboBoxModel

UMLObjectFlowStateClassifierComboBoxModel classifierComboBoxModel

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelPartition extends PropPanelModelElement implements Serializable

Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelSubactivityState extends PropPanelSubmachineState implements Serializable

Class org.argouml.uml.ui.behavior.activity_graphs.UMLObjectFlowStateClassifierComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.behavior.activity_graphs.UMLPartitionContentsListModel extends UMLModelElementListModel2 implements Serializable


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

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

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

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

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

Class org.argouml.uml.ui.behavior.collaborations.ActionSetAssociationRoleBase extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.behavior.collaborations.ActionSetClassifierRoleMultiplicity extends ActionSetMultiplicity implements Serializable

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

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

serialVersionUID: 7693759162647306494l

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

serialVersionUID: -5407549104529347513l

Serialized Fields

multiplicityComboBox

UMLComboBox2 multiplicityComboBox
The combobox for the multiplicity of this type.

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

serialVersionUID: 5642815840272293391l

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

serialVersionUID: 8965284617441796326l

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

serialVersionUID: -8433911715875762175l

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

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

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

Serialized Fields

others

Collection others

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

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

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

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

Class org.argouml.uml.ui.behavior.collaborations.UMLClassifierRoleMultiplicityComboBoxModel extends UMLMultiplicityComboBoxModel implements Serializable

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

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

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

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

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

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

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

Serialized Fields

interaction

Object interaction

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

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

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

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


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

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

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

serialVersionUID: -7108663482184056359l

Serialized Fields

choiceClass

Object choiceClass

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

Serialized Fields

choiceClass

Object choiceClass

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.behavior.common_behavior.ActionRemoveArgument extends AbstractActionRemoveElement implements Serializable

Class org.argouml.uml.ui.behavior.common_behavior.ActionSetActionAsynchronous extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: 1683440096488846000l

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

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

Serialized Fields

argumentsScroll

JScrollPane argumentsScroll

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

serialVersionUID: 6737211630130267264l

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

serialVersionUID: 6998109319912301992l

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

serialVersionUID: 7178149693694151459l

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

serialVersionUID: 6909604490593418840l

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

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

Serialized Fields

stimuliSenderScroll

JScrollPane stimuliSenderScroll

stimuliReceiverScroll

JScrollPane stimuliReceiverScroll

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

serialVersionUID: 8861148331491989705l

Serialized Fields

associationSelector

JComponent associationSelector

associationComboBoxModel

UMLLinkAssociationComboBoxModel associationComboBoxModel

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

serialVersionUID: 666929091194719951l

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

serialVersionUID: -3391167975804021594l

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

serialVersionUID: 3594423150761388537l

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

serialVersionUID: -8572743081899344540l

Serialized Fields

modifiersPanel

JPanel modifiersPanel

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

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

serialVersionUID: -6002902665554123820l

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

serialVersionUID: -4496838172438164508l

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

serialVersionUID: 81659498358156000l

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

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

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

serialVersionUID: -3265997785192090331l

Class org.argouml.uml.ui.behavior.common_behavior.UMLActionAsynchronousCheckBox extends UMLCheckBox2 implements Serializable

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

serialVersionUID: -3653652920890159417l

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

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

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

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

Class org.argouml.uml.ui.behavior.common_behavior.UMLLinkConnectionListModel extends UMLModelElementOrderedListModel2 implements Serializable

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

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

Class org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSpecificationDocument extends UMLPlainTextDocument implements Serializable

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

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

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


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

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

Serialized Fields

entryScroll

JScrollPane entryScroll

exitScroll

JScrollPane exitScroll

doScroll

JScrollPane doScroll

internalTransitionsScroll

JScrollPane internalTransitionsScroll

deferrableEventsScroll

JScrollPane deferrableEventsScroll

entryList

JList entryList

exitList

JList exitList

doList

JList doList

internalTransitionList

JList internalTransitionList

Class org.argouml.uml.ui.behavior.state_machines.ActionAddEventAsDeferrableEvent extends AbstractActionAddModelElement implements Serializable

serialVersionUID: 1815648968597093974l

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

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

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

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

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

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

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

Serialized Fields

kind

Object kind

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

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

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

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

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

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

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

Class org.argouml.uml.ui.behavior.state_machines.ActionSetCompositeStateConcurrent extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionSetContextStateMachine extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: -8118983979324112900l

Class org.argouml.uml.ui.behavior.state_machines.ActionSetStubStateReferenceState extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.behavior.state_machines.ActionSetSubmachineStateSubmachine extends org.tigris.gef.undo.UndoableAction implements Serializable

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

serialVersionUID: -7624618103144695448l

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

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

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

serialVersionUID: 4758716706184949796l

Serialized Fields

subverticesList

JList subverticesList

addConcurrentRegion

Action addConcurrentRegion

deleteConcurrentRegion

Action deleteConcurrentRegion

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

Serialized Fields

paramScroll

JScrollPane paramScroll

paramListModel

UMLEventParameterListModel paramListModel

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

serialVersionUID: 4111793068615402073l

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

serialVersionUID: 3698249606426850936l

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

serialVersionUID: 5822284822242536007l

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

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

serialVersionUID: 7072535148338954868l

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

serialVersionUID: -2157218581140487530l

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

Serialized Fields

incomingScroll

JScrollPane incomingScroll

outgoingScroll

JScrollPane outgoingScroll

containerScroll

JScrollPane containerScroll

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

serialVersionUID: 5934039619236682498l

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

serialVersionUID: 2384673708664550264l

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

serialVersionUID: -6671890304679263593l

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

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

serialVersionUID: 7249233994894343728l

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.behavior.state_machines.UMLSynchStateBoundDocument extends UMLPlainTextDocument implements Serializable

serialVersionUID: -1391739151659430935l

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

serialVersionUID: 7368183497864490115l

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

serialVersionUID: -3257769932777323293l

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

serialVersionUID: 1835785842490972735l

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

serialVersionUID: -8235207258195445477l

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

serialVersionUID: 8352300400553000518l

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndAggregation extends org.tigris.gef.undo.UndoableAction implements Serializable

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

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndNavigable extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndOrdering extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndTargetScope extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndType extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetBehavioralFeatureQuery extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetChangeability extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetClassActive extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipSpecification extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwner extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwnerScope extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetFlowSource extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementAbstract extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementLeaf extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementRoot extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizationPowertype extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetModelElementNamespace extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetModelElementStereotype extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetModelElementVisibility extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetOperationConcurrencyKind extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetParameterDirectionKind extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetParameterType extends org.tigris.gef.undo.UndoableAction implements Serializable

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

Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureTargetScope extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureType extends org.tigris.gef.undo.UndoableAction implements Serializable

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

serialVersionUID: 595724551744206773l

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

serialVersionUID: 4272135235664638209l

Serialized Fields

assocEndScroll

JScrollPane assocEndScroll
The scrollpane with the associationends.


associationRoleScroll

JScrollPane associationRoleScroll
The scrollpane with the associationroles this association plays a role in.


linksScroll

JScrollPane linksScroll
Ths scrollpane with the links that implement this association.


modifiersPanel

JPanel modifiersPanel
Panel for abstract/leaf/root

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

serialVersionUID: -7620821534700927917l

Serialized Fields

attributeScroll

JScrollPane attributeScroll

operationScroll

JScrollPane operationScroll

assocEndScroll

JScrollPane assocEndScroll

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

serialVersionUID: 9119453587506578751l

Serialized Fields

typeCombobox

JComboBox typeCombobox
The combobox that shows the type of this association end.


associationScroll

JScrollPane associationScroll
The scrollpane showing the association that owns this associationend


multiplicityComboBox

UMLComboBox2 multiplicityComboBox
The combobox for the multiplicity of this type.


navigabilityCheckBox

JCheckBox navigabilityCheckBox
The checkbox that shows if this association end is navigable.


orderingCheckBox

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

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

JPanel aggregationRadioButtonpanel
The panel with the radiobuttons the user can select to select the aggregation of this associationend.


changeabilityRadioButtonpanel

JPanel changeabilityRadioButtonpanel
The panel with the radiobuttons the user can select to select the changeability of this associationend.


visibilityRadioButtonPanel

JPanel visibilityRadioButtonPanel
The panel with the radiobuttons to set the visibility (public, protected, private) of this associationend.


specificationScroll

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.


qualifiersScroll

JScrollPane qualifiersScroll
The list of qualifiers that owns this association end


associationLabel

String associationLabel

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

serialVersionUID: -5596689167193050170l

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

serialVersionUID: -8288739384387629966l

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

Serialized Fields

modifiersPanel

JPanel modifiersPanel

actionNewReception

ActionNewReception actionNewReception
The action used to add a reception to the classifier.


generalizationScroll

JScrollPane generalizationScroll

specializationScroll

JScrollPane specializationScroll

featureScroll

JScrollPane featureScroll

participantScroll

JScrollPane participantScroll

createActionScroll

JScrollPane createActionScroll

instanceScroll

JScrollPane instanceScroll

collaborationScroll

JScrollPane collaborationScroll

classifierRoleScroll

JScrollPane classifierRoleScroll

classifierInStateScroll

JScrollPane classifierInStateScroll

objectFlowStateScroll

JScrollPane objectFlowStateScroll

powerTypeRangeScroll

JScrollPane powerTypeRangeScroll

associationEndScroll

JScrollPane associationEndScroll

parameterScroll

JScrollPane parameterScroll

structuralFeatureScroll

JScrollPane structuralFeatureScroll

attributeScroll

JScrollPane attributeScroll

operationScroll

JScrollPane operationScroll

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

serialVersionUID: -8781239511498017147l

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

serialVersionUID: 1551050121647608478l

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

serialVersionUID: -7621484706045787046l

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

serialVersionUID: -8752986130386737802l

Serialized Fields

operationScroll

JScrollPane operationScroll

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

serialVersionUID: 3665986064546532722l

Serialized Fields

supplierScroll

JScrollPane supplierScroll
The scrollpane with the modelelement that is the supplier of this dependency


clientScroll

JScrollPane clientScroll
The scrollpane with the modelelement that is the client of this dependency

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

Serialized Fields

literalsScroll

JScrollPane literalsScroll

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

serialVersionUID: 1486642919681744144l

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

Serialized Fields

ownerScopeCheckbox

UMLFeatureOwnerScopeCheckBox ownerScopeCheckbox

ownerScroll

JScrollPane ownerScroll

visibilityPanel

JPanel visibilityPanel

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

serialVersionUID: 2967789232647658450l

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

serialVersionUID: 2577361208291292256l

Serialized Fields

discriminatorTextField

JTextField discriminatorTextField

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

serialVersionUID: 849399652073446108l

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

serialVersionUID: -6443549338375514393l

Serialized Fields

languageTextField

JTextField languageTextField

specificationComboBox

UMLComboBox2 specificationComboBox

languageDocument

org.argouml.uml.ui.foundation.core.PropPanelMethod.UMLModelElementLanguageDocument languageDocument

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

Serialized Fields

namespaceScroll

JScrollPane namespaceScroll

namespaceSelector

JComboBox namespaceSelector

supplierDependencyScroll

JScrollPane supplierDependencyScroll

clientDependencyScroll

JScrollPane clientDependencyScroll

targetFlowScroll

JScrollPane targetFlowScroll

sourceFlowScroll

JScrollPane sourceFlowScroll

constraintScroll

JScrollPane constraintScroll

namespaceVisibilityPanel

JPanel namespaceVisibilityPanel

elementResidenceScroll

JScrollPane elementResidenceScroll

nameTextField

JTextField nameTextField

namespaceComboBoxModel

UMLModelElementNamespaceComboBoxModel namespaceComboBoxModel

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

Serialized Fields

ownedElementsScroll

JScrollPane ownedElementsScroll

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

serialVersionUID: 2681345252220104772l

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

serialVersionUID: -8231585002039922761l

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

serialVersionUID: -1207518946939283220l

Serialized Fields

behFeatureScroll

JScrollPane behFeatureScroll

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

serialVersionUID: 5724713380091275451l

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

serialVersionUID: -1610200799419501588l

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

Serialized Fields

multiplicityComboBox

UMLComboBox2 multiplicityComboBox

typeComboBox

UMLComboBox2 typeComboBox

changeabilityRadioButtonPanel

UMLRadioButtonPanel changeabilityRadioButtonPanel

targetScopeCheckBox

UMLCheckBox2 targetScopeCheckBox

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

serialVersionUID: 5927912703376526760l

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

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

Serialized Fields

others

Collection others

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

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

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

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndMultiplicityComboBoxModel extends UMLMultiplicityComboBoxModel implements Serializable

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

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

Class org.argouml.uml.ui.foundation.core.UMLAssociationEndQualifiersListModel extends UMLModelElementOrderedListModel2 implements Serializable

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

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

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

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

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

Class org.argouml.uml.ui.foundation.core.UMLBehavioralFeatureQueryCheckBox extends UMLCheckBox2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLClassActiveCheckBox extends UMLCheckBox2 implements Serializable

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Class org.argouml.uml.ui.foundation.core.UMLCommentAnnotatedElementListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLComponentResidentListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLConstraintConstrainedElementListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLContainerResidentListModel extends UMLModelElementListModel2 implements Serializable

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

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

Class org.argouml.uml.ui.foundation.core.UMLDiagramNameDocument extends UMLPlainTextDocument implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLDiscriminatorNameDocument extends UMLPlainTextDocument implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLEnumerationLiteralsListModel extends UMLModelElementOrderedListModel2 implements Serializable

serialVersionUID: 4111214628991094451l

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

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

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

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

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

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

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

Class org.argouml.uml.ui.foundation.core.UMLGeneralizationChildListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLGeneralizationParentListModel extends UMLModelElementListModel2 implements Serializable

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

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

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

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

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

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

serialVersionUID: -775116993155949065l

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

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

Class org.argouml.uml.ui.foundation.core.UMLModelElementStereotypeListModel extends UMLModelElementListModel2 implements Serializable

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

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

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

serialVersionUID: -1705561978481456281l

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

Class org.argouml.uml.ui.foundation.core.UMLOperationConcurrencyRadioButtonPanel extends UMLRadioButtonPanel implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLOperationMethodsListModel extends UMLModelElementListModel2 implements Serializable

serialVersionUID: -6905298765859760688l

Class org.argouml.uml.ui.foundation.core.UMLOperationRaisedSignalsListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLOperationSpecificationDocument extends UMLPlainTextDocument implements Serializable

serialVersionUID: -152721992761681537l

Class org.argouml.uml.ui.foundation.core.UMLParameterBehavioralFeatListModel extends UMLModelElementListModel2 implements Serializable

Class org.argouml.uml.ui.foundation.core.UMLParameterDirectionKindRadioButtonPanel extends UMLRadioButtonPanel implements Serializable

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

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

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

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

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


Package org.argouml.uml.ui.foundation.extension_mechanisms

Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionNewStereotype extends AbstractActionNewModelElement implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionNewTagDefinition extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetMetaClass extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetTagDefinitionMultiplicity extends ActionSetMultiplicity implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetTagDefinitionOwner extends org.tigris.gef.undo.UndoableAction implements Serializable

serialVersionUID: -5230402929326015086l

Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetTagDefinitionType extends org.tigris.gef.undo.UndoableAction implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype extends PropPanelModelElement implements Serializable

serialVersionUID: 8038077991746618130l

Serialized Fields

generalizationScroll

JScrollPane generalizationScroll

specializationScroll

JScrollPane specializationScroll

tagDefinitionScroll

JScrollPane tagDefinitionScroll

extendedElementsScroll

JScrollPane extendedElementsScroll

Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition extends PropPanelModelElement implements Serializable

serialVersionUID: 3563940705352568635l

Serialized Fields

ownerSelector

JComponent ownerSelector

tdNamespaceSelector

JComponent tdNamespaceSelector

typeComboBox

UMLComboBox2 typeComboBox

typedValuesScroll

JScrollPane typedValuesScroll

tdNamespaceComboBoxModel

UMLComboBoxModel2 tdNamespaceComboBoxModel

multiplicityComboBox

UMLComboBox2 multiplicityComboBox
The combobox for the multiplicity of this type.

Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTaggedValue extends PropPanelModelElement implements Serializable

Serialized Fields

modelElementSelector

JComponent modelElementSelector

typeSelector

JComponent typeSelector

referenceValuesScroll

JScrollPane referenceValuesScroll

dataValuesScroll

JScrollPane dataValuesScroll

Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLMetaClassComboBoxModel extends UMLComboBoxModel2 implements Serializable

Serialized Fields

metaClasses

Collection metaClasses

Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionComboBoxModel extends UMLComboBoxModel2 implements Serializable

serialVersionUID: -4194727034416788372l

Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionMultiplicityComboBoxModel extends UMLMultiplicityComboBoxModel implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionOwnerComboBoxModel extends UMLComboBoxModel2 implements Serializable

Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionTypeComboBoxModel extends UMLComboBoxModel2 implements Serializable


Package org.argouml.uml.ui.model_management

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

Class org.argouml.uml.ui.model_management.PropPanelPackage extends PropPanelNamespace implements Serializable

serialVersionUID: -699491324617952412l

Serialized Fields

modifiersPanel

JPanel modifiersPanel

generalizationScroll

JScrollPane generalizationScroll

specializationScroll

JScrollPane specializationScroll

Class org.argouml.uml.ui.model_management.PropPanelSubsystem extends PropPanelPackage implements Serializable

serialVersionUID: -8616239241648089917l

Serialized Fields

featureScroll

JScrollPane featureScroll


Package org.argouml.model

Class org.argouml.model.AddAssociationEvent extends AssociationChangeEvent implements Serializable

serialVersionUID: 1672552190650651905l

Class org.argouml.model.AssociationChangeEvent extends UmlChangeEvent implements Serializable

serialVersionUID: 6586460366990334839l

Serialized Fields

changedValue

Object changedValue
The value that was changed.

Class org.argouml.model.AttributeChangeEvent extends UmlChangeEvent implements Serializable

serialVersionUID: 1573202490278617016l

Class org.argouml.model.DeleteInstanceEvent extends UmlChangeEvent implements Serializable

serialVersionUID: 650590690953566827l

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

serialVersionUID: -3934102825576700361l

Class org.argouml.model.InstanceChangeEvent extends UmlChangeEvent implements Serializable

Class org.argouml.model.InvalidElementException extends RuntimeException implements Serializable

serialVersionUID: -5831736942969641257l

Class org.argouml.model.NotImplementedException extends RuntimeException implements Serializable

serialVersionUID: -3782492193881615900l

Class org.argouml.model.RemoveAssociationEvent extends AssociationChangeEvent implements Serializable

serialVersionUID: -1657123224250248465l

Class org.argouml.model.UmlChangeEvent extends PropertyChangeEvent implements Serializable

Serialized Fields

originalEvent

EventObject originalEvent
The original event that caused this event to be propogated. Useful for debugging purposes. Not to be made available to the client code as this is implementation specific.

Class org.argouml.model.UmlException extends Exception implements Serializable

serialVersionUID: -1029321716390822627l



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook