Uses of Package
org.argouml.ui

Packages that use org.argouml.ui
org.argouml.application.helpers Provides "helper" classes that provide basic functionality for functional groups. 
org.argouml.cognitive.checklist.ui CheckLists, a cognitive help tool, is currently not enabled in ArgoUml. 
org.argouml.cognitive.critics.ui A couple of classes to edit critics. 
org.argouml.cognitive.ui Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. 
org.argouml.kernel Contains support for 'history', predicates, delayed change event handling, + ProjectManager & ProjectMember, Wizard. 
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.explorer contains classes for the explorer tree view of argouml. 
org.argouml.ui.menubar Provides support to construct a menubar for ArgoUML. 
org.argouml.uml.cognitive.critics This important package provides many UML critics (which mostly follow the uml well-formedness rules), some uml critic wizards, and support. 
org.argouml.uml.diagram package which contains the graphical implementation of UML diagrams in subpackages and common classes used by all diagrams. 
org.argouml.uml.diagram.activity.ui Classes to implement a uml Activity diagram using GEF. 
org.argouml.uml.diagram.collaboration.ui Classes to implement a uml Collaboration diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.deployment.ui Classes to implement a uml Deployment diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.sequence.ui Classes to implement a uml Sequence diagram using GEF, plus go rules for the navigator pane. 
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.static_structure.ui Classes to implement a uml Class 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.diagram.use_case.ui Classes to implement a uml Use Case diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.generator.ui Provides a dialog for code generation. 
org.argouml.uml.reveng Provides support for PluggableImport modules. 
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.ui used by org.argouml.application.helpers
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.cognitive.checklist.ui
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.cognitive.critics.ui
ArgoDialog
          A dialog with localized buttons.
 

Classes in org.argouml.ui used by org.argouml.cognitive.ui
ArgoDialog
          A dialog with localized buttons.
PerspectiveSupport
          Helper class for tree models that provides help building perspectives out of gorules.
ProjectBrowser
          The main window of the ArgoUML application.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TreeModelComposite
          This class is the TreeModel for the navigator and todo list panels.
TreeModelSupport
          Helper class for tree models that provides tree event handling.
 

Classes in org.argouml.ui used by org.argouml.kernel
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.language.ui
ShadowComboBox
          A ComboBox that contains the set of possible Shadow Width values.
 

Classes in org.argouml.ui used by org.argouml.ui
AbstractGoRule
          Abstract class to be used as a convenience class for implementing 'go rules'.
ActionExportXMI
          Exports the xmi of a project to a file choosen by the user.
Actions
           
ActionSaveConfiguration
          Action for handling Argo configuration save
ActionSettings
          Action object for handling Argo settings
ArgoDiagram
           
ArgoDialog
          A dialog with localized buttons.
DetailsPane
          The lower-right pane of the main Argo/UML window, which shows the details of a selected model element.
DisplayTextTree
          This is the JTree that is the gui component view of the model navigation and todo list.
FindDialog
          this one of the few classes in Argo that is self running.
LookAndFeelMgr
          Controls the look and feel and theme of ArgoUML.
MultiEditorPane
          The upper right pane in the Argo/UML user interface.
NavigatorPane
          The upper-left pane of the main Argo/UML window, contains a tree view of the UML model.
PerspectiveSupport
          Helper class for tree models that provides help building perspectives out of gorules.
ProjectBrowser
          The main window of the ArgoUML application.
ShadowComboBox.ShadowFig
           
SpacerPanel
          A Swing panel that displays nothing, but takes up a specified amount of space.
SplashPanel
           
SplashScreen
           
StatusBar
           
StylePanel
           
StylePanelFig
           
TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
TabText
          A tab that contains textual information.
ToDoItemAction
           
TreeModelComposite
          This class is the TreeModel for the navigator and todo list panels.
TreeModelSupport
          Helper class for tree models that provides tree event handling.
 

Classes in org.argouml.ui used by org.argouml.ui.explorer
ArgoDialog
          A dialog with localized buttons.
DisplayTextTree
          This is the JTree that is the gui component view of the model navigation and todo list.
 

Classes in org.argouml.ui used by org.argouml.ui.menubar
ArgoJMenu
          An extension of the standard swing JMenu class which provides additional Argo support.
 

Classes in org.argouml.ui used by org.argouml.uml.cognitive.critics
Clarifier
           
 

Classes in org.argouml.ui used by org.argouml.uml.diagram
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.activity.ui
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.collaboration.ui
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.deployment.ui
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.sequence.ui
ArgoDiagram
           
CmdCreateNode
          Command to create nodes with the appropriate modelelement.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.state.ui
ArgoDiagram
           
CmdCreateNode
          Command to create nodes with the appropriate modelelement.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.static_structure.ui
ArgoDiagram
           
StylePanel
           
StylePanelFig
           
TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.ui
ArgoDiagram
           
CmdSetMode
          Extends GEF CmdSetMode to add additional metadata such as tooltips.
SpacerPanel
          A Swing panel that displays nothing, but takes up a specified amount of space.
StylePanel
           
StylePanelFig
           
TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.use_case.ui
ArgoDiagram
           
StylePanel
           
StylePanelFig
           
TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.generator.ui
ArgoDialog
          A dialog with localized buttons.
 

Classes in org.argouml.ui used by org.argouml.uml.reveng
ArgoDiagram
           
 

Classes in org.argouml.ui used by org.argouml.uml.ui
ArgoDialog
          A dialog with localized buttons.
StylePanel
           
TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
TabText
          A tab that contains textual information.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.behavior.activity_graphs
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.behavior.collaborations
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.behavior.common_behavior
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.behavior.state_machines
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.behavior.use_cases
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.foundation.core
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.foundation.extension_mechanisms
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui used by org.argouml.uml.ui.model_management
TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 



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