Uses of Package
org.argouml.kernel

Packages that use org.argouml.kernel
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules.
org.argouml.cognitive This package defines the fundamental elements of the cognitive support system, such as the Designer, Poster and ToDoItem.  
org.argouml.cognitive.critics The classes at the heart of critic functionality, including classes for general critics that belong in no more specific category. 
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.java.cognitive.critics Critics that are Java specific. 
org.argouml.uml This package contains some support for TableModels, Profiles, PropPanel Events (UMLChangeRegistry), ProjectMemberModel. 
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 contains the graph model for a deployment diagram.  
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 Provides a Sequence diagram capability. 
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 contains the graph model for a statechart diagram.  
org.argouml.uml.diagram.state.ui Classes to implement a uml State diagram using GEF, plus go rules for the navigator pane.  
org.argouml.uml.diagram.static_structure contains the graph model for a class diagram.  
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 contains the graph model for a use case diagram.  
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.reveng Provides support for PluggableImport modules.  
org.argouml.uml.reveng.java Import module implementation for the Java language.  
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.xml.argo Parsing for the argo file found in project zargo files.  
org.argouml.xml.xmi support for loading the uml model in xmi format using nsuml.  
 

Classes in org.argouml.kernel used by org.argouml.application.api
Project
          A datastructure that represents the designer's current project.
 

Classes in org.argouml.kernel used by org.argouml.cognitive
Project
          A datastructure that represents the designer's current project.
ProjectMember
           
Wizard
          "Abstract" base class for non-modal wizards.
 

Classes in org.argouml.kernel used by org.argouml.cognitive.critics
HistoryItem
           
Wizard
          "Abstract" base class for non-modal wizards.
 

Classes in org.argouml.kernel used by org.argouml.cognitive.ui
Wizard
          "Abstract" base class for non-modal wizards.
 

Classes in org.argouml.kernel used by org.argouml.kernel
DelayedVChangeListener
           
History
           
HistoryEvent
           
HistoryItem
           
HistoryListener
           
IllegalFormatException
          Thrown when the projectfile name has a not supported format.
PredInstanceOf
          Predicate to test if an Object is and instance of a class.
Project
          A datastructure that represents the designer's current project.
ProjectManager
          This class manages the projects loaded in argouml.
ProjectMember
           
 

Classes in org.argouml.kernel used by org.argouml.language.java.cognitive.critics
Wizard
          "Abstract" base class for non-modal wizards.
 

Classes in org.argouml.kernel used by org.argouml.uml
DelayedVChangeListener
           
Project
          A datastructure that represents the designer's current project.
ProjectMember
           
 

Classes in org.argouml.kernel used by org.argouml.uml.cognitive.critics
Wizard
          "Abstract" base class for non-modal wizards.
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram
Project
          A datastructure that represents the designer's current project.
ProjectMember
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.activity.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.collaboration.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.deployment
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.deployment.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.sequence
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.sequence.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.state
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.state.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.static_structure
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.static_structure.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.use_case
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.diagram.use_case.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.uml.reveng
Project
          A datastructure that represents the designer's current project.
 

Classes in org.argouml.kernel used by org.argouml.uml.reveng.java
Project
          A datastructure that represents the designer's current project.
 

Classes in org.argouml.kernel used by org.argouml.uml.ui
DelayedVChangeListener
           
 

Classes in org.argouml.kernel used by org.argouml.xml.argo
Project
          A datastructure that represents the designer's current project.
 

Classes in org.argouml.kernel used by org.argouml.xml.xmi
Project
          A datastructure that represents the designer's current project.
 



ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook