|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Package Specification (none) Related Documentation (none) |
org.argouml.uml.diagram.ui | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.behavior.activity_graphs | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.behavior.collaborations | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.behavior.common_behavior | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.behavior.state_machines | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.behavior.use_cases | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.foundation.core | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.foundation.extension_mechanisms | Package Specification (none) Related Documentation (none) |
org.argouml.uml.ui.model_management | Package Specification (none) Related Documentation (none) |
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)
|
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)
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.JPanel buttonPanel,
javax.swing.Icon icon,
java.lang.String toolTipText,
java.lang.String actionMethod,
java.lang.String enabledMethod)
|
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. |
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
|
class |
PropPanelCollaboration
Property panel for collaborations. |
class |
PropPanelInteraction
Proppanel for interactions. |
class |
PropPanelMessage
|
Uses of PropPanel in org.argouml.uml.ui.behavior.common_behavior |
Subclasses of PropPanel in org.argouml.uml.ui.behavior.common_behavior | |
class |
PropPanelCallAction
|
class |
PropPanelComponentInstance
|
class |
PropPanelInstance
|
class |
PropPanelLink
|
class |
PropPanelNodeInstance
|
class |
PropPanelObject
|
class |
PropPanelReception
|
class |
PropPanelSignal
|
class |
PropPanelStimulus
|
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 |
PropPanelCompositeState
|
class |
PropPanelEvent
|
class |
PropPanelFinalState
|
class |
PropPanelGuard
A property panel for Guards. |
class |
PropPanelPseudostate
|
class |
PropPanelSimpleState
|
class |
PropPanelState
|
class |
PropPanelStateMachine
|
class |
PropPanelStateVertex
|
class |
PropPanelStubState
|
class |
PropPanelSubmachineState
|
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. This is a type of Classifier, and like other Classifiers can have attributes and operations (some processes use these to define requirements). |
class |
PropPanelExtend
Builds the property panel for an Extend relationship. This is a type of Relationship, but, since Relationship has no semantic meaning of its own, we derive directly from PropPanelModelElement (as other children of Relationship do). |
class |
PropPanelExtensionPoint
Builds the property panel for an extension point. This is a child of PropPanelModelElement. |
class |
PropPanelInclude
Builds the property panel for an Include relationship. This is a type of Relationship, but, since Relationship has no semantic meaning of its own, we derive directly from PropPanelModelElement (as other children of Relationship do). |
class |
PropPanelUseCase
Builds the property panel for a use case. This is a type of Classifier, and like other Classifiers can have attributes and operations (some processes use these to define requirements). |
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
|
class |
PropPanelAttribute
|
class |
PropPanelClass
|
class |
PropPanelClassifier
|
class |
PropPanelComment
Proppanel for comments (notes). |
class |
PropPanelComponent
|
class |
PropPanelDataType
|
class |
PropPanelDependency
|
class |
PropPanelFeature
|
class |
PropPanelFlow
|
class |
PropPanelGeneralization
|
class |
PropPanelInterface
|
class |
PropPanelModelElement
|
class |
PropPanelNamespace
|
class |
PropPanelNode
|
class |
PropPanelOperation
|
class |
PropPanelParameter
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML (c) 1996-2002 |