|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.argouml.application.api |
---|
Class org.argouml.application.api.AbstractArgoJPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
java.lang.String title
javax.swing.Icon icon
boolean tear
Orientation orientation
Package org.argouml.application.events |
---|
Class org.argouml.application.events.ArgoDiagramAppearanceEvent extends ArgoEvent implements Serializable |
---|
Class org.argouml.application.events.ArgoEvent extends java.util.EventObject implements Serializable |
---|
Serialized Fields |
---|
int eventType
Class org.argouml.application.events.ArgoGeneratorEvent extends ArgoEvent implements Serializable |
---|
Class org.argouml.application.events.ArgoHelpEvent extends ArgoEvent implements Serializable |
---|
Serialized Fields |
---|
java.lang.String helpText
Class org.argouml.application.events.ArgoNotationEvent extends ArgoEvent implements Serializable |
---|
Class org.argouml.application.events.ArgoProfileEvent extends ArgoEvent implements Serializable |
---|
Class org.argouml.application.events.ArgoStatusEvent extends ArgoEvent implements Serializable |
---|
Serialized Fields |
---|
java.lang.String text
Package org.argouml.cognitive |
---|
Class org.argouml.cognitive.CompoundCritic extends Critic implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> critics
java.util.Set<E> extraDesignMaterials
CompoundCritic.getCriticizedDesignMaterials()
Class org.argouml.cognitive.Critic extends java.util.Observable implements Serializable |
---|
Serialized Fields |
---|
int priority
java.lang.String headline
java.lang.String description
java.lang.String moreInfoURL
javax.swing.Icon clarifier
java.lang.String decisionCategory
Decision categories are defined in the DecisionModel of a particular domain.
ControlMech
java.util.List<E> supportedDecisions
java.util.List<E> supportedGoals
java.lang.String criticType
boolean isActive
java.util.Hashtable<K,V> controlRecs
ListSet<T> knowledgeTypes
long triggerMask
Class org.argouml.cognitive.DecisionModel extends java.util.Observable implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> decisions
Class org.argouml.cognitive.GoalModel extends java.util.Observable implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> goals
Class org.argouml.cognitive.ListSet extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> list
java.util.Set<E> set
java.lang.Object mutex
Class org.argouml.cognitive.ToDoItem extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3058660098451455153L
Serialized Fields |
---|
Poster thePoster
java.lang.String theHeadline
int thePriority
java.lang.String theDescription
java.lang.String theMoreInfoURL
ListSet<T> theOffenders
Each member is either a model element, a Fig
, or a
Diagram
.
TODO: Offenders need to be more strongly typed. Because there is not a common supertype for these three types, we can't type this list. We should introduce a common supertype/interface. - tfm 20070630
The list of offenders is set once (e.g. by the constructor) and cannot change.
Wizard theWizard
java.lang.String cachedExpandedHeadline
java.lang.String cachedExpandedDescription
Class org.argouml.cognitive.UnresolvableException extends java.lang.Exception implements Serializable |
---|
Package org.argouml.cognitive.checklist |
---|
Class org.argouml.cognitive.checklist.CheckItem extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String category
java.lang.String description
java.lang.String moreInfoURL
Predicate predicate
Class org.argouml.cognitive.checklist.Checklist extends java.util.ArrayList<CheckItem> implements Serializable |
---|
Serialized Fields |
---|
java.lang.String nextCategory
Class org.argouml.cognitive.checklist.ChecklistStatus extends Checklist implements Serializable |
---|
Class org.argouml.cognitive.checklist.CheckManager extends java.lang.Object implements Serializable |
---|
Package org.argouml.cognitive.checklist.ui |
---|
Class org.argouml.cognitive.checklist.ui.TabChecklist extends AbstractArgoJPanel implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object target
org.argouml.cognitive.checklist.ui.TableModelChecklist tableModel
boolean shouldBeEnabled
javax.swing.JTable table
Package org.argouml.cognitive.critics |
---|
Class org.argouml.cognitive.critics.SnoozeOrder extends java.lang.Object implements Serializable |
---|
serialVersionUID: -7133285313405407967L
Serialized Fields |
---|
java.util.Date snoozeUntil
java.util.Date snoozeAgain
long interval
java.util.Date now
Class org.argouml.cognitive.critics.Wizard extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> panels
int step
boolean finished
boolean started
WizardItem item
Package org.argouml.cognitive.critics.ui |
---|
Class org.argouml.cognitive.critics.ui.ActionOpenCritics extends UndoableAction implements Serializable |
---|
Package org.argouml.cognitive.ui |
---|
Class org.argouml.cognitive.ui.ActionAutoCritique extends UndoableAction implements Serializable |
---|
serialVersionUID: 9057306108717070004L
Class org.argouml.cognitive.ui.ActionGoToCritique extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
ToDoItem item
Class org.argouml.cognitive.ui.ActionNewToDoItem extends UndoableAction implements Serializable |
---|
Class org.argouml.cognitive.ui.ActionOpenDecisions extends UndoableAction implements Serializable |
---|
Class org.argouml.cognitive.ui.ActionOpenGoals extends UndoableAction implements Serializable |
---|
Class org.argouml.cognitive.ui.ActionResolve extends ToDoItemAction implements Serializable |
---|
Class org.argouml.cognitive.ui.ActionSnooze extends ToDoItemAction implements Serializable |
---|
Class org.argouml.cognitive.ui.TabToDo extends AbstractArgoJPanel implements Serializable |
---|
serialVersionUID: 4819730646847978729L
Serialized Fields |
---|
WizDescription description
javax.swing.JPanel lastPanel
BorderSplitPane splitPane
java.lang.Object target
Class org.argouml.cognitive.ui.ToDoItemAction extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object rememberedTarget
Class org.argouml.cognitive.ui.ToDoPane extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 1911401582875302996L
Serialized Fields |
---|
javax.swing.JTree tree
javax.swing.JComboBox combo
java.util.List<E> perspectives
ToDoPerspective curPerspective
ToDoList root
javax.swing.JLabel countLabel
java.lang.Object lastSel
Class org.argouml.cognitive.ui.ToDoTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable |
---|
Serialized Fields |
---|
javax.swing.ImageIcon postIt0
javax.swing.ImageIcon postIt25
javax.swing.ImageIcon postIt50
javax.swing.ImageIcon postIt75
javax.swing.ImageIcon postIt99
javax.swing.ImageIcon postIt100
javax.swing.ImageIcon postItD0
javax.swing.ImageIcon postItD25
javax.swing.ImageIcon postItD50
javax.swing.ImageIcon postItD75
javax.swing.ImageIcon postItD99
javax.swing.ImageIcon postItD100
UMLTreeCellRenderer treeCellRenderer
Class org.argouml.cognitive.ui.WizDescription extends WizStep implements Serializable |
---|
serialVersionUID: 2545592446694112088L
Serialized Fields |
---|
javax.swing.JTextArea description
Class org.argouml.cognitive.ui.WizStep extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 8845081753813440684L
Serialized Fields |
---|
javax.swing.JPanel mainPanel
javax.swing.JButton backButton
javax.swing.JButton nextButton
javax.swing.JButton finishButton
javax.swing.JButton helpButton
javax.swing.JPanel buttonPanel
java.lang.Object target
Class org.argouml.cognitive.ui.WizStepChoice extends WizStep implements Serializable |
---|
serialVersionUID: 8055896491830976354L
Serialized Fields |
---|
javax.swing.JTextArea instructions
java.util.List<E> choices
int selectedIndex
Class org.argouml.cognitive.ui.WizStepConfirm extends WizStep implements Serializable |
---|
serialVersionUID: 9145817515169354813L
Serialized Fields |
---|
javax.swing.JTextArea instructions
Class org.argouml.cognitive.ui.WizStepCue extends WizStep implements Serializable |
---|
serialVersionUID: -5886729588114736302L
Serialized Fields |
---|
javax.swing.JTextArea instructions
Class org.argouml.cognitive.ui.WizStepManyTextFields extends WizStep implements Serializable |
---|
serialVersionUID: -5154002407806917092L
Serialized Fields |
---|
javax.swing.JTextArea instructions
java.util.List<E> fields
Class org.argouml.cognitive.ui.WizStepTextField extends WizStep implements Serializable |
---|
serialVersionUID: -4245718254267840545L
Serialized Fields |
---|
javax.swing.JTextArea instructions
javax.swing.JLabel label
javax.swing.JTextField field
Package org.argouml.core.propertypanels.ui |
---|
Class org.argouml.core.propertypanels.ui.RadioButtonPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: -3786246432442765208L
Serialized Fields |
---|
java.lang.Object umlElement
java.lang.String propertyName
javax.swing.ButtonGroup buttonGroup
GetterSetterManager getterSetterManager
Class org.argouml.core.propertypanels.ui.UMLEditableComboBox extends org.argouml.core.propertypanels.ui.UMLComboBox implements Serializable |
---|
Class org.argouml.core.propertypanels.ui.UMLSignalEventSignalList.ActionNewSignal extends AbstractActionNewModelElement implements Serializable |
---|
serialVersionUID: -1905204858078372670L
Package org.argouml.kernel |
---|
Class org.argouml.kernel.ProjectImpl extends java.lang.Object implements Serializable |
---|
serialVersionUID: 1399111233978692444L
Serialized Fields |
---|
int projectType
java.net.URI uri
java.lang.String authorname
java.lang.String authoremail
java.lang.String description
java.lang.String version
ProjectSettings projectSettings
java.util.List<E> searchpath
java.util.List<E> members
java.lang.String historyFile
int persistenceVersion
java.util.List<E> models
java.lang.Object root
java.util.Collection<E> roots
java.util.List<E> diagrams
java.lang.Object currentNamespace
java.util.Map<K,V> uuidRefs
ProfileConfiguration profileConfiguration
ArgoDiagram activeDiagram
java.lang.String savedDiagramName
java.util.HashMap<K,V> defaultModelTypeCache
java.util.Collection<E> trashcan
UndoManager undoManager
boolean dirty
Package org.argouml.language.ui |
---|
Class org.argouml.language.ui.LanguageComboBox extends javax.swing.JComboBox implements Serializable |
---|
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 |
---|
java.lang.Object changedValue
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 java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: -5831736942969641257L
Class org.argouml.model.NotImplementedException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: -3782492193881615900L
Class org.argouml.model.RemoveAssociationEvent extends AssociationChangeEvent implements Serializable |
---|
serialVersionUID: -1657123224250248465L
Class org.argouml.model.UmlChangeEvent extends java.beans.PropertyChangeEvent implements Serializable |
---|
Serialized Fields |
---|
java.util.EventObject originalEvent
Class org.argouml.model.UmlException extends java.lang.Exception implements Serializable |
---|
serialVersionUID: -1029321716390822627L
Class org.argouml.model.XmiException extends UmlException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String publicId
java.lang.String systemId
int lineNumber
int columnNumber
Class org.argouml.model.XmiReferenceException extends XmiException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String reference
Class org.argouml.model.XmiReferenceRuntimeException extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
java.lang.String reference
Package org.argouml.notation.ui |
---|
Class org.argouml.notation.ui.NotationComboBox extends javax.swing.JComboBox implements Serializable |
---|
serialVersionUID: 4059899784583789412L
Class org.argouml.notation.ui.SettingsTabNotation extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel topPanel
javax.swing.JComboBox notationLanguage
javax.swing.JCheckBox useGuillemots
javax.swing.JCheckBox showAssociationNames
javax.swing.JCheckBox showVisibility
javax.swing.JCheckBox showMultiplicity
javax.swing.JCheckBox showInitialValue
javax.swing.JCheckBox showProperties
javax.swing.JCheckBox showTypes
javax.swing.JCheckBox showStereotypes
javax.swing.JCheckBox showSingularMultiplicities
int scope
Project p
Package org.argouml.pattern.cognitive.critics |
---|
Class org.argouml.pattern.cognitive.critics.CrConsiderFacade extends CrUML implements Serializable |
---|
serialVersionUID: -5513915374319458662L
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 org.argouml.persistence.PersistenceException implements Serializable |
---|
serialVersionUID: -4787911270548948677L
Class org.argouml.persistence.SaveException extends org.argouml.persistence.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.profile |
---|
Class org.argouml.profile.ProfileException extends java.lang.Exception implements Serializable |
---|
Package org.argouml.profile.internal.ocl |
---|
Class org.argouml.profile.internal.ocl.CrOCL extends CrUML implements Serializable |
---|
Serialized Fields |
---|
OclInterpreter interpreter
java.lang.String ocl
java.util.Set<E> designMaterials
Class org.argouml.profile.internal.ocl.InvalidOclException extends java.lang.Exception implements Serializable |
---|
Package org.argouml.profile.internal.ui |
---|
Class org.argouml.profile.internal.ui.PropPanelCritic extends PropPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JTextField criticClass
javax.swing.JTextField name
javax.swing.JTextField headline
javax.swing.JTextField priority
javax.swing.JTextArea description
javax.swing.JTextArea ocl
javax.swing.JLabel oclLabel
javax.swing.JTextField supportedDecision
javax.swing.JTextField knowledgeType
Package org.argouml.swingext |
---|
Class org.argouml.swingext.GlassPane extends javax.swing.JComponent implements Serializable |
---|
serialVersionUID: -1170784689759475601L
Serialized Fields |
---|
java.awt.Window theWindow
java.awt.Component activeComponent
Class org.argouml.swingext.JLinkButton extends javax.swing.JButton implements Serializable |
---|
Serialized Fields |
---|
int linkBehavior
java.awt.Color linkColor
java.awt.Color colorPressed
java.awt.Color visitedLinkColor
java.awt.Color disabledLinkColor
java.net.URL buttonURL
javax.swing.Action defaultAction
boolean isLinkVisited
Class org.argouml.swingext.SpacerPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
int w
int h
Package org.argouml.taskmgmt |
---|
Class org.argouml.taskmgmt.ProgressEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: -440923505939663713L
Serialized Fields |
---|
long length
long position
Package org.argouml.ui |
---|
Class org.argouml.ui.AbstractArgoJPanel extends AbstractArgoJPanel implements Serializable |
---|
Class org.argouml.ui.ActionCreateContainedModelElement extends AbstractActionNewModelElement implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object metaType
Class org.argouml.ui.ActionCreateEdgeModelElement extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object metaType
java.lang.Object source
java.lang.Object dest
Class org.argouml.ui.ActionExportXMI extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -3445739054369264482L
Class org.argouml.ui.ActionImportXMI extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -8756142027376622496L
Class org.argouml.ui.ActionProjectSettings extends javax.swing.AbstractAction implements Serializable |
---|
Class org.argouml.ui.ActionRedo extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 3921952827170089931L
Class org.argouml.ui.ActionSettings extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -3646595772633674514L
Serialized Fields |
---|
ArgoDialog dialog
Class org.argouml.ui.ActionUndo extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 6544646406482242086L
Class org.argouml.ui.ArgoJFontChooser extends javax.swing.JDialog implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel jContentPane
javax.swing.JList jlstFamilies
javax.swing.JList jlstSizes
javax.swing.JLabel jlblFamilies
javax.swing.JLabel jlblSize
javax.swing.JLabel jlblPreview
javax.swing.JButton jbtnOk
javax.swing.JButton jbtnCancel
int resultSize
java.lang.String resultName
boolean isOk
Class org.argouml.ui.ArgoJMenu extends javax.swing.JMenu implements Serializable |
---|
serialVersionUID: 8318663502924796474L
Class org.argouml.ui.ArgoStatusBar extends StatusBar implements Serializable |
---|
Class org.argouml.ui.CheckboxTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
---|
serialVersionUID: 111532940880908401L
Serialized Fields |
---|
java.lang.Object[][] elements
java.lang.String columnName1
java.lang.String columnName2
Class org.argouml.ui.DetailsPane extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JTabbedPane topLevelTabbedPane
java.lang.Object currentTarget
java.util.List<E> tabPanelList
int lastNonNullTab
javax.swing.event.EventListenerList listenerList
Orientation orientation
boolean hasTabs
javax.swing.Icon upArrowIcon
javax.swing.Icon leftArrowIcon
Class org.argouml.ui.DisplayTextTree extends javax.swing.JTree implements Serializable |
---|
serialVersionUID: 949560309817566838L
Serialized Fields |
---|
java.util.Hashtable<K,V> expandedPathsInModel
keys are the current TreeModel of this Tree values are Lists of currently expanded paths.
boolean reexpanding
boolean showStereotype
Class org.argouml.ui.ExceptionDialog extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: -2773182347529547418L
Serialized Fields |
---|
javax.swing.JButton closeButton
javax.swing.JButton copyButton
javax.swing.JLabel northLabel
javax.swing.JEditorPane textArea
Class org.argouml.ui.HeapMonitor extends javax.swing.JComponent implements Serializable |
---|
Serialized Fields |
---|
long free
long total
long max
long used
Class org.argouml.ui.HelpBox extends javax.swing.JFrame implements Serializable |
---|
serialVersionUID: 0L
Serialized Fields |
---|
javax.swing.JTabbedPane tabs
javax.swing.JEditorPane[] panes
java.lang.String[][] pages
Class org.argouml.ui.MenuBar14 extends GenericArgoMenuBar implements Serializable |
---|
Class org.argouml.ui.MenuBar2 extends GenericArgoMenuBar implements Serializable |
---|
Class org.argouml.ui.MultiEditorPane extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel[] tabInstances
javax.swing.JTabbedPane tabs
java.util.List<E> tabPanels
java.awt.Component lastTab
Class org.argouml.ui.ProjectBrowser extends javax.swing.JFrame implements Serializable |
---|
serialVersionUID: 6974246679451284917L
Serialized Fields |
---|
java.lang.String appName
MultiEditorPane editorPane
DetailsPane northEastPane
DetailsPane northPane
DetailsPane northWestPane
DetailsPane eastPane
DetailsPane southEastPane
DetailsPane southPane
java.util.Map<K,V> detailsPanesByCompassPoint
GenericArgoMenuBar menuBar
StatusBar statusBar
java.awt.Font defaultFont
BorderSplitPane workAreaPane
org.argouml.ui.NavigatorPane explorerPane
javax.swing.JPanel todoPane
ProjectBrowser.getInstance()
.
org.argouml.ui.ProjectBrowser.TitleHandler titleHandler
javax.swing.AbstractAction saveAction
ActionRemoveFromDiagram removeFromDiagram
Class org.argouml.ui.ProjectSettingsTabProfile extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
Project p
javax.swing.JButton loadFromFile
javax.swing.JButton unregisterProfile
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JList availableList
javax.swing.JList usedList
javax.swing.JLabel stereoLabel
javax.swing.JComboBox stereoField
javax.swing.JFileChooser fileChooser
boolean initialized
Class org.argouml.ui.ProjectSettingsTabProperties extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
Project p
javax.swing.JTextField userFullname
javax.swing.JTextField userEmail
javax.swing.JTextArea description
javax.swing.JTextField version
Class org.argouml.ui.SettingsTabProfile extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JButton loadFromFile
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JList availableList
javax.swing.JList defaultList
javax.swing.JList directoryList
javax.swing.JButton addDirectory
javax.swing.JButton removeDirectory
javax.swing.JButton refreshProfiles
javax.swing.JLabel stereoLabel
javax.swing.JComboBox stereoField
boolean initialized
Class org.argouml.ui.ShadowComboBox extends javax.swing.JComboBox implements Serializable |
---|
serialVersionUID: 3440806802523267746L
Class org.argouml.ui.SplashScreen extends javax.swing.JWindow implements Serializable |
---|
Serialized Fields |
---|
StatusBar statusBar
boolean paintCalled
Class org.argouml.ui.StatusBar extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JLabel msg
javax.swing.JProgressBar progress
java.lang.String statusText
Class org.argouml.ui.StylePanel extends AbstractArgoJPanel implements Serializable |
---|
serialVersionUID: 2183676111107689482L
Serialized Fields |
---|
Fig panelTarget
Class org.argouml.ui.StylePanelFig extends StylePanel implements Serializable |
---|
serialVersionUID: -6232843473753751128L
Serialized Fields |
---|
javax.swing.JLabel bboxLabel
javax.swing.JTextField bboxField
javax.swing.JLabel fillLabel
javax.swing.JComboBox fillField
javax.swing.JLabel lineLabel
javax.swing.JComboBox lineField
javax.swing.JLabel stereoLabel
javax.swing.JComboBox stereoField
SpacerPanel spacer
SpacerPanel spacer2
SpacerPanel spacer3
Class org.argouml.ui.StylePanelFigNodeModelElement extends StylePanelFig implements Serializable |
---|
Serialized Fields |
---|
boolean refreshTransaction
javax.swing.JLabel displayLabel
javax.swing.JCheckBox pathCheckBox
javax.swing.JPanel displayPane
Class org.argouml.ui.StylePanelFigRRect extends StylePanelFig implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JLabel roundingLabel
javax.swing.JTextField roundingField
Class org.argouml.ui.StylePanelFigText extends StylePanelFig implements Serializable |
---|
serialVersionUID: 2019248527481196634L
Serialized Fields |
---|
javax.swing.JLabel fontLabel
javax.swing.JComboBox fontField
javax.swing.JLabel sizeLabel
javax.swing.JComboBox sizeField
javax.swing.JLabel styleLabel
javax.swing.JComboBox styleField
javax.swing.JLabel justLabel
javax.swing.JComboBox justField
javax.swing.JLabel textColorLabel
javax.swing.JComboBox textColorField
Class org.argouml.ui.TabResults extends AbstractArgoJPanel implements Serializable |
---|
serialVersionUID: 4980167466628873068L
Serialized Fields |
---|
PredicateSearch pred
ChildGenerator cg
java.lang.Object root
javax.swing.JSplitPane mainPane
java.util.List<E> results
java.util.List<E> related
java.util.List<E> diagrams
boolean relatedShown
javax.swing.JLabel resultsLabel
javax.swing.JTable resultsTable
TMResults resultsModel
javax.swing.JLabel relatedLabel
javax.swing.JTable relatedTable
TMResults relatedModel
Class org.argouml.ui.TabText extends AbstractArgoJPanel implements Serializable |
---|
serialVersionUID: -1484647093166393888L
Serialized Fields |
---|
java.lang.Object target
javax.swing.JTextArea textArea
boolean parseChanges
boolean enabled
javax.swing.JToolBar toolbar
null
if no toolbar
was requested.
Class org.argouml.ui.UndoableAction extends javax.swing.AbstractAction implements Serializable |
---|
Package org.argouml.ui.cmd |
---|
Class org.argouml.ui.cmd.ActionAboutArgoUML extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 7988731727182091682L
Class org.argouml.ui.cmd.ActionAdjustGrid extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
java.util.Map<K,V> myMap
Class org.argouml.ui.cmd.ActionAdjustSnap extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
int guideSize
Class org.argouml.ui.cmd.ActionExit extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -6264722939329644183L
Class org.argouml.ui.cmd.ActionGotoDiagram extends UndoableAction implements Serializable |
---|
Class org.argouml.ui.cmd.ActionHelp extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 0L
Class org.argouml.ui.cmd.ActionNew extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -3943153836514178100L
Class org.argouml.ui.cmd.ActionNewProfile extends javax.swing.AbstractAction implements Serializable |
---|
Class org.argouml.ui.cmd.ActionNotation extends UndoableAction implements Serializable |
---|
serialVersionUID: 1364283215100616618L
Serialized Fields |
---|
javax.swing.JMenu menu
ActionNotation.menuSelected(MenuEvent me)
),
since it depends on the current project,
and notation languages may be added or removed
by plugins.
Class org.argouml.ui.cmd.ActionPrint extends javax.swing.AbstractAction implements Serializable |
---|
Class org.argouml.ui.cmd.ActionShowXMLDump extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -7942597779499060380L
Class org.argouml.ui.cmd.ActionSystemInfo extends javax.swing.AbstractAction implements Serializable |
---|
Class org.argouml.ui.cmd.GenericArgoMenuBar extends javax.swing.JMenuBar implements Serializable |
---|
serialVersionUID: 2904074534530273119L
Serialized Fields |
---|
java.util.Collection<E> disableableActions
javax.swing.JToolBar fileToolbar
javax.swing.JToolBar editToolbar
javax.swing.JToolBar viewToolbar
javax.swing.JToolBar createDiagramToolbar
LastRecentlyUsedMenuList mruList
javax.swing.JMenu edit
javax.swing.JMenu select
ArgoJMenu view
javax.swing.JMenu createDiagramMenu
javax.swing.JMenu tools
javax.swing.JMenu generate
ArgoJMenu arrange
ArgoJMenu critique
javax.swing.JMenu help
javax.swing.Action navigateTargetForwardAction
javax.swing.Action navigateTargetBackAction
ActionSettings settingsAction
ActionAboutArgoUML aboutAction
ActionExit exitAction
ActionOpenProject openAction
Class org.argouml.ui.cmd.ShortcutChangedEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: 961611716902568240L
Serialized Fields |
---|
javax.swing.KeyStroke keyStroke
Class org.argouml.ui.cmd.ShortcutField extends javax.swing.JTextField implements Serializable |
---|
serialVersionUID: -62483698420802557L
Serialized Fields |
---|
javax.swing.event.EventListenerList listenerList
Package org.argouml.ui.explorer |
---|
Class org.argouml.ui.explorer.ActionDeployProfile extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object undeployedProfile
Class org.argouml.ui.explorer.ActionExportProfileXMI extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
Profile selectedProfile
Class org.argouml.ui.explorer.ActionManageProfiles extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
ProjectSettingsDialog dialog
ProjectSettingsTabProfile profilesTab
Class org.argouml.ui.explorer.ActionPerspectiveConfig extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -708783262437452872L
Class org.argouml.ui.explorer.DnDExplorerTree extends ExplorerTree implements Serializable |
---|
serialVersionUID: 6207230394860016617L
Serialized Fields |
---|
java.awt.Point clickOffset
javax.swing.tree.TreePath sourcePath
java.awt.image.BufferedImage ghostImage
javax.swing.tree.TreePath selectedTreePath
java.awt.dnd.DragSource dragSource
Class org.argouml.ui.explorer.ExplorerPopup extends javax.swing.JPopupMenu implements Serializable |
---|
serialVersionUID: -5663884871599931780L
Serialized Fields |
---|
javax.swing.JMenu createDiagrams
Class org.argouml.ui.explorer.ExplorerTree extends DisplayTextTree implements Serializable |
---|
serialVersionUID: 992867483644759920L
Serialized Fields |
---|
java.awt.Image bgImage
boolean updatingSelection
boolean updatingSelectionViaTreeSelection
Class org.argouml.ui.explorer.ExplorerTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable |
---|
serialVersionUID: 3132732494386565870L
Serialized Fields |
---|
java.util.List<E> rules
PerspectiveRules
,
that determine the tree view.
java.util.Map<K,V> modelElementMap
java.util.Comparator<T> order
java.util.List<E> updatingChildren
org.argouml.ui.explorer.ExplorerTreeModel.ExplorerUpdater nodeUpdater
ExplorerTree tree
Class org.argouml.ui.explorer.ExplorerTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable |
---|
serialVersionUID: -6766504350537675845L
Serialized Fields |
---|
ExplorerTreeModel model
boolean expanded
boolean pending
java.util.Set<E> modifySet
Class org.argouml.ui.explorer.PerspectiveComboBox extends javax.swing.JComboBox implements Serializable |
---|
Package org.argouml.ui.targetmanager |
---|
Class org.argouml.ui.targetmanager.TargetEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: -307886693486269426L
Serialized Fields |
---|
java.lang.String theEventName
java.lang.Object[] theOldTargets
java.lang.Object[] theNewTargets
Package org.argouml.uml |
---|
Class org.argouml.uml.ActionAddStereotype extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.util.Collection<E> modelElements
java.lang.Object stereotype
Class org.argouml.uml.TMResults extends javax.swing.table.AbstractTableModel implements Serializable |
---|
serialVersionUID: -1444599676429024575L
Serialized Fields |
---|
java.util.List<E> rowObjects
java.util.List<E> diagrams
boolean showInDiagramColumn
Package org.argouml.uml.cognitive |
---|
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 |
---|
Serialized Fields |
---|
int criticThreshold
Class org.argouml.uml.cognitive.critics.AbstractCrUnconventionalName extends CrUML 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.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 |
---|
serialVersionUID: -6659510145586121263L
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.CrProfile extends CrUML implements Serializable |
---|
serialVersionUID: 1785043010468681602L
Serialized Fields |
---|
java.lang.String localizationPrefix
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
Serialized Fields |
---|
java.lang.String localizationPrefix
critics
Resource, but critics defined elsewhere (out of ArgoUML main tree)
may override this parameter
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 |
---|
java.lang.String suggestion
Class org.argouml.uml.cognitive.critics.WizAddConstructor extends UMLWizard implements Serializable |
---|
serialVersionUID: -4661562206721689576L
Serialized Fields |
---|
WizStepTextField step1
java.lang.String label
java.lang.String instructions
Class org.argouml.uml.cognitive.critics.WizAddInstanceVariable extends UMLWizard implements Serializable |
---|
Serialized Fields |
---|
WizStepTextField step1
java.lang.String label
java.lang.String instructions
Class org.argouml.uml.cognitive.critics.WizAddOperation extends UMLWizard implements Serializable |
---|
Serialized Fields |
---|
WizStepTextField step1
java.lang.String label
java.lang.String instructions
Class org.argouml.uml.cognitive.critics.WizAssocComposite extends UMLWizard implements Serializable |
---|
Serialized Fields |
---|
java.lang.String instructions
WizAssocComposite.setInstructions(String)
.
WizStepChoice step1Choice
WizStepChoice
that is used to get the user's desired
options. Not created until we get to that step.
java.lang.Object triggerAssociation
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 |
---|
java.lang.String instructions1
java.lang.String instructions2
java.lang.String instructions3
WizStepChoice step1
WizStepChoice step2
WizStepConfirm step3
java.lang.Object selectedCls
java.lang.Object selectedAsc
Class org.argouml.uml.cognitive.critics.WizCueCards extends UMLWizard implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> cues
Class org.argouml.uml.cognitive.critics.WizManyNames extends UMLWizard implements Serializable |
---|
serialVersionUID: -2827847568754795770L
Serialized Fields |
---|
java.lang.String instructions
java.util.List<E> mes
WizStepManyTextFields step1
Class org.argouml.uml.cognitive.critics.WizMEName extends UMLWizard implements Serializable |
---|
Serialized Fields |
---|
java.lang.String instructions
java.lang.String label
boolean mustEdit
WizStepTextField step1
java.lang.String origSuggest
Class org.argouml.uml.cognitive.critics.WizNavigable extends UMLWizard implements Serializable |
---|
serialVersionUID: 2571165058454693999L
Serialized Fields |
---|
java.lang.String instructions
java.lang.String option0
java.lang.String option1
java.lang.String option2
WizStepChoice step1
Class org.argouml.uml.cognitive.critics.WizOperName extends WizMEName implements Serializable |
---|
serialVersionUID: -4013730212763172160L
Serialized Fields |
---|
boolean possibleConstructor
boolean stereotypePathChosen
java.lang.String option0
java.lang.String option1
WizStepChoice step1
WizStepCue step2
java.lang.Object createStereotype
boolean addedCreateStereotype
Class org.argouml.uml.cognitive.critics.WizTooMany extends UMLWizard implements Serializable |
---|
Serialized Fields |
---|
java.lang.String instructions
WizStepTextField step1
Package org.argouml.uml.diagram.state.ui |
---|
Class org.argouml.uml.diagram.state.ui.ButtonActionNewCallEvent extends org.argouml.uml.diagram.state.ui.ButtonActionNewEvent implements Serializable |
---|
Class org.argouml.uml.diagram.state.ui.ButtonActionNewChangeEvent extends org.argouml.uml.diagram.state.ui.ButtonActionNewEvent implements Serializable |
---|
Class org.argouml.uml.diagram.state.ui.ButtonActionNewSignalEvent extends org.argouml.uml.diagram.state.ui.ButtonActionNewEvent implements Serializable |
---|
Class org.argouml.uml.diagram.state.ui.ButtonActionNewTimeEvent extends org.argouml.uml.diagram.state.ui.ButtonActionNewEvent implements Serializable |
---|
Package org.argouml.uml.diagram.static_structure.ui |
---|
Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigClass extends StylePanelFigNodeModelElement implements Serializable |
---|
serialVersionUID: 4587367369055254943L
Serialized Fields |
---|
javax.swing.JCheckBox attrCheckBox
javax.swing.JCheckBox operCheckBox
boolean refreshTransaction
Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigInterface extends StylePanelFigNodeModelElement implements Serializable |
---|
serialVersionUID: -5908351031706234211L
Serialized Fields |
---|
javax.swing.JCheckBox operCheckBox
boolean refreshTransaction
Class org.argouml.uml.diagram.static_structure.ui.StylePanelFigPackage extends StylePanelFigNodeModelElement implements Serializable |
---|
serialVersionUID: -41790550511653720L
Serialized Fields |
---|
javax.swing.JCheckBox stereoCheckBox
javax.swing.JCheckBox visibilityCheckBox
boolean refreshTransaction
Package org.argouml.uml.diagram.ui |
---|
Class org.argouml.uml.diagram.ui.ActionAddAllClassesFromModel extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object object
Class org.argouml.uml.diagram.ui.ActionAddConcurrentRegion extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.diagram.ui.ActionAddExistingEdge extends UndoableAction implements Serializable |
---|
serialVersionUID: 736094733140639882L
Serialized Fields |
---|
java.lang.Object edge
Class org.argouml.uml.diagram.ui.ActionAddExistingNode extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object object
Class org.argouml.uml.diagram.ui.ActionAddExistingNodes extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.util.Collection<E> objects
Class org.argouml.uml.diagram.ui.ActionAddExtensionPoint extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.diagram.ui.ActionAddMessage extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.diagram.ui.ActionAddNote extends UndoableAction implements Serializable |
---|
serialVersionUID: 6502515091619480472L
Class org.argouml.uml.diagram.ui.ActionAggregation extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.String str
java.lang.Object agg
Class org.argouml.uml.diagram.ui.ActionCompartmentDisplay extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
boolean display
int cType
Class org.argouml.uml.diagram.ui.ActionEdgesDisplay extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
boolean show
Class org.argouml.uml.diagram.ui.ActionMultiplicity extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.String str
java.lang.Object mult
Class org.argouml.uml.diagram.ui.ActionNavigability extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
int nav
java.lang.Object assocStart
java.lang.Object assocEnd
Class org.argouml.uml.diagram.ui.ActionRemoveFromDiagram extends javax.swing.AbstractAction implements Serializable |
---|
Class org.argouml.uml.diagram.ui.ActionSaveDiagramToClipboard extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 4916652432210626558L
Class org.argouml.uml.diagram.ui.ActionStereotypeView extends org.argouml.uml.diagram.ui.AbstractActionRadioMenuItem implements Serializable |
---|
Serialized Fields |
---|
FigNodeModelElement targetNode
int selectedStereotypeView
Class org.argouml.uml.diagram.ui.ActionStereotypeViewBigIcon extends ActionStereotypeView implements Serializable |
---|
Class org.argouml.uml.diagram.ui.ActionStereotypeViewSmallIcon extends ActionStereotypeView implements Serializable |
---|
Class org.argouml.uml.diagram.ui.ActionStereotypeViewTextual extends ActionStereotypeView implements Serializable |
---|
Class org.argouml.uml.diagram.ui.PropPanelDiagram extends PropPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComboBox homeModelSelector
org.argouml.uml.diagram.ui.UMLDiagramHomeModelComboBoxModel homeModelComboBoxModel
Class org.argouml.uml.diagram.ui.PropPanelString extends AbstractArgoJPanel implements Serializable |
---|
Serialized Fields |
---|
FigText target
javax.swing.JLabel nameLabel
javax.swing.JTextField nameField
Class org.argouml.uml.diagram.ui.SettingsTabDiagramAppearance extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
Project p
javax.swing.JButton jbtnDiagramFont
javax.swing.JCheckBox showBoldNames
javax.swing.JCheckBox hideBidirectionalArrows
ShadowComboBox defaultShadowWidth
java.lang.String selectedDiagramFontName
int selectedDiagramFontSize
int scope
javax.swing.JLabel jlblDiagramFont
Class org.argouml.uml.diagram.ui.SPFigEdgeModelElement extends StylePanelFig implements Serializable |
---|
Class org.argouml.uml.diagram.ui.StylePanelFigAssociationClass extends StylePanelFigNodeModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JCheckBox attrCheckBox
javax.swing.JCheckBox operCheckBox
boolean refreshTransaction
Class org.argouml.uml.diagram.ui.StylePanelFigMessage extends StylePanelFigNodeModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JLabel arrowLabel
javax.swing.JComboBox arrowField
Class org.argouml.uml.diagram.ui.TabDiagram extends AbstractArgoJPanel implements Serializable |
---|
serialVersionUID: -3305029387374936153L
Serialized Fields |
---|
UMLDiagram target
JGraph graph
boolean updatingSelection
javax.swing.JToolBar toolBar
Package org.argouml.uml.diagram.use_case.ui |
---|
Class org.argouml.uml.diagram.use_case.ui.StylePanelFigUseCase extends StylePanelFigNodeModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JCheckBox epCheckBox
boolean refreshTransaction
Package org.argouml.uml.reveng |
---|
Class org.argouml.uml.reveng.ConfigPanelExtension extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel configPanel
javax.swing.JRadioButton attribute
javax.swing.JRadioButton datatype
javax.swing.JCheckBox modelcollections
javax.swing.JCheckBox modelorderedcollections
javax.swing.JTextField collectionlist
javax.swing.JTextField orderedcollectionlist
Class org.argouml.uml.reveng.ImportInterface.ImportException extends java.lang.Exception implements Serializable |
---|
Package org.argouml.uml.reveng.ui |
---|
Class org.argouml.uml.reveng.ui.ImportClasspathDialog extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JList paths
javax.swing.DefaultListModel pathsModel
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JFileChooser chooser
SettingsTypes.PathListSelection setting
Class org.argouml.uml.reveng.ui.ImportStatusScreen extends javax.swing.JDialog implements Serializable |
---|
serialVersionUID: -1336242911879462274L
Serialized Fields |
---|
javax.swing.JButton cancelButton
javax.swing.JLabel progressLabel
javax.swing.JProgressBar progress
javax.swing.JTextArea messageArea
boolean hasMessages
boolean canceled
Package org.argouml.uml.ui |
---|
Class org.argouml.uml.ui.AbstractActionAddModelElement2 extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object target
boolean multiSelect
boolean exclusive
Class org.argouml.uml.ui.AbstractActionNavigate extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.AbstractActionNewModelElement extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object target
Class org.argouml.uml.ui.AbstractActionRemoveElement extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object target
java.lang.Object objectToRemove
Class org.argouml.uml.ui.ActionActivityDiagram extends ActionNewDiagram implements Serializable |
---|
serialVersionUID: -28844322376391273L
Class org.argouml.uml.ui.ActionAddDiagram extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionAddPackage extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionAddTopLevelPackage extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionBooleanTaggedValue extends UndoableAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.String tagName
Class org.argouml.uml.ui.ActionClassDiagram extends ActionAddDiagram implements Serializable |
---|
serialVersionUID: 2415943949021223859L
Class org.argouml.uml.ui.ActionCollaborationDiagram extends ActionNewDiagram implements Serializable |
---|
serialVersionUID: -1089352213298998155L
Class org.argouml.uml.ui.ActionCopy extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
javax.swing.text.JTextComponent textSource
Class org.argouml.uml.ui.ActionCut extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
javax.swing.text.JTextComponent textSource
Class org.argouml.uml.ui.ActionDeleteModelElements extends UndoableAction implements Serializable |
---|
serialVersionUID: -5728400220151823726L
Class org.argouml.uml.ui.ActionDeploymentDiagram extends ActionAddDiagram implements Serializable |
---|
serialVersionUID: 9027235104963895167L
Class org.argouml.uml.ui.ActionGenerateAll extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionGenerateOne extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionGenerateProjectCode extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionGenerationSettings extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionImportFromSources extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionLayout extends 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.ActionNavigateUpNextDown extends AbstractActionNavigate implements Serializable |
---|
Class org.argouml.uml.ui.ActionNavigateUpPreviousDown extends AbstractActionNavigate implements Serializable |
---|
Class org.argouml.uml.ui.ActionNewDiagram extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionOpenProject extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionPaste extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
javax.swing.text.JTextComponent textSource
Class org.argouml.uml.ui.ActionRemoveModelElement extends AbstractActionRemoveElement implements Serializable |
---|
Class org.argouml.uml.ui.ActionReopenProject extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
java.lang.String filename
Class org.argouml.uml.ui.ActionRevertToSaved extends javax.swing.AbstractAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionSaveAllGraphics extends javax.swing.AbstractAction implements Serializable |
---|
Serialized Fields |
---|
boolean overwrite
Class org.argouml.uml.ui.ActionSaveGraphics extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: 3062674953320109889L
Class org.argouml.uml.ui.ActionSaveProject extends javax.swing.AbstractAction implements Serializable |
---|
serialVersionUID: -5579548202585774293L
Class org.argouml.uml.ui.ActionSaveProjectAs extends ActionSaveProject implements Serializable |
---|
serialVersionUID: -1209396991311217989L
Class org.argouml.uml.ui.ActionSequenceDiagram extends ActionNewDiagram implements Serializable |
---|
Class org.argouml.uml.ui.ActionSetMultiplicity extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.ActionSetSourcePath extends UndoableAction implements Serializable |
---|
serialVersionUID: -6455209886706784094L
Class org.argouml.uml.ui.ActionStateDiagram extends ActionNewDiagram implements Serializable |
---|
serialVersionUID: -5197718695001757808L
Class org.argouml.uml.ui.ActionUseCaseDiagram extends ActionAddDiagram implements Serializable |
---|
Class org.argouml.uml.ui.LabelledLayout extends java.lang.Object implements Serializable |
---|
serialVersionUID: -5596655602155151443L
Serialized Fields |
---|
int hgap
LabelledLayout.getHgap()
,
LabelledLayout.setHgap(int)
int vgap
LabelledLayout.getVgap()
,
LabelledLayout.setVgap(int)
boolean ignoreSplitters
Class org.argouml.uml.ui.PropPanel extends AbstractArgoJPanel implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object target
java.lang.Object modelElement
javax.swing.event.EventListenerList listenerList
javax.swing.JPanel buttonPanel
javax.swing.JLabel titleLabel
java.util.List<E> actions
Action in this respect are one of:
Action
JButton
Object
[]
Class org.argouml.uml.ui.ScrollList extends javax.swing.JScrollPane implements Serializable |
---|
serialVersionUID: 6711776013279497682L
Serialized Fields |
---|
UMLLinkedList list
Class org.argouml.uml.ui.TabConstraints extends AbstractArgoJPanel implements Serializable |
---|
Serialized Fields |
---|
OCLEditor mOcleEditor
java.lang.Object mMmeiTarget
Class org.argouml.uml.ui.TabDocumentation extends PropPanel implements Serializable |
---|
Class org.argouml.uml.ui.TabProps extends AbstractArgoJPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel blankPanel
java.util.Hashtable<K,V> panels
javax.swing.JPanel lastPanel
java.lang.String panelClassBaseName
javax.swing.JPanel currentPanel
java.lang.Object target
javax.swing.event.EventListenerList listenerList
Class org.argouml.uml.ui.TabSrc extends TabText implements Serializable |
---|
serialVersionUID: -4958164807996827484L
Serialized Fields |
---|
Language langName
java.lang.String fileName
SourceUnit[] files
LanguageComboBox cbLang
javax.swing.JComboBox cbFiles
Class org.argouml.uml.ui.TabStereotype extends PropPanel implements Serializable |
---|
serialVersionUID: -4741653225927138553L
Serialized Fields |
---|
UMLModelElementListModel2 selectedListModel
UMLModelElementListModel2 availableListModel
javax.swing.JScrollPane selectedScroll
javax.swing.JScrollPane availableScroll
javax.swing.JPanel panel
javax.swing.JButton addStButton
javax.swing.JButton removeStButton
javax.swing.JPanel xferButtons
javax.swing.JList selectedList
javax.swing.JList availableList
Class org.argouml.uml.ui.TabStyle extends AbstractArgoJPanel implements Serializable |
---|
Serialized Fields |
---|
Fig target
boolean shouldBeEnabled
javax.swing.JPanel blankPanel
java.util.Hashtable<K,V> panels
javax.swing.JPanel lastPanel
StylePanel stylePanel
java.lang.String[] stylePanelNames
javax.swing.event.EventListenerList listenerList
Class org.argouml.uml.ui.TabTaggedValues extends AbstractArgoJPanel implements Serializable |
---|
serialVersionUID: -8566948113385239423L
Serialized Fields |
---|
java.lang.Object target
boolean shouldBeEnabled
javax.swing.JTable table
javax.swing.JLabel titleLabel
javax.swing.JToolBar buttonPanel
UMLComboBox2 tagDefinitionsComboBox
UMLComboBoxModel2 tagDefinitionsComboBoxModel
Class org.argouml.uml.ui.TabTaggedValuesModel extends javax.swing.table.AbstractTableModel implements Serializable |
---|
serialVersionUID: -5711005901444956345L
Serialized Fields |
---|
java.lang.Object target
Class org.argouml.uml.ui.UMLAddDialog extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JList choicesList
javax.swing.JList selectedList
javax.swing.JButton addButton
javax.swing.JButton removeButton
javax.swing.JButton okButton
javax.swing.JButton cancelButton
javax.swing.JDialog dialog
java.lang.String title
boolean multiSelectAllowed
int returnValue
boolean exclusive
Class org.argouml.uml.ui.UMLCheckBox2 extends javax.swing.JCheckBox implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object checkBoxTarget
java.lang.String propertySetName
Class org.argouml.uml.ui.UMLComboBox2 extends javax.swing.JComboBox implements Serializable |
---|
Serialized Fields |
---|
java.lang.String searchString
long lastKeyEventTime
Class org.argouml.uml.ui.UMLComboBoxModel2 extends javax.swing.AbstractListModel implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object comboBoxTarget
java.util.List<E> objects
java.lang.Object selectedObject
boolean isClearable
java.lang.String propertySetName
boolean fireListEvents
boolean buildingModel
boolean processingWillBecomeVisible
boolean modelValid
Class org.argouml.uml.ui.UMLComboBoxNavigator extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComboBox theComboBox
javax.swing.JButton theButton
Class org.argouml.uml.ui.UMLDeprecatedCheckBox extends UMLTaggedValueCheckBox implements Serializable |
---|
Class org.argouml.uml.ui.UMLDerivedCheckBox extends UMLTaggedValueCheckBox implements Serializable |
---|
Class org.argouml.uml.ui.UMLEditableComboBox extends UMLComboBox2 implements Serializable |
---|
Class org.argouml.uml.ui.UMLExpressionBodyField extends javax.swing.JTextArea implements Serializable |
---|
Serialized Fields |
---|
UMLExpressionModel2 model
boolean notifyModel
Class org.argouml.uml.ui.UMLExpressionLanguageField extends javax.swing.JTextField implements Serializable |
---|
Serialized Fields |
---|
UMLExpressionModel2 model
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 javax.swing.JList implements Serializable |
---|
Class org.argouml.uml.ui.UMLListCellRenderer2 extends javax.swing.DefaultListCellRenderer implements Serializable |
---|
Serialized Fields |
---|
boolean showIcon
boolean showPath
Class org.argouml.uml.ui.UMLModelElementCommentDocument extends UMLPlainTextDocument implements Serializable |
---|
Serialized Fields |
---|
boolean useBody
Class org.argouml.uml.ui.UMLModelElementElementResidenceListModel extends UMLModelElementListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.UMLModelElementListModel2 extends javax.swing.DefaultListModel implements Serializable |
---|
Serialized Fields |
---|
java.lang.String eventName
java.lang.Object listTarget
boolean fireListEvents
boolean buildingModel
java.lang.Object metaType
boolean reverseDropConnection
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.UMLMultiplicityPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComboBox multiplicityComboBox
javax.swing.JCheckBox checkBox
org.argouml.uml.ui.UMLMultiplicityPanel.MultiplicityComboBoxModel multiplicityComboBoxModel
Class org.argouml.uml.ui.UMLMutableLinkedList extends UMLLinkedList implements Serializable |
---|
Serialized Fields |
---|
boolean deletePossible
boolean addPossible
boolean newPossible
javax.swing.JPopupMenu popupMenu
AbstractActionAddModelElement2 addAction
AbstractActionNewModelElement newAction
AbstractActionRemoveElement deleteAction
Class org.argouml.uml.ui.UMLPlainTextDocument extends javax.swing.text.PlainDocument implements Serializable |
---|
Serialized Fields |
---|
boolean firing
boolean editing
java.lang.Object panelTarget
java.lang.String eventName
Class org.argouml.uml.ui.UMLRadioButtonPanel extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object panelTarget
java.lang.String propertySetName
javax.swing.ButtonGroup buttonGroup
Class org.argouml.uml.ui.UMLSearchableComboBox extends UMLEditableComboBox implements Serializable |
---|
Class org.argouml.uml.ui.UMLSingleRowSelector extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JScrollPane scroll
java.awt.Dimension preferredSize
Class org.argouml.uml.ui.UMLStimulusActionTextField extends javax.swing.JTextField implements Serializable |
---|
Serialized Fields |
---|
UMLUserInterfaceContainer theContainer
UMLStimulusActionTextProperty theProperty
Class org.argouml.uml.ui.UMLTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable |
---|
Class org.argouml.uml.ui.UMLTaggedValueCheckBox extends UMLCheckBox2 implements Serializable |
---|
Serialized Fields |
---|
java.lang.String tagName
Class org.argouml.uml.ui.UMLTextArea2 extends javax.swing.JTextArea implements Serializable |
---|
serialVersionUID: -9172093001792636086L
Class org.argouml.uml.ui.UMLTextField2 extends javax.swing.JTextField implements Serializable |
---|
serialVersionUID: -5740838103900828073L
Class org.argouml.uml.ui.UMLTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable |
---|
Package org.argouml.uml.ui.behavior.activity_graphs |
---|
Class org.argouml.uml.ui.behavior.activity_graphs.ActionAddEventAsTrigger extends AbstractActionAddModelElement2 implements Serializable |
---|
Class org.argouml.uml.ui.behavior.activity_graphs.ActionSetObjectFlowStateClassifier extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.behavior.activity_graphs.ActionSetSynch extends 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.PropPanelActivityGraph.UMLActivityGraphPartiitionListModel extends UMLModelElementListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelCallState extends AbstractPropPanelState implements Serializable |
---|
serialVersionUID: -8830997687737785261L
Serialized Fields |
---|
javax.swing.JScrollPane callActionEntryScroll
javax.swing.JList callActionEntryList
Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelClassifierInState extends PropPanelClassifier implements Serializable |
---|
serialVersionUID: 609338855898756817L
Serialized Fields |
---|
javax.swing.JComboBox typeComboBox
javax.swing.JScrollPane statesScroll
org.argouml.uml.ui.behavior.activity_graphs.UMLClassifierInStateTypeComboBoxModel typeComboBoxModel
Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelObjectFlowState extends AbstractPropPanelState implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComboBox classifierComboBox
javax.swing.JScrollPane statesScroll
org.argouml.uml.ui.behavior.activity_graphs.ActionNewClassifierInState actionNewCIS
UMLObjectFlowStateClassifierComboBoxModel classifierComboBoxModel
Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelPartition extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JScrollPane contentsScroll
javax.swing.JPanel activityGraphScroll
Class org.argouml.uml.ui.behavior.activity_graphs.PropPanelSubactivityState extends PropPanelSubmachineState implements Serializable |
---|
Class org.argouml.uml.ui.behavior.activity_graphs.UMLActionSynchCheckBox extends UMLCheckBox2 implements Serializable |
---|
Class org.argouml.uml.ui.behavior.activity_graphs.UMLObjectFlowStateClassifierComboBoxModel extends UMLComboBoxModel2 implements Serializable |
---|
Package org.argouml.uml.ui.behavior.collaborations |
---|
Class org.argouml.uml.ui.behavior.collaborations.ActionAddClassifierRoleBase extends AbstractActionAddModelElement2 implements Serializable |
---|
Class org.argouml.uml.ui.behavior.collaborations.ActionAddMessagePredecessor extends AbstractActionAddModelElement2 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 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 |
---|
UMLMultiplicityPanel multiplicityComboBox
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 UMLModelElementListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.behavior.collaborations.UMLAssociationRoleBaseComboBoxModel extends UMLComboBoxModel2 implements Serializable |
---|
Serialized Fields |
---|
java.util.Collection<E> 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.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 |
---|
java.lang.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 AbstractActionAddModelElement2 implements Serializable |
---|
Class org.argouml.uml.ui.behavior.common_behavior.ActionAddCreateActionInstantiation extends AbstractActionAddModelElement2 implements Serializable |
---|
serialVersionUID: -7108663482184056359L
Serialized Fields |
---|
java.lang.Object choiceClass
Class org.argouml.uml.ui.behavior.common_behavior.ActionAddInstanceClassifier extends AbstractActionAddModelElement2 implements Serializable |
---|
Serialized Fields |
---|
java.lang.Object choiceClass
Class org.argouml.uml.ui.behavior.common_behavior.ActionNewAction extends AbstractActionNewModelElement implements Serializable |
---|
Class org.argouml.uml.ui.behavior.common_behavior.ActionNewActionSequence extends ActionNewAction 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.ActionNewException extends AbstractActionNewModelElement 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 UndoableAction implements Serializable |
---|
serialVersionUID: 1683440096488846000L
Class org.argouml.uml.ui.behavior.common_behavior.PopupMenuNewAction extends javax.swing.JPopupMenu implements Serializable |
---|
Class org.argouml.uml.ui.behavior.common_behavior.PropPanelAction extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JScrollPane argumentsScroll
Class org.argouml.uml.ui.behavior.common_behavior.PropPanelActionSequence extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JScrollPane actionsScroll
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.PropPanelException extends PropPanelSignal implements Serializable |
---|
Class org.argouml.uml.ui.behavior.common_behavior.PropPanelInstance extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel stimuliSenderScroll
javax.swing.JPanel stimuliReceiverScroll
Class org.argouml.uml.ui.behavior.common_behavior.PropPanelLink extends PropPanelModelElement implements Serializable |
---|
serialVersionUID: 8861148331491989705L
Serialized Fields |
---|
javax.swing.JComboBox associationSelector
org.argouml.uml.ui.behavior.common_behavior.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 PropPanelFeature implements Serializable |
---|
serialVersionUID: -8572743081899344540L
Serialized Fields |
---|
javax.swing.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 UMLModelElementOrderedListModel2 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 |
---|
serialVersionUID: 4459749162218567926L
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 |
---|
javax.swing.JScrollPane entryScroll
javax.swing.JScrollPane exitScroll
javax.swing.JScrollPane doScroll
javax.swing.JScrollPane internalTransitionsScroll
ScrollList deferrableEventsScroll
Class org.argouml.uml.ui.behavior.state_machines.ActionAddEventAsDeferrableEvent extends AbstractActionAddModelElement2 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 |
---|
java.lang.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 UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.behavior.state_machines.ActionSetContextStateMachine extends UndoableAction implements Serializable |
---|
serialVersionUID: -8118983979324112900L
Class org.argouml.uml.ui.behavior.state_machines.ActionSetStubStateReferenceState extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.behavior.state_machines.ActionSetSubmachineStateSubmachine extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.behavior.state_machines.ButtonActionNewGuard extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.behavior.state_machines.PopupMenuNewEvent extends javax.swing.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 |
---|
javax.swing.JList subverticesList
javax.swing.Action addConcurrentRegion
Class org.argouml.uml.ui.behavior.state_machines.PropPanelEvent extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JScrollPane paramScroll
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 |
---|
javax.swing.JScrollPane incomingScroll
javax.swing.JScrollPane outgoingScroll
javax.swing.JPanel 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 UMLModelElementOrderedListModel2 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 AbstractActionAddModelElement2 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 PropPanelRelationship 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 PropPanelRelationship 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 UMLModelElementOrderedListModel2 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 UMLIncludeListModel implements Serializable |
---|
Class org.argouml.uml.ui.behavior.use_cases.UMLIncludeBaseListModel extends UMLIncludeListModel implements Serializable |
---|
Class org.argouml.uml.ui.behavior.use_cases.UMLIncludeListModel 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 AbstractActionAddModelElement2 implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionAddAttribute extends UndoableAction implements Serializable |
---|
serialVersionUID: -111785878370086329L
Class org.argouml.uml.ui.foundation.core.ActionAddClientDependencyAction extends AbstractActionAddModelElement2 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.ActionAddEnumerationLiteral extends UndoableAction implements Serializable |
---|
serialVersionUID: -1206083856173080229L
Class org.argouml.uml.ui.foundation.core.ActionAddLiteral extends AbstractActionNewModelElement implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionAddOperation extends UndoableAction implements Serializable |
---|
serialVersionUID: -1383845502957256177L
Class org.argouml.uml.ui.foundation.core.ActionAddSupplierDependencyAction extends AbstractActionAddModelElement2 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 UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndMultiplicity extends ActionSetMultiplicity implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndNavigable extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndOrdering extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndTargetScope extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndType extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetBehavioralFeatureQuery extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetChangeability extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetClassActive extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipSpecification extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwner extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwnerScope extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetFlowSource extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementAbstract extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementLeaf extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementRoot extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetGeneralizationPowertype extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetModelElementNamespace extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetModelElementStereotype extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetModelElementVisibility extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetOperationConcurrencyKind extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetParameterDirectionKind extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetParameterType extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureMultiplicity extends ActionSetMultiplicity implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureTargetScope extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureType extends 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 |
---|
javax.swing.JScrollPane assocEndScroll
javax.swing.JScrollPane associationRoleScroll
javax.swing.JScrollPane linksScroll
javax.swing.JPanel modifiersPanel
Class org.argouml.uml.ui.foundation.core.PropPanelAssociationClass extends PropPanelClassifier implements Serializable |
---|
serialVersionUID: -7620821534700927917L
Serialized Fields |
---|
javax.swing.JScrollPane attributeScroll
javax.swing.JScrollPane operationScroll
javax.swing.JScrollPane assocEndScroll
Class org.argouml.uml.ui.foundation.core.PropPanelAssociationEnd extends PropPanelModelElement implements Serializable |
---|
serialVersionUID: 9119453587506578751L
Serialized Fields |
---|
javax.swing.JComboBox typeCombobox
javax.swing.JPanel associationScroll
UMLMultiplicityPanel multiplicityComboBox
javax.swing.JCheckBox navigabilityCheckBox
javax.swing.JCheckBox orderingCheckBox
javax.swing.JCheckBox targetScopeCheckBox
javax.swing.JPanel aggregationRadioButtonpanel
javax.swing.JPanel changeabilityRadioButtonpanel
javax.swing.JPanel visibilityRadioButtonPanel
javax.swing.JScrollPane specificationScroll
javax.swing.JScrollPane qualifiersScroll
java.lang.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 |
---|
javax.swing.JPanel modifiersPanel
ActionNewReception actionNewReception
javax.swing.JScrollPane generalizationScroll
javax.swing.JScrollPane specializationScroll
javax.swing.JScrollPane featureScroll
javax.swing.JScrollPane createActionScroll
javax.swing.JScrollPane powerTypeRangeScroll
javax.swing.JScrollPane associationEndScroll
javax.swing.JScrollPane attributeScroll
javax.swing.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 |
---|
javax.swing.JScrollPane operationScroll
Class org.argouml.uml.ui.foundation.core.PropPanelDependency extends PropPanelRelationship implements Serializable |
---|
serialVersionUID: 3665986064546532722L
Serialized Fields |
---|
javax.swing.JScrollPane supplierScroll
javax.swing.JScrollPane clientScroll
Class org.argouml.uml.ui.foundation.core.PropPanelDirectedRelationship extends PropPanelRelationship implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComponent sourceList
javax.swing.JComponent targetList
Class org.argouml.uml.ui.foundation.core.PropPanelElementResidence extends PropPanelModelElement implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.PropPanelEnumeration extends PropPanelDataType implements Serializable |
---|
Serialized Fields |
---|
javax.swing.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 |
---|
UMLFeatureOwnerScopeCheckBox ownerScopeCheckbox
javax.swing.JPanel ownerScroll
javax.swing.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 PropPanelRelationship implements Serializable |
---|
serialVersionUID: 2577361208291292256L
Serialized Fields |
---|
javax.swing.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 |
---|
Serialized Fields |
---|
UMLComboBox2 specificationComboBox
Class org.argouml.uml.ui.foundation.core.PropPanelModelElement extends PropPanel implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComboBox namespaceSelector
javax.swing.JScrollPane supplierDependencyScroll
javax.swing.JScrollPane clientDependencyScroll
javax.swing.JScrollPane targetFlowScroll
javax.swing.JScrollPane sourceFlowScroll
javax.swing.JScrollPane constraintScroll
javax.swing.JPanel visibilityPanel
javax.swing.JScrollPane elementResidenceScroll
javax.swing.JTextField nameTextField
UMLModelElementNamespaceComboBoxModel namespaceComboBoxModel
Class org.argouml.uml.ui.foundation.core.PropPanelNamespace extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.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 |
---|
javax.swing.JPanel 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 |
---|
javax.swing.JPanel multiplicityComboBox
UMLComboBox2 typeComboBox
UMLRadioButtonPanel changeabilityRadioButtonPanel
UMLCheckBox2 targetScopeCheckBox
Class org.argouml.uml.ui.foundation.core.PropPanelTemplateParameter extends PropPanelModelElement implements Serializable |
---|
serialVersionUID: 8466952187322427678L
Class org.argouml.uml.ui.foundation.core.PropPanelTemplateParameter.UMLTemplateParameterDocument extends UMLPlainTextDocument implements Serializable |
---|
serialVersionUID: -2597673735297949111L
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 |
---|
java.util.Collection<E> 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.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.UMLClassifierCreateActionListModel extends UMLModelElementListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.UMLClassifierFeatureListModel extends UMLModelElementOrderedListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.UMLClassifierParameterListModel extends UMLModelElementOrderedListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.UMLClassifierPowertypeRangeListModel 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.UMLDirectedRelationshipSourceListModel extends UMLModelElementListModel2 implements Serializable |
---|
Class org.argouml.uml.ui.foundation.core.UMLDirectedRelationshipTargetListModel extends UMLModelElementListModel2 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.UMLOperationRaisedExceptionsListModel extends UMLModelElementListModel2 implements Serializable |
---|
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.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 UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetMetaClass extends 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 UndoableAction implements Serializable |
---|
serialVersionUID: -5230402929326015086L
Class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetTagDefinitionType extends UndoableAction implements Serializable |
---|
Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype extends PropPanelModelElement implements Serializable |
---|
serialVersionUID: 8038077991746618130L
Serialized Fields |
---|
java.util.List<E> metaClasses
javax.swing.JScrollPane generalizationScroll
javax.swing.JScrollPane specializationScroll
javax.swing.JScrollPane tagDefinitionScroll
javax.swing.JScrollPane extendedElementsScroll
Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition extends PropPanelModelElement implements Serializable |
---|
serialVersionUID: 3563940705352568635L
Serialized Fields |
---|
javax.swing.JComponent ownerSelector
javax.swing.JComponent tdNamespaceSelector
UMLComboBox2 typeComboBox
javax.swing.JScrollPane typedValuesScroll
UMLComboBoxModel2 tdNamespaceComboBoxModel
javax.swing.JPanel multiplicityComboBox
Class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTaggedValue extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JComponent modelElementSelector
javax.swing.JComponent typeSelector
javax.swing.JScrollPane referenceValuesScroll
javax.swing.JScrollPane dataValuesScroll
Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLMetaClassComboBoxModel extends UMLComboBoxModel2 implements Serializable |
---|
Serialized Fields |
---|
java.util.List<E> metaClasses
Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionComboBoxModel extends UMLComboBoxModel2 implements Serializable |
---|
serialVersionUID: -4194727034416788372L
Class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionOwnerComboBoxModel extends UMLComboBoxModel2 implements Serializable |
---|
Package org.argouml.uml.ui.model_management |
---|
Class org.argouml.uml.ui.model_management.PropPanelElementImport extends PropPanelModelElement implements Serializable |
---|
Serialized Fields |
---|
javax.swing.JPanel modifiersPanel
javax.swing.JTextField aliasTextField
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 |
---|
javax.swing.JPanel modifiersPanel
javax.swing.JScrollPane generalizationScroll
javax.swing.JScrollPane specializationScroll
Class org.argouml.uml.ui.model_management.PropPanelSubsystem extends PropPanelPackage implements Serializable |
---|
serialVersionUID: -8616239241648089917L
Serialized Fields |
---|
javax.swing.JScrollPane featureScroll
Package org.argouml.uml.util |
---|
Class org.argouml.uml.util.SortedListModel extends javax.swing.AbstractListModel implements Serializable |
---|
Serialized Fields |
---|
java.util.Set<E> delegate
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |