Serialized Form
Package org.argouml.application.events |
eventType
int eventType
Package org.argouml.application.helpers |
bundle
String bundle
- String naming the resource bundle to use for localization.
Package org.argouml.application.security |
hidden
boolean hidden
Package org.argouml.cognitive |
decisions
Vector decisions
subdesigns
Vector subdesigns
- The contained DesignMaterial's (including other Design's).
toDoList
ToDoList toDoList
- ToDoList items that are on the designers ToDoList because of
this material.
prefs
Properties prefs
- Preferences -- very ill defined
emailAddr
String emailAddr
- The email address where other designers can send this designer
email. This is not used yet.
designerName
String designerName
- The designerName is the name of the current user, as he can enter in the
menuitem Edit->Settings...->User->Full Name.
The designerName gets updated when the user enters a new name.
decisions
DecisionModel decisions
- The decisions currently being considered by the designer.
Decisions are currently modeled as simple descriptive strings.
Each decision also has a priority number which is ill defined,
but positive Ints mean that the designer is considering it. This
explicit representation of what decisions the designer is
interested in at a given moment allows the Agency to select
relevant critics for execution.
goals
GoalModel goals
- The goals of the designer are likewise used by the Agency to
determine what critics are relevant.
agency
Agency agency
- Each designer has their own Agency instance that is responsible
for selecting and executing critics that are relevant to this
designer on an on going basis.
clarifier
Icon clarifier
critiquerThread
Thread critiquerThread
critiquingInterval
int critiquingInterval
critiqueCPUPercent
int critiqueCPUPercent
autoCritique
boolean autoCritique
hotQueue
Vector hotQueue
- dm's that should be critiqued ASAP.
hotReasonQueue
Vector hotReasonQueue
addQueue
Vector addQueue
addReasonQueue
Vector addReasonQueue
removeQueue
Vector removeQueue
warmQueue
Vector warmQueue
- dm's that should be critiqued relatively soon.
childGenerator
org.tigris.gef.util.ChildGenerator childGenerator
critiqueDuration
long critiqueDuration
critiqueLock
int critiqueLock
lastCritique
long lastCritique
persistObservers
Vector persistObservers
- Observers of this object that should be saved and loaded with
this object.
pendingItems
ToDoList pendingItems
- ToDoList items that are on the designers ToDoList because
of this material.
parents
Vector parents
- Other DesignMaterial's that contain this one.
props
Hashtable props
- "Soft" Properties that this DesignMaterial may have, but we do
not want to allocate an instance variable to them.
highlight
boolean highlight
goals
Vector goals
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
org.tigris.gef.util.VectorSet theOffenders
- Which part of the design this issue affects.
This is set by the constructor and cannot change.
theClarifier
Icon theClarifier
theWizard
Wizard theWizard
cachedExpandedHeadline
String cachedExpandedHeadline
cachedExpandedDescription
String cachedExpandedDescription
items
Vector items
- Pending ToDoItems for the designer to consider.
allOffenders
org.tigris.gef.util.VectorSet allOffenders
- These are computed when needed.
allPosters
org.tigris.gef.util.VectorSet allPosters
- These are computed when needed.
resolvedItems
Vector resolvedItems
- ToDoItems that the designer has explicitly indicated that (s)he
considers resolved.
TODO: generalize into a design rationale logging facility.
validityChecker
Thread validityChecker
- A Thread that keeps checking if the items on the list are
still valid.
designer
Designer designer
- The designer, used in determining if a ToDoItem is still valid.
listenerList
EventListenerList listenerList
isPaused
boolean isPaused
- state variable for whether the validity checking thread is paused
(waiting).
Package org.argouml.cognitive.checklist |
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
org.tigris.gef.util.Predicate pred
- The predicate is the condition under which
the checkitem should be listed.
items
Vector items
- Pending CheckItems for the designer to consider.
nextCategory
String nextCategory
items
Vector items
- CheckItems that the designer has marked off as already considered.
Package org.argouml.cognitive.checklist.ui |
target
Object target
tableModel
TableModelChecklist tableModel
shouldBeEnabled
boolean shouldBeEnabled
table
JTable table
Package org.argouml.cognitive.critics |
critics
Vector critics
- The sub-critics that make up this CompoundCritic.
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
org.tigris.gef.util.VectorSet knowledgeTypes
triggerMask
long triggerMask
initialIntervalMS
long initialIntervalMS
- The initial sleeping time.
- See Also:
- Constant Field Values
snoozeUntil
Date snoozeUntil
- Critic should sleep until this time.
snoozeAgain
Date snoozeAgain
- Ifthe designer snoozees the critics again before this time, then
go to sleep for even longer.
interval
long interval
- The sleeping time, including the effects of repeated snoozeing.
now
Date now
Package org.argouml.cognitive.critics.ui |
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 |
headLineTextField
JTextField headLineTextField
priorityComboBox
JComboBox priorityComboBox
moreinfoTextField
JTextField moreinfoTextField
offenderList
JList offenderList
descriptionTextArea
JTextArea descriptionTextArea
mainPanel
JPanel mainPanel
slidersToDecisions
Hashtable slidersToDecisions
slidersToDigits
Hashtable slidersToDigits
badGoalButton
JRadioButton badGoalButton
badDecButton
JRadioButton badDecButton
explainButton
JRadioButton explainButton
actionGroup
ButtonGroup actionGroup
explanation
JTextArea explanation
target
ToDoItem target
width
int width
- See Also:
- Constant Field Values
height
int height
- See Also:
- Constant Field Values
mainPanel
JPanel mainPanel
slidersToDecisions
Hashtable slidersToDecisions
slidersToDigits
Hashtable slidersToDigits
description
WizDescription description
lastPanel
JPanel lastPanel
splitPane
org.tigris.swidgets.BorderSplitPane splitPane
target
Object target
tree
JTree tree
toolbar
org.tigris.gef.ui.ToolBar toolbar
combo
JComboBox combo
perspectives
Vector perspectives
- vector of TreeModels
curPerspective
ToDoPerspective curPerspective
root
ToDoList root
flatButton
JToggleButton flatButton
countLabel
JLabel countLabel
lastSel
Object lastSel
oldSize
int oldSize
dir
char dir
pb
ProjectBrowser pb
- shouldn't need this
flat
boolean flat
- todoList specific
flatChildren
Vector flatChildren
- todoList specific
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
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
description
JTextArea description
mainPanel
JPanel mainPanel
backButton
JButton backButton
nextButton
JButton nextButton
finishButton
JButton finishButton
helpButton
JButton helpButton
buttonPanel
JPanel buttonPanel
target
Object target
- The current target
instructions
JTextArea instructions
group
ButtonGroup group
choices
Vector choices
selectedIndex
int selectedIndex
instructions
JTextArea instructions
instructions
JTextArea instructions
instructions
JTextArea instructions
fields
Vector fields
instructions
JTextArea instructions
label
JLabel label
field
JTextField field
Package org.argouml.kernel |
serialVersionUID: 1399111233978692444l
url
URL url
- TODO: should just be the directory to write.
authorname
String authorname
description
String description
version
String version
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
treeRoot
Object treeRoot
- The root of the modeltree the user is working on. (The untitledModel in
the navpane).
activeDiagram
ArgoDiagram activeDiagram
- The active diagram, pointer to a diagram in the list with diagrams.
defaultModelCache
HashMap defaultModelCache
- Cache for the default model.
trashcan
Collection trashcan
Package org.argouml.language.java.cognitive.critics |
Package org.argouml.language.ui |
menu
JMenu menu
- The popup menu with all notations. It gets filled the first time this
action is performed (see
ActionNotation.actionPerformed(ActionEvent ae)
).
allowNotations
JCheckBox allowNotations
useGuillemots
JCheckBox useGuillemots
showVisibility
JCheckBox showVisibility
showMultiplicity
JCheckBox showMultiplicity
showInitialValue
JCheckBox showInitialValue
showProperties
JCheckBox showProperties
showStereotypes
JCheckBox showStereotypes
defaultShadowWidth
ShadowComboBox defaultShadowWidth
Package org.argouml.model.uml |
Package org.argouml.moduleloader |
table
JTable table
notYetLoadedPanel
JPanel notYetLoadedPanel
columnNames
String[] columnNames
elements
Object[][] elements
Package org.argouml.pattern.cognitive.critics |
Package org.argouml.persistence |
cause
Throwable cause
length
long length
position
long position
description
String description
Package org.argouml.swingext |
w
int w
h
int h
tabs
JTabbedPane tabs
splashPanel
SplashPanel splashPanel
- Shared splash panel
item
ToDoItem item
tabName
String tabName
tabName
String tabName
applyButton
JButton applyButton
tabs
JTabbedPane tabs
dialog
ArgoDialog dialog
serialVersionUID: -401219134410459387l
id
ItemUID id
selectedTodoItem
Object selectedTodoItem
- The currently selected todo item.
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.
expandedPathsInModel
Hashtable expandedPathsInModel
- A Map helping the tree maintain a consistent expanded paths state.
keys = the current TreeModel of this Tree
values = Vector of currently expanded paths.
reexpanding
boolean reexpanding
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.
closeButton
JButton closeButton
northLabel
JLabel northLabel
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
allDiagrams
TabResults allDiagrams
target
Object target
tabs
JTabbedPane tabs
ed
org.tigris.gef.base.Editor ed
tabPanels
Vector tabPanels
lastTab
Component lastTab
appName
String appName
editorPane
MultiEditorPane editorPane
northEastPane
DetailsPane northEastPane
northPane
DetailsPane northPane
northWestPane
DetailsPane northWestPane
westPane
JPanel westPane
eastPane
DetailsPane eastPane
southEastPane
DetailsPane southEastPane
southWestPane
JPanel southWestPane
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
- this needs work so that users can set the font
size through a gui preference window
workAreaPane
org.tigris.swidgets.BorderSplitPane workAreaPane
splashScreen
SplashScreen splashScreen
- The splash screen shown at startup
explorerPane
NavigatorPane explorerPane
- The explorer (formerly called navigator) pane
containing the modelstructure.
todoPane
ToDoPane todoPane
- The todopane (lower left corner of screen)
lookAndFeel
JComboBox lookAndFeel
metalTheme
JComboBox metalTheme
metalLabel
JLabel metalLabel
smoothEdges
JCheckBox smoothEdges
userDir
String userDir
fieldArgoRoot
JTextField fieldArgoRoot
fieldArgoHome
JTextField fieldArgoHome
fieldArgoExtDir
JTextField fieldArgoExtDir
fieldJavaHome
JTextField fieldJavaHome
fieldUserHome
JTextField fieldUserHome
fieldUserDir
JTextField fieldUserDir
fieldStartupDir
JTextField fieldStartupDir
userDirButton
JButton userDirButton
prpTodo
org.tigris.swidgets.Property prpTodo
prpProperties
org.tigris.swidgets.Property prpProperties
prpDocumentation
org.tigris.swidgets.Property prpDocumentation
prpStyle
org.tigris.swidgets.Property prpStyle
prpSource
org.tigris.swidgets.Property prpSource
prpConstraints
org.tigris.swidgets.Property prpConstraints
prpTaggedValues
org.tigris.swidgets.Property prpTaggedValues
chkSplash
JCheckBox chkSplash
chkPreload
JCheckBox chkPreload
chkEdem
JCheckBox chkEdem
chkProfile
JCheckBox chkProfile
chkReloadRecent
JCheckBox chkReloadRecent
userFullname
JTextField userFullname
- This is where the user enters full name in settings tab.
This information is stored
in the argo.user.properties file.
userEmail
JTextField userEmail
- This is where the user enters email in settings tab.
This information is stored
in the argo.user.properties file.
statusBar
StatusBar statusBar
msg
JLabel msg
progress
JProgressBar progress
statusText
String statusText
panelTarget
org.tigris.gef.presentation.Fig panelTarget
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
shadowLabel
JLabel shadowLabel
shadowField
JComboBox shadowField
roundingLabel
JLabel roundingLabel
roundingField
JTextField roundingField
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
info
JTextArea info
runGCButton
JButton runGCButton
copyButton
JButton copyButton
pred
PredicateFind pred
cg
org.tigris.gef.util.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
title
String title
tear
boolean tear
- if true, remove tab from parent JTabbedPane
orientation
org.tigris.swidgets.Orientation orientation
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.
slider
JSlider slider
- The slider component.
currentValue
JTextField currentValue
- The text field which shows the current zoom magnification value.
Package org.argouml.ui.cmd |
cmd
org.tigris.gef.base.CmdPrint cmd
mode
int mode
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.
Package org.argouml.ui.explorer |
selectedTreePath
TreePath selectedTreePath
- The selected node.
dragSource
DragSource dragSource
- dnd source.
showStereotype
boolean showStereotype
- Holds state info about whether to display stereotypes in the
explorer pane.
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.
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.
model
ExplorerTreeModel model
expanded
boolean expanded
pending
boolean pending
modifySet
Set modifySet
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 |
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
elementName
org.tigris.gef.util.Predicate elementName
packageName
org.tigris.gef.util.Predicate packageName
diagramName
org.tigris.gef.util.Predicate diagramName
theType
org.tigris.gef.util.Predicate theType
specific
org.tigris.gef.util.Predicate specific
p
Project p
rowObjects
Vector rowObjects
diagrams
Vector diagrams
showInDiagramColumn
boolean showInDiagramColumn
Package org.argouml.uml.cognitive |
Package org.argouml.uml.cognitive.checklist |
Package org.argouml.uml.cognitive.critics |
suggestion
String suggestion
- The suggestion string.
step1
WizStepTextField step1
label
String label
instructions
String instructions
step1
WizStepTextField step1
label
String label
instructions
String instructions
step1
WizStepTextField step1
label
String label
instructions
String instructions
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.
instructions1
String instructions1
instructions2
String instructions2
instructions3
String instructions3
step1
WizStepChoice step1
step2
WizStepChoice step2
step3
WizStepConfirm step3
selectedCls
Object selectedCls
selectedAsc
Object selectedAsc
cues
Vector cues
steps
WizStepCue[] steps
instructions
String instructions
mes
Vector mes
step1
WizStepManyTextFields step1
instructions
String instructions
label
String label
mustEdit
boolean mustEdit
step1
WizStepTextField step1
origSuggest
String origSuggest
instructions
String instructions
option0
String option0
option1
String option1
option2
String option2
step1
WizStepChoice step1
possibleConstructor
boolean possibleConstructor
stereotypePathChosen
boolean stereotypePathChosen
option0
String option0
option1
String option1
step1
WizStepChoice step1
step2
WizStepCue step2
oldStereotype
Object oldStereotype
oldStereotypeIsSet
boolean oldStereotypeIsSet
instructions
String instructions
step1
WizStepTextField step1
Package org.argouml.uml.diagram |
nodes
Vector nodes
- Contains all the nodes in the graphmodel/diagram.
edges
Vector edges
- Constains all the edges in the graphmodel/diagram.
Package org.argouml.uml.diagram.activity |
Package org.argouml.uml.diagram.activity.ui |
cover
org.tigris.gef.presentation.FigRRect cover
cover
org.tigris.gef.presentation.FigRect cover
classifier
org.tigris.gef.presentation.FigText classifier
state
org.tigris.gef.presentation.FigText state
leftLine
org.tigris.gef.presentation.FigLine leftLine
rightLine
org.tigris.gef.presentation.FigLine rightLine
cover
org.tigris.gef.presentation.FigRRect cover
icon
org.tigris.gef.presentation.FigGroup icon
s1
org.tigris.gef.presentation.FigRRect s1
s2
org.tigris.gef.presentation.FigRRect s2
s3
org.tigris.gef.presentation.FigLine s3
showIncomingLeft
boolean showIncomingLeft
showIncomingAbove
boolean showIncomingAbove
showOutgoingRight
boolean showOutgoingRight
showOutgoingBelow
boolean showOutgoingBelow
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 |
collab
Object collab
- The collaboration / interaction we are diagramming
interaction
Object interaction
Package org.argouml.uml.diagram.collaboration.ui |
messages
FigMessageGroup messages
cover
org.tigris.gef.presentation.FigRect cover
- The fig that is used for the complete classifier role.
Identical in size to
FigNodeModelElement.bigPort
.
showIncoming
boolean showIncoming
showOutgoing
boolean showOutgoing
collaboration
Object collaboration
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 |
serialVersionUID: 1003748292917485298l
model
Object model
- The "home" UML model of this diagram, not all ModelElements in this
graph are in the home model, but if they are added and don't
already have a model, they are placed in the "home model".
Also, elements from other models will have their FigNodes add a
line to say what their model is.
Package org.argouml.uml.diagram.deployment.ui |
serialVersionUID: 8002278834226522224l
serialVersionUID: 1647392857462847651l
cover
org.tigris.gef.presentation.FigRect cover
upperRect
org.tigris.gef.presentation.FigRect upperRect
lowerRect
org.tigris.gef.presentation.FigRect lowerRect
serialVersionUID: 1647392857462847651l
cover
org.tigris.gef.presentation.FigRect cover
upperRect
org.tigris.gef.presentation.FigRect upperRect
lowerRect
org.tigris.gef.presentation.FigRect lowerRect
serialVersionUID: 8822005566372687713l
cover
org.tigris.gef.presentation.FigCube cover
test
org.tigris.gef.presentation.FigRect test
serialVersionUID: 8822005566372687713l
cover
org.tigris.gef.presentation.FigCube cover
test
org.tigris.gef.presentation.FigRect test
serialVersionUID: -185736690375678962l
cover
org.tigris.gef.presentation.FigRect cover
resident
Object resident
serialVersionUID: -375918274062198744l
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 |
collaboration
Object collaboration
- The collaboration this sequence diagram belongs too.
interaction
Object interaction
- The interaction that is shown on the sequence diagram
Package org.argouml.uml.diagram.sequence.ui |
computeRouteNumbersOfTime
int computeRouteNumbersOfTime
activationStatus
int activationStatus
outerBox
org.tigris.gef.presentation.FigRect outerBox
- The outer black rectangle of the object box (object fig without
lifeline).
backgroundBox
org.tigris.gef.presentation.FigRect backgroundBox
- The filled box for the object box (object fig without lifeline).
lifeLine
org.tigris.gef.presentation.FigLine lifeLine
- The lifeline (dashed line under the object box to which activations are
attached)
lifeLinePort
LifeLinePort lifeLinePort
- The owner of the lifeline.
linkPositions
List linkPositions
- The list where the nodes to which links can be attached are stored
figActivations
List figActivations
- The list where the figrects are stored that are the activation
boxes. The list is only here for performance issues. When
removing a figrect, it should also be removed from this list,
not only from the figs list.
figFigLinkPorts
List figFigLinkPorts
- The list with the figLinkPorts. The list is only here for
performance issues. When deleting a figLinkPort, it should also
be removed from this list, not only from the figs list.
baseNames
String baseNames
- The comma seperated list of base names of the classifierRole(s)
that this object represents.
classifierRoleNames
String classifierRoleNames
- The comma seperated list of names of the classifierRole(s) that
this object represents.
objectName
String objectName
- The name of the object (the owner of this fig).
startPort
Object startPort
- The NetPort where the arc is paintn from
startPortFig
org.tigris.gef.presentation.Fig startPortFig
- The Fig that presents the starting NetPort
sourceFigNode
org.tigris.gef.presentation.FigNode sourceFigNode
- The FigNode on the NetNode that owns the start port
newEdge
Object newEdge
- The new NetEdge that is being created
figObjectsX
LinkedList figObjectsX
- Linked list with all fig objects sorted by x coordinate in it
heighestObjectHeight
int heighestObjectHeight
- The heighest height of the outer box of a figobject.
actions
Object[] actions
Package org.argouml.uml.diagram.state |
serialVersionUID: -8056507319026044174l
namespace
Object namespace
- The "home" UML model of this diagram, not all ModelElements in
this graph are in the home model, but if they are added and
don't already have a model, they are placed in the "home
model". Also, elements from other models will have their
FigNodes add a line to say what their model is.
machine
Object machine
- The statemachine we are diagramming.
Package org.argouml.uml.diagram.state.ui |
serialVersionUID: 6572261327347541373l
head
org.tigris.gef.presentation.FigCircle head
cover
org.tigris.gef.presentation.FigRect cover
divider
org.tigris.gef.presentation.FigLine divider
cover
org.tigris.gef.presentation.FigRect cover
- The main label on this icon.
dividerline
org.tigris.gef.presentation.FigLine dividerline
color
Color color
serialVersionUID: -3506578343969467480l
inCircle
org.tigris.gef.presentation.FigCircle inCircle
serialVersionUID: 6702818473439087473l
head
org.tigris.gef.presentation.FigRect head
serialVersionUID: 6572261327347541373l
h
org.tigris.gef.presentation.FigText h
- The main label on this icon.
head
org.tigris.gef.presentation.FigCircle head
serialVersionUID: 6572261327347541373l
head
org.tigris.gef.presentation.FigCircle head
serialVersionUID: 2075803883819230367l
head
org.tigris.gef.presentation.FigRect head
head
org.tigris.gef.presentation.FigPoly head
cover
org.tigris.gef.presentation.FigRect cover
divider
org.tigris.gef.presentation.FigLine divider
internal
org.tigris.gef.presentation.FigText internal
- the text inside the state
MARGIN
int MARGIN
- See Also:
- Constant Field Values
x
int x
y
int y
width
int width
height
int height
_reference
org.tigris.gef.presentation.FigText _reference
_stubline
org.tigris.gef.presentation.FigLine _stubline
MARGIN
int MARGIN
- See Also:
- Constant Field Values
_cover
org.tigris.gef.presentation.FigRect _cover
_divider
org.tigris.gef.presentation.FigLine _divider
_divider2
org.tigris.gef.presentation.FigLine _divider2
_circle1
org.tigris.gef.presentation.FigRect _circle1
_circle2
org.tigris.gef.presentation.FigRect _circle2
_circle1tocircle2
org.tigris.gef.presentation.FigLine _circle1tocircle2
_include
org.tigris.gef.presentation.FigText _include
MARGIN
int MARGIN
- See Also:
- Constant Field Values
X
int X
Y
int Y
WIDTH
int WIDTH
HEIGHT
int HEIGHT
bound
org.tigris.gef.presentation.FigText bound
head
org.tigris.gef.presentation.FigCircle head
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
dashed
boolean dashed
- If
dashed
is true, then the transition represents
"object flow".
If the line is solid, then it represents "control flow".
showIncoming
boolean showIncoming
showOutgoing
boolean showOutgoing
serialVersionUID: 8448809085349795886l
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 |
serialVersionUID: -2638688086415040146l
model
Object model
- The "home" UML model of this diagram, not all ModelElements in this
graph are in the home model, but if they are added and don't
already have a model, they are placed in the "home model".
Also, elements from other models will have their FigNodes add a
line to say what their model is.
Package org.argouml.uml.diagram.static_structure.ui |
serialVersionUID: 675407719309039112l
highlightedFigText
CompartmentFigText highlightedFigText
- Text highlighted by mouse actions on the diagram.
newlyCreated
boolean newlyCreated
- Flag to indicate that we have just been created. This is to fix the
problem with loading classes that have stereotypes already
defined.
resident
Object resident
Manages residency of a class within a component on a deployment
diagram.
x
int x
y
int y
width
int width
height
int height
gapY
int gapY
readyToEdit
boolean readyToEdit
text
org.tigris.gef.presentation.FigText text
body
org.tigris.gef.presentation.FigPoly body
urCorner
org.tigris.gef.presentation.FigPoly urCorner
owner
Object owner
attr
org.tigris.gef.presentation.FigText attr
- UML does not really use ports, so just define one big one so
that users can drag edges to or from any point in the icon.
operVec
FigOperationsCompartment operVec
- The vector of graphics for operations (if any). First one is the
rectangle for the entire operations box.
stereoLineBlinder
org.tigris.gef.presentation.FigRect stereoLineBlinder
- A rectangle to blank out the line that would otherwise appear at the
bottom of the stereotype text box.
resident
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).
highlightedFigText
CompartmentFigText highlightedFigText
- Text highlighted by mouse actions on the diagram.
figPoly
org.tigris.gef.presentation.FigPoly figPoly
x
int x
y
int y
width
int width
height
int height
indentX
int indentX
textH
int textH
body
org.tigris.gef.presentation.FigText body
showStereotype
boolean showStereotype
- Flags that indicates if the stereotype should be shown even if
it is specified or not.
stereoLineBlinder
org.tigris.gef.presentation.FigRect stereoLineBlinder
A rectangle to blank out the line that would otherwise appear at the
bottom of the stereotype text box.
figPoly
org.tigris.gef.presentation.FigPoly figPoly
useComposite
boolean useComposite
attrCheckBox
JCheckBox attrCheckBox
operCheckBox
JCheckBox operCheckBox
displayLabel
JLabel displayLabel
refreshTransaction
boolean refreshTransaction
- Flag to indicate that a refresh is going on.
operCheckBox
JCheckBox operCheckBox
displayLabel
JLabel displayLabel
refreshTransaction
boolean refreshTransaction
- Flag to indicate that a refresh is going on.
actionAssociationClass
Action actionAssociationClass
actionClass
Action actionClass
actionObject
Action actionObject
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
actionAggregation
Action actionAggregation
actionComposition
Action actionComposition
actionUniAssociation
Action actionUniAssociation
actionUniAggregation
Action actionUniAggregation
actionUniComposition
Action actionUniComposition
actionAttribute
Action actionAttribute
actionOperation
Action actionOperation
Package org.argouml.uml.diagram.ui |
tabName
String tabName
object
Object object
edge
Object edge
object
Object object
- The UML object to be added to the diagram.
str
String str
agg
Object agg
display
boolean display
A flag to indicate whether the action should show or hide the
relevant compartment.
compartment
String compartment
A string indicating the action desired.
show
boolean show
str
String str
mult
Object mult
nav
int nav
assocStart
Object assocStart
assocEnd
Object assocEnd
refFig
org.tigris.gef.presentation.Fig refFig
- The bounding figure of the compartment containing this fig text.
isHighlighted
boolean isHighlighted
- Record whether we are currently highlighted.
modelElement
Object modelElement
- The model element with which we are associated.
serialVersionUID: 9100125695919853919l
srcGroup
FigTextGroup srcGroup
- Group for the FigTexts concerning the source association end.
destGroup
FigTextGroup destGroup
- Group for the FigTexts concerning the dest association end.
middleGroup
FigTextGroup middleGroup
- Group for the FigTexts concerning the name and stereotype of the
association itself.
srcMult
org.tigris.gef.presentation.FigText srcMult
srcRole
org.tigris.gef.presentation.FigText srcRole
destMult
org.tigris.gef.presentation.FigText destMult
destRole
org.tigris.gef.presentation.FigText destRole
srcOrdering
org.tigris.gef.presentation.FigText srcOrdering
destOrdering
org.tigris.gef.presentation.FigText destOrdering
sourceArrowHead
org.tigris.gef.presentation.ArrowHead sourceArrowHead
destArrowHead
org.tigris.gef.presentation.ArrowHead destArrowHead
bigPort
org.tigris.gef.presentation.FigCircle bigPort
head
org.tigris.gef.presentation.FigCircle head
edge
FigEdgeAssociationClass edge
fig
FigClassAssociationClass fig
oldMin
int oldMin
oldMax
int oldMax
damageLock
boolean damageLock
srcGroup
FigTextGroup srcGroup
- Group for the FigTexts concerning the association end.
srcMult
org.tigris.gef.presentation.FigText srcMult
srcRole
org.tigris.gef.presentation.FigText srcRole
srcOrdering
org.tigris.gef.presentation.FigText srcOrdering
mainFig
FigAssociationClass mainFig
- The FigAssociationClass that is associated to
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
mainFig
FigAssociationClass mainFig
- The FigAssociationClass that is associated to.
removeFromDiagram
boolean removeFromDiagram
- Set the removeFromDiagram to false if this edge may not
be removed from the diagram.
name
org.tigris.gef.presentation.FigText name
- The Fig that displays the name of this model element.
Use getNameFig(), no setter should be required.
stereo
org.tigris.gef.presentation.FigText stereo
- The Fig that displays the stereotype of this model element.
Use getStereotypeFig(), no setter should be required.
id
ItemUID id
currentNotationName
NotationName currentNotationName
- The current notation for this fig. The notation is for example
UML 1.3 or Java
bigPort
org.tigris.gef.presentation.Fig bigPort
discriminator
org.tigris.gef.presentation.FigText discriminator
- Text box for discriminator
endArrow
org.tigris.gef.presentation.ArrowHeadTriangle endArrow
figPoly
org.tigris.gef.presentation.FigPoly figPoly
arrowDirection
int arrowDirection
- The current arrow direction set to constants above.
stereotype
FigStereotype stereotype
name
FigName name
head
org.tigris.gef.presentation.FigDiamond head
currentNotationName
NotationName currentNotationName
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
org.tigris.gef.presentation.Fig bigPort
name
org.tigris.gef.presentation.FigText name
- use getNameFig() and setNameFig() to access the Figs.
Use getName() and setName() to just change the text.
stereo
org.tigris.gef.presentation.FigText stereo
- use getter/setter
getStereotypeFig() and setStereoTypeFig() to access the Figs.
Use getStereotype() and setStereotype() to change stereotype
text.
MVW: Why are the getter/setter not returning a FigText, but a Fig?
I created a new (real) getter: getStereotypeFigText()
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
org.tigris.gef.presentation.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.
endArrow
org.tigris.gef.presentation.ArrowHeadTriangle endArrow
supressCalcBounds
boolean supressCalcBounds
serialVersionUID: -2094146244090391544l
newFigNodeAssociation
org.tigris.gef.presentation.FigNode newFigNodeAssociation
oldFigAssociation
org.tigris.gef.presentation.FigEdge oldFigAssociation
association
Object association
associationEnds
Collection associationEnds
serialVersionUID: -427957543380196265l
startPort
Object startPort
- The NetPort where the arc is paintn from.
startPortFig
org.tigris.gef.presentation.Fig startPortFig
- The Fig that presents the starting NetPort.
sourceFigNode
org.tigris.gef.presentation.FigNode sourceFigNode
- The FigNode on the NetNode that owns the start port.
newEdge
Object newEdge
- The new NetEdge that is being created.
destToSource
boolean destToSource
- False if drawing from source and destination. True if drawing
from destination to source.
handle
org.tigris.gef.presentation.Handle handle
- The number of points added so far.
fn
org.tigris.gef.presentation.FigNode fn
fe
org.tigris.gef.presentation.FigEdge fe
postProcessEdge
boolean postProcessEdge
field
JTextField field
target
org.tigris.gef.presentation.FigText target
nameLabel
JLabel nameLabel
nameField
JTextField nameField
realAction
Action realAction
sourceFig
FigNodeModelElement sourceFig
- used to determine if the association is now to self,
in which case The association needs automatic layout.
destFig
FigNodeModelElement destFig
- used to determine if the association is now to self,
in which case The association needs automatic layout.
armed
boolean armed
the re-routing capability it armed if the mouse was previously
dragged.
prevents just selecting the message then clicking somewhere
else on the diagram,
pointIndex
int pointIndex
the index of the point on the line of the message.
0 = sender end
1..* = receiver end
paintButtons
boolean paintButtons
- True if the buttons on selection are currently shown.
pressedButton
int pressedButton
placeCounter
int placeCounter
- Counter for counting the number of times there has been a try to place
a fig.
spacer
SpacerPanel spacer
spacer2
SpacerPanel spacer2
spacer3
SpacerPanel spacer3
arrowLabel
JLabel arrowLabel
arrowField
JComboBox arrowField
target
UMLDiagram target
- The diagram object.
graph
org.tigris.gef.graph.presentation.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.
serialVersionUID: -401219134410459387l
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
Package org.argouml.uml.diagram.use_case |
serialVersionUID: -8516841965639203796l
model
Object model
- The "home" UML model of this diagram, not all ModelElements in
this graph are in the home model, but if they are added and
don't already have a model, they are placed in the "home
model". Also, elements from other models will have their
FigNodes add a line to say what their model is.
Package org.argouml.uml.diagram.use_case.ui |
label
org.tigris.gef.presentation.FigText label
- The «extend» label.
condition
org.tigris.gef.presentation.FigText condition
- The condition expression.
fg
org.tigris.gef.presentation.FigGroup fg
- The group of label and condition.
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
label
org.tigris.gef.presentation.FigText label
endArrow
org.tigris.gef.presentation.ArrowHeadGreater endArrow
bigPort
FigUseCase.FigMyCircle bigPort
- UML use cases do not really have ports, so just define one big
one so that users can drag edges to or from any point in the
icon.
cover
FigUseCase.FigMyCircle cover
- We don't use _bigPort for the actual graphics of the oval. We
define an identical oval that sits on top of it.
epSep
org.tigris.gef.presentation.FigLine epSep
- The line separating name and extension points.
epVec
org.tigris.gef.presentation.FigGroup epVec
- The vector of graphics for extension points (if any). First one
is the rectangle for the entire extension points box.
epBigPort
org.tigris.gef.presentation.FigRect epBigPort
- The rectangle for the entire extension point box.
highlightedFigText
CompartmentFigText highlightedFigText
- Text highlighted by mouse actions on the diagram. Assumed to
belong to the extension point compartment.
epCheckBox
JCheckBox epCheckBox
- The check box for extension points.
displayLabel
JLabel displayLabel
- The label alongside the check box for extension points.
refreshTransaction
boolean refreshTransaction
- Flag to indicate that a refresh is going on.
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
serialVersionUID: 2217410137377934879l
Package org.argouml.uml.generator |
headerComment
String headerComment
outputDir
String outputDir
Package org.argouml.uml.generator.ui |
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.ui |
target
Object target
multiSelect
boolean multiSelect
exclusive
boolean exclusive
target
Object target
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
tagName
String tagName
textSource
JTextComponent textSource
textSource
JTextComponent textSource
active
boolean active
- remember if this form is already active, so that it does
not popup twice.
textSource
JTextComponent textSource
- The source textcomponent where the caret is positioned
inJGraph
boolean inJGraph
- Flag to indicate that the mouse is hovering over the JGraph.
filename
String filename
target
Object target
modelElement
Object modelElement
bundle
ResourceBundle bundle
panels
Vector panels
lastRow
int lastRow
listenerList
EventListenerList listenerList
center
JPanel center
- The metaclass/property pairs for the third party listener (if we have
set one up. We use this when creating a new listener on target
change.
buttonPanel
JToolBar buttonPanel
titleLabel
JLabel titleLabel
captionPanel
JPanel captionPanel
smallFont
Font smallFont
srcPathCtrl
SourcePathController srcPathCtrl
srcPathTableModel
SourcePathTableModel srcPathTableModel
srcPathTable
JTable srcPathTable
delButton
JButton delButton
rowSM
ListSelectionModel rowSM
mOcleEditor
tudresden.ocl.gui.OCLEditor mOcleEditor
- The actual editor pane.
mMmeiTarget
Object mMmeiTarget
- The current target element.
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.
notationName
NotationName notationName
target
org.tigris.gef.presentation.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
target
Object target
tableModel
TableModelTaggedValues tableModel
shouldBeEnabled
boolean shouldBeEnabled
table
JTable table
titleLabel
JLabel titleLabel
buttonPanel
JToolBar buttonPanel
iconName
String iconName
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
returnValue
int returnValue
- The returnvalue of the method showDialog. Returnvalue can be
either JOptionPane.OK_OPTION or JOptionPane.CANCEL_OPTION
checkBoxTarget
Object checkBoxTarget
propertySetName
String propertySetName
comboBoxTarget
Object comboBoxTarget
- The taget 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 "" as value in the combobox. If
true the attribute that is shown by this combobox may be set to null.
Makes sure that there is allways a "" in the list with objects so the
user has the oportunity to select this to clear the attribute.
propertySetName
String propertySetName
- The name of the event with which NSUML sets the attribute that is shown
in this comboboxmodel.
fireListEvents
boolean fireListEvents
- Flag to indicate wether list events should be fired
buildingModel
boolean buildingModel
- Flag to indicate wether the model is being build
theContainer
UMLUserInterfaceContainer theContainer
theComboBox
JComboBox theComboBox
theButton
JButton theButton
model
UMLExpressionModel2 model
notifyModel
boolean notifyModel
model
UMLExpressionModel2 model
notifyModel
boolean notifyModel
theContainer
UMLUserInterfaceContainer theContainer
- Deprecated.
isUpdating
boolean isUpdating
- Deprecated.
- Prevent event storms through not generating unnecessary events.
listItems
String[] listItems
- Deprecated.
- Items in the initial value combobox that are available for selection.
showIcon
boolean showIcon
- True if the icon for the modelelement should be shown. The icon is, for
instance, a small class symbol for a class.
actionObj
Object actionObj
- Deprecated.
index
int index
- Deprecated.
action
Method action
- Deprecated.
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
deletePossible
boolean deletePossible
addPossible
boolean addPossible
newPossible
boolean newPossible
popupMenu
JPopupMenu popupMenu
addAction
AbstractActionAddModelElement addAction
newAction
AbstractActionNewModelElement newAction
deleteAction
AbstractActionRemoveElement deleteAction
firing
boolean firing
- True if an event should be fired when the text of the document is changed
editing
boolean editing
- True if an user edits the document directly (by typing in text)
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.
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
theContainer
UMLUserInterfaceContainer theContainer
theProperty
UMLStimulusActionTextProperty theProperty
Package org.argouml.uml.ui.behavior.activity_graphs |
classifierComboBox
JComboBox classifierComboBox
classifierComboBoxModel
UMLObjectFlowStateClassifierComboBoxModel classifierComboBoxModel
Package org.argouml.uml.ui.behavior.collaborations |
multiplicityComboBox
UMLComboBox2 multiplicityComboBox
- The combobox for the multiplicity of this type.
Package org.argouml.uml.ui.behavior.common_behavior |
choiceClass
Object choiceClass
stimuliSenderScroll
JScrollPane stimuliSenderScroll
stimuliReceiverScroll
JScrollPane stimuliReceiverScroll
Package org.argouml.uml.ui.behavior.state_machines |
kind
Object kind
subverticesList
JList subverticesList
paramScroll
JScrollPane paramScroll
paramListModel
UMLEventParameterListModel paramListModel
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
incomingScroll
JScrollPane incomingScroll
outgoingScroll
JScrollPane outgoingScroll
containerScroll
JScrollPane containerScroll
Package org.argouml.uml.ui.behavior.use_cases |
Package org.argouml.uml.ui.foundation.core |
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
attributeScroll
JScrollPane attributeScroll
operationScroll
JScrollPane operationScroll
assocEndScroll
JScrollPane assocEndScroll
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. There is a bug (or inconsistency) with
NSUML since NSUML equals this visibility with the visibility of a
modelelement. The UML 1.3 spec does not. Since I try to follow the spec
as much as possible, the panel is defined here and not in
PropPanelModelElement
specificationScroll
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
qualifierButton
PropPanelButton2 qualifierButton
- Button to add qualified attributes to this association end
associationLabel
String associationLabel
oppositeEndButton
PropPanelButton2 oppositeEndButton
attributeScroll
JScrollPane attributeScroll
operationScroll
JScrollPane operationScroll
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
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
ownerScopeCheckbox
UMLFeatureOwnerScopeCheckBox ownerScopeCheckbox
ownerComboBox
UMLComboBox2 ownerComboBox
ownerScroll
JScrollPane ownerScroll
visibilityPanel
JPanel visibilityPanel
discriminatorTextField
JTextField discriminatorTextField
parentScroll
JScrollPane parentScroll
childScroll
JScrollPane childScroll
namespaceScroll
JScrollPane namespaceScroll
namespaceComboBox
JComboBox namespaceComboBox
stereotypeComboBox
JComboBox stereotypeComboBox
stereotypeBox
Box stereotypeBox
supplierDependencyScroll
JScrollPane supplierDependencyScroll
clientDependencyScroll
JScrollPane clientDependencyScroll
targetFlowScroll
JScrollPane targetFlowScroll
sourceFlowScroll
JScrollPane sourceFlowScroll
constraintScroll
JScrollPane constraintScroll
namespaceVisibilityPanel
JPanel namespaceVisibilityPanel
specializationCheckBox
JCheckBox specializationCheckBox
elementResidenceScroll
JScrollPane elementResidenceScroll
nameTextField
JTextField nameTextField
namespaceComboBoxModel
UMLModelElementNamespaceComboBoxModel namespaceComboBoxModel
ownedElementsScroll
JScrollPane ownedElementsScroll
behFeatureScroll
JScrollPane behFeatureScroll
multiplicityComboBox
UMLComboBox2 multiplicityComboBox
typeComboBox
UMLComboBox2 typeComboBox
changeabilityRadioButtonPanel
UMLRadioButtonPanel changeabilityRadioButtonPanel
targetScopeCheckBox
UMLCheckBox2 targetScopeCheckBox
Package org.argouml.uml.ui.foundation.extension_mechanisms |
generalizationScroll
JScrollPane generalizationScroll
specializationScroll
JScrollPane specializationScroll
metaClasses
Collection metaClasses
Package org.argouml.uml.ui.model_management |
modifiersPanel
JPanel modifiersPanel
generalizationScroll
JScrollPane generalizationScroll
specializationScroll
JScrollPane specializationScroll
featureScroll
JScrollPane featureScroll