Uses of Class
org.argouml.uml.ui.PropPanel

Packages that use PropPanel
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
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.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. 
 

Uses of PropPanel in org.argouml.application.api
 

Methods in org.argouml.application.api that return PropPanel
 PropPanel PluggablePropertyPanel.getPropertyPanel()
           
 

Uses of PropPanel in org.argouml.ui
 

Methods in org.argouml.ui with parameters of type PropPanel
 void DetailsPane.addToPropTab(java.lang.Class c, PropPanel p)
          Heper method to add a Property panel for a given class.
 

Uses of PropPanel in org.argouml.uml.diagram.state.ui
 

Subclasses of PropPanel in org.argouml.uml.diagram.state.ui
 class PropPanelUMLStateDiagram
           
 

Uses of PropPanel in org.argouml.uml.diagram.ui
 

Subclasses of PropPanel in org.argouml.uml.diagram.ui
 class PropPanelDiagram
           
 class PropPanelUMLActivityDiagram
           
 class PropPanelUMLClassDiagram
           
 class PropPanelUMLCollaborationDiagram
           
 class PropPanelUMLDeploymentDiagram
           
 class PropPanelUMLSequenceDiagram
           
 class PropPanelUMLUseCaseDiagram
           
 

Uses of PropPanel in org.argouml.uml.ui
 

Subclasses of PropPanel in org.argouml.uml.ui
 class TabDocumentation
          This the tab in the details pane for documentation.
 

Methods in org.argouml.uml.ui with parameters of type PropPanel
 void TabProps.addPanel(java.lang.Class c, PropPanel p)
          Adds a property panel to the internal list.
 void PropPanelModifiers.add(java.lang.String propertyName, java.lang.Class elementClass, java.lang.String getMethod, java.lang.String setMethod, java.lang.String label, PropPanel container)
          Deprecated. Overloading of the add method, that adds a UMLCheckBox with specified parameters and UMLReflectionBooleanProperty.
 

Constructors in org.argouml.uml.ui with parameters of type PropPanel
PropPanelButton(PropPanel propPanel, javax.swing.JComponent buttonPanel, javax.swing.Icon icon, java.lang.String toolTipText, java.lang.String actionMethod, java.lang.String enabledMethod)
          Constructor for a new button in the propertypanel.
 

Uses of PropPanel in org.argouml.uml.ui.behavior.activity_graphs
 

Subclasses of PropPanel in org.argouml.uml.ui.behavior.activity_graphs
 class PropPanelActionState
          User interface panel shown at the bottom of the screen that allows the user to edit the properties of the selected UML model element.
 class PropPanelActivityGraph
          PropertyPanel for Activitygraphs.
 

Uses of PropPanel in org.argouml.uml.ui.behavior.collaborations
 

Subclasses of PropPanel in org.argouml.uml.ui.behavior.collaborations
 class PropPanelAssociationEndRole
           
 class PropPanelAssociationRole
           
 class PropPanelClassifierRole
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelCollaboration
          Property panel for collaborations.
 class PropPanelInteraction
          Proppanel for interactions.
 class PropPanelMessage
          TODO: this property panel needs refactoring to remove dependency on old gui components, specifically namesToWatch mechanism.
 

Uses of PropPanel in org.argouml.uml.ui.behavior.common_behavior
 

Subclasses of PropPanel in org.argouml.uml.ui.behavior.common_behavior
 class PropPanelAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelCallAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelComponentInstance
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelCreateAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelDestroyAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelInstance
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelLink
           
 class PropPanelNodeInstance
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelObject
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelReception
           
 class PropPanelReturnAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelSendAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelSignal
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelStimulus
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelTerminateAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelUninterpretedAction
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 

Uses of PropPanel in org.argouml.uml.ui.behavior.state_machines
 

Subclasses of PropPanel in org.argouml.uml.ui.behavior.state_machines
 class PropPanelCallEvent
           
 class PropPanelChangeEvent
           
 class PropPanelCompositeState
           
 class PropPanelEvent
           
 class PropPanelFinalState
           
 class PropPanelGuard
          A property panel for Guards.
 class PropPanelPseudostate
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelSignalEvent
           
 class PropPanelSimpleState
           
 class PropPanelState
           
 class PropPanelStateMachine
           
 class PropPanelStateVertex
           
 class PropPanelStubState
           
 class PropPanelSubmachineState
           
 class PropPanelTimeEvent
           
 class PropPanelTransition
           
 

Uses of PropPanel in org.argouml.uml.ui.behavior.use_cases
 

Subclasses of PropPanel in org.argouml.uml.ui.behavior.use_cases
 class PropPanelActor
          Builds the property panel for a actor.
 class PropPanelExtend
          Builds the property panel for an Extend relationship.
 class PropPanelExtensionPoint
          Builds the property panel for an extension point.
 class PropPanelInclude
          Builds the property panel for an Include relationship.
 class PropPanelUseCase
          Builds the property panel for a use case.
 

Uses of PropPanel in org.argouml.uml.ui.foundation.core
 

Subclasses of PropPanel in org.argouml.uml.ui.foundation.core
 class PropPanelAbstraction
           
 class PropPanelAssociation
           
 class PropPanelAssociationEnd
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelAttribute
           
 class PropPanelClass
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelClassifier
           
 class PropPanelComment
          Proppanel for comments (notes).
 class PropPanelComponent
          PropPanel for a UML component.
 class PropPanelDataType
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelDependency
           
 class PropPanelFeature
           
 class PropPanelFlow
           
 class PropPanelGeneralization
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelInterface
           
 class PropPanelModelElement
           
 class PropPanelNamespace
           
 class PropPanelNode
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelOperation
          A property panel for operations.
 class PropPanelParameter
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 class PropPanelPermission
           
 class PropPanelRelationship
          Added this class to give as much information to the user as possible if the lookup mechanisme for proppanels fails.
 class PropPanelStructuralFeature
           
 class PropPanelUsage
           
 

Methods in org.argouml.uml.ui.foundation.core that return PropPanel
 PropPanel PropPanelModelElement.getPropertyPanel()
           
 

Uses of PropPanel in org.argouml.uml.ui.foundation.extension_mechanisms
 

Subclasses of PropPanel in org.argouml.uml.ui.foundation.extension_mechanisms
 class PropPanelStereotype
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 

Uses of PropPanel in org.argouml.uml.ui.model_management
 

Subclasses of PropPanel in org.argouml.uml.ui.model_management
 class PropPanelModel
           
 class PropPanelPackage
          PropPanelPackage defines the Property Panel for MPackage elements.
 class PropPanelSubsystem
          A property panel for UML subsystems.
 



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