Uses of Package
org.argouml.uml.ui

Packages that use org.argouml.uml.ui
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.cognitive.checklist.ui CheckLists, a cognitive help tool, is currently not enabled in ArgoUml. 
org.argouml.cognitive.ui Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. 
org.argouml.language.ui UI support for language features. 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
org.argouml.ui.targetmanager Provides support for maintaining a consistent target (or selection) in all views (Navigator, Details panel, Diagram). 
org.argouml.uml.diagram.state.ui Classes to implement a uml Statechart diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.ui Provides various support for diagrams: actions, GEF Figs, Go rules, Property Panels for diagrams, GEF Selection support, and more... 
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
org.argouml.uml.ui.behavior.activity_graphs Properties panels for the activity diagram. 
org.argouml.uml.ui.behavior.collaborations Properties panels for the behavior.collaborations uml package  
org.argouml.uml.ui.behavior.common_behavior Properties panels for the behavior.common_behavior uml package  
org.argouml.uml.ui.behavior.state_machines Properties panels for the behavior.state_machines uml package  
org.argouml.uml.ui.behavior.use_cases Properties panels for the behavior.use_cases uml package  
org.argouml.uml.ui.foundation.core Properties panels for the foundation.core uml package  
org.argouml.uml.ui.foundation.extension_mechanisms Properties panels for the foundation.extension_mechanisms uml package  
org.argouml.uml.ui.model_management Properties panels for the model management uml package. 
 

Classes in org.argouml.uml.ui used by org.argouml.application.api
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
 

Classes in org.argouml.uml.ui used by org.argouml.cognitive.checklist.ui
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
 

Classes in org.argouml.uml.ui used by org.argouml.cognitive.ui
UMLAction
           
UMLTreeCellRenderer
          UMTreeCellRenderer determines how the entries in the Navigationpane and ToDoList will be represented graphically.
 

Classes in org.argouml.uml.ui used by org.argouml.language.ui
UMLAction
           
 

Classes in org.argouml.uml.ui used by org.argouml.ui
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
TabProps
           This is the tab on the details panel (DetailsPane) that holds the property panel.
UMLAction
           
 

Classes in org.argouml.uml.ui used by org.argouml.ui.targetmanager
UMLAction
           
 

Classes in org.argouml.uml.ui used by org.argouml.uml.diagram.state.ui
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.diagram.ui
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLAction
           
UMLBooleanProperty
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot. TODO: What is it replaced by?
UMLChangeAction
           
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui
AbstractActionAddModelElement
          Abstract action that is the parent to all add actions that add the modelelements via the UMLAddDialog.
AbstractActionNewModelElement
           
AbstractActionRemoveElement
          Base class for remove actions.
ActionActivityDiagram
          Action to trigger creation of a new activity diagram.
ActionAddAttribute
          Deprecated. since 0.15.2, replace with ActionAddAttribute, remove 0.15.3, alexb
ActionAddDiagram
          Abstract class that is the parent of all actions adding diagrams to ArgoUML.
ActionAddExtensionPoint
          Deprecated. since 0.15.2, replace with ActionAddExtensionPoint, remove in 0.15.3, alexb
ActionAddMessage
          Deprecated. as of 0.15.2 replaced with ActionAddMessage, alexb
ActionAddNote
          Deprecated. as of 0.15.2 replace with ActionAddNote, alexb
ActionAddOperation
          Deprecated. as of 0.15.2 replaced with {link org.argouml.uml.diagram.ui.ActionAddOperation}, remove in 0.15.2, alexb
ActionAddPackage
          Action to add a package to the selected model element in the nav pane.
ActionAddTopLevelPackage
           
ActionClassDiagram
          Action to trigger creation of new class diagram.
ActionCollaborationDiagram
          Action to trigger creation of new collaboration diagram.
ActionCopy
           
ActionCut
           
ActionDeleteFromDiagram
          Deprecated. as of 0.15.2, replaced with ActionDeleteFromDiagram, remove in 0.15.3, alexb
ActionDeploymentDiagram
          Action to trigger creation of a deployment diagram.
ActionEmptyTrash
          Action to empty the trashcan.
ActionExit
          Action to exit ArgoUML.
ActionGenerateAll
          Action to trigger code generation for one or more classes.
ActionGenerateOne
          Action to trigger creation of one class to source.
ActionGenerateProjectCode
          Action to trigger code generation for all classes/interfaces in the project, which have a source code path set in tagged value 'src_path'
ActionGenerationSettings
          Action for viewing/editing source path settings of model elements
ActionImportFromSources
          Action to trigger importing from sources.
ActionNavigability
          Deprecated. as of 0.15.2 replace with ActionNavigability, remove 0.15.3, alexb
ActionNew
          Action to trigger creation of a new project.
ActionOpenProject
          Action that loads the project.
ActionPaste
          Action to paste the content of either the GEF clipboard or the system clipboard.
ActionProperties
          Deprecated. as of 0.15.2 replace with ActionProperties, remove 0.15.3, alexb
ActionRemoveFromModel
          Action for removing (moving to trash) objects from the model.
ActionRemoveModelElement
          Action to delete modelelements from the model without navigating to/from them.
ActionRevertToSaved
          Action that reverts to the previously saved version of the project.
ActionSaveGraphics
          Wraps a CmdSaveGIF or CmdSave(E)PS to allow selection of an output file.
ActionSaveProject
          Action that saves the project.
ActionSaveProjectAs
          Action to save project under name.
ActionSequenceDiagram
          Action to add a new sequence diagram.
ActionSetSourcePath
          Action to choose and set source path for model elements
ActionStateDiagram
          Action to create a new statechart diagram.
ActionUseCaseDiagram
          Action to create a new use case diagram.
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
SrcPathTableModel
          Provides support for setting a "src_path" tagged value used in Java round trip engineering.
TabConstraints.ConstraintModel.CR
           
TableModelTaggedValues
           
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
TabTaggedValues
          Table view of a Model Element's Tagged Values.
UMLAction
           
UMLBinaryRelationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLBooleanProperty
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot. TODO: What is it replaced by?
UMLButtonGroup
          The UMLButtonGroup is the buttongroup behind radio buttons that depict some attribute of a modelelement like visibility.
UMLChangeAction
           
UMLComboBox2
          ComboBox for UML modelelements.
UMLComboBoxModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLComboBoxModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
UMLEditableComboBox
          An editable combobox.
UMLEditableComboBox.UMLComboBoxEditor.UMLImagePanel
          A panel which helps us to show the editable textfield for this combobox (including the Icon).
UMLExpressionModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLLinkedList
          An UMLList that implements 'jump' behaviour.
UMLList2
           
UMLListCellRenderer2
          The default cell renderer for uml model elements.
UMLModelElementCachedListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLModelElementListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLModelElementListModel2
          The model for a list that Mbases contains.
UMLPlainTextDocument
          A new model for a textproperty.
UMLSearchableComboBox
          A searchable combobox.
UMLStimulusActionTextProperty
          TODO: this class should be moved to package org.argouml.uml.ui.behavior.common_behavior
UMLTextProperty
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), TODO: What is this replaced by?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLUserInterfaceComponent
          This interface accepts all notifications signaled by NSUML's MElementListener interface plus accepts notification that a container's target model element has been changed (typically due to navigation).
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.behavior.activity_graphs
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.behavior.collaborations
AbstractActionAddModelElement
          Abstract action that is the parent to all add actions that add the modelelements via the UMLAddDialog.
AbstractActionNewModelElement
           
AbstractActionRemoveElement
          Base class for remove actions.
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLAction
           
UMLBinaryRelationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLChangeAction
           
UMLComboBox2
          ComboBox for UML modelelements.
UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
UMLConnectionListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLModelElementListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLModelElementListModel2
          The model for a list that Mbases contains.
UMLUserInterfaceComponent
          This interface accepts all notifications signaled by NSUML's MElementListener interface plus accepts notification that a container's target model element has been changed (typically due to navigation).
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.behavior.common_behavior
AbstractActionAddModelElement
          Abstract action that is the parent to all add actions that add the modelelements via the UMLAddDialog.
AbstractActionNewModelElement
           
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLAction
           
UMLChangeAction
           
UMLComboBox2
          ComboBox for UML modelelements.
UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
UMLModelElementListModel2
          The model for a list that Mbases contains.
UMLMutableLinkedList
          This class is the GUI front for a mutable linked list.
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.behavior.state_machines
AbstractActionNewModelElement
           
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLAction
           
UMLChangeAction
           
UMLCheckBox2
          The checkbox to be used to show boolean attributes in the GUI's.
UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
UMLLinkedList
          An UMLList that implements 'jump' behaviour.
UMLList2
           
UMLModelElementListModel2
          The model for a list that Mbases contains.
UMLMutableLinkedList
          This class is the GUI front for a mutable linked list.
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.behavior.use_cases
AbstractActionAddModelElement
          Abstract action that is the parent to all add actions that add the modelelements via the UMLAddDialog.
AbstractActionNewModelElement
           
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLAction
           
UMLBinaryRelationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLChangeAction
           
UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
UMLConnectionListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLModelElementListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
UMLModelElementListModel2
          The model for a list that Mbases contains.
UMLPlainTextDocument
          A new model for a textproperty.
UMLUserInterfaceComponent
          This interface accepts all notifications signaled by NSUML's MElementListener interface plus accepts notification that a container's target model element has been changed (typically due to navigation).
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.foundation.core
AbstractActionAddModelElement
          Abstract action that is the parent to all add actions that add the modelelements via the UMLAddDialog.
AbstractActionNewModelElement
           
ActionSetMultiplicity
          Framework action to set the multiplicity of some modelelement.
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
PropPanelButton
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLAction
           
UMLButtonGroup
          The UMLButtonGroup is the buttongroup behind radio buttons that depict some attribute of a modelelement like visibility.
UMLChangeAction
           
UMLCheckBox2
          The checkbox to be used to show boolean attributes in the GUI's.
UMLComboBox2
          ComboBox for UML modelelements.
UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
UMLModelElementListModel2
          The model for a list that Mbases contains.
UMLMultiplicityComboBoxModel
          A model for multiplicities.
UMLPlainTextDocument
          A new model for a textproperty.
UMLRadioButtonPanel
          A panel that shows a group of radiobuttons.
UMLUserInterfaceComponent
          This interface accepts all notifications signaled by NSUML's MElementListener interface plus accepts notification that a container's target model element has been changed (typically due to navigation).
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.foundation.extension_mechanisms
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui used by org.argouml.uml.ui.model_management
PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
PropPanelButton
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 



ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook