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.cmd This package holds commands which are activated by the user somewhere in the UI. 
org.argouml.ui.explorer contains classes for the explorer tree view of 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
          This class represents all Diagrams within ArgoUML.
 

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
          This class represents all Diagrams within ArgoUML.
 

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
ActionExportXMI
          Exports the xmi of a project to a file choosen by the user.
Actions
          Collects ArgoUML's global actions, and takes care of the "enabled" status of all these actions.
ActionSettings
          Action for starting the Argo settings window.
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
ArgoDialog
          A dialog with localized buttons.
DetailsPane
          The lower-right pane of the main ArgoUML window, which shows the details of a selected model element.
FindDialog
          This is one of the few classes in Argo that is self running (i.e.
LookAndFeelMgr
          Controls the look and feel and theme of ArgoUML.
MultiEditorPane
          The upper right pane in the ArgoUML user interface.
NavigatorPane
          The upper-left pane of the main ArgoUML 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
           
SplashPanel
           
SplashScreen
          The splash screen.
StatusBar
          The status bar.
StylePanel
          The style panel.
StylePanelFig
          The basic stylepanel which provides line and fill color information.
TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
TabResults
          The results tab for the find dialog.
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.
TreeModelSupport
          Helper class for tree models that provides tree event handling.
 

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

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 UML model navigation (the explorer) and the todo list.
 

Classes in org.argouml.ui used by org.argouml.uml.cognitive.critics
Clarifier
          This interface represents a "Clarifier", i.e.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.activity.ui
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.collaboration.ui
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.deployment.ui
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.sequence.ui
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
CmdCreateNode
          Command to create nodes with the appropriate modelelement.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.state.ui
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
CmdCreateNode
          Command to create nodes with the appropriate modelelement.
 

Classes in org.argouml.ui used by org.argouml.uml.diagram.static_structure.ui
ArgoDiagram
          This class represents all Diagrams within ArgoUML.
StylePanel
          The style panel.
StylePanelFig
          The basic stylepanel which provides line and fill color information.
StylePanelFigNodeModelElement
          Stylepanel which provides base style information for modelelements, e.g.
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
          This class represents all Diagrams within ArgoUML.
CmdSetMode
          Extends GEF CmdSetMode to add additional metadata such as tooltips.
StylePanel
          The style panel.
StylePanelFig
          The basic stylepanel which provides line and fill color information.
StylePanelFigNodeModelElement
          Stylepanel which provides base style information for modelelements, e.g.
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
          This class represents all Diagrams within ArgoUML.
StylePanel
          The style panel.
StylePanelFig
          The basic stylepanel which provides line and fill color information.
StylePanelFigNodeModelElement
          Stylepanel which provides base style information for modelelements, e.g.
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
          This class represents all Diagrams within ArgoUML.
 

Classes in org.argouml.ui used by org.argouml.uml.ui
ArgoDialog
          A dialog with localized buttons.
StylePanel
          The style panel.
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 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook