Uses of Class
org.argouml.uml.Profile

Packages that use Profile
org.argouml.uml This package contains some support for TableModels, Profiles, PropPanel Events (UMLChangeRegistry), ProjectMemberModel. 
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. 
 

Uses of Profile in org.argouml.uml
 

Subclasses of Profile in org.argouml.uml
 class ProfileJava
          This class implements the abstract class Profile for use in modelling Java language projects.
 

Uses of Profile in org.argouml.uml.ui
 

Fields in org.argouml.uml.ui declared as Profile
private  Profile UMLComboBoxEntry._profile
           
private static Profile PropPanel._profile
           
 

Methods in org.argouml.uml.ui that return Profile
 Profile UMLUserInterfaceContainer.getProfile()
          Returns the current profile, may not be null.
 Profile PropPanel.getProfile()
           
 

Methods in org.argouml.uml.ui with parameters of type Profile
 void UMLComboBoxModel.collectElements(java.lang.Object ns, Profile profile, boolean isPhantom)
          Deprecated. A method to run over the current model (or part thereof), collecting all elements that meet the criteria of the filter method.
 

Constructors in org.argouml.uml.ui with parameters of type Profile
UMLComboBoxEntry(java.lang.Object element, Profile profile, boolean isPhantom)
           
 



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