Uses of Interface
org.argouml.uml.ui.UMLUserInterfaceContainer

Packages that use UMLUserInterfaceContainer
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 UMLUserInterfaceContainer in org.argouml.uml.diagram.state.ui
 

Classes in org.argouml.uml.diagram.state.ui that implement UMLUserInterfaceContainer
 class PropPanelUMLStateDiagram
           
 

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

Classes in org.argouml.uml.diagram.ui that implement UMLUserInterfaceContainer
 class PropPanelDiagram
           
 class PropPanelUMLActivityDiagram
           
 class PropPanelUMLClassDiagram
           
 class PropPanelUMLCollaborationDiagram
           
 class PropPanelUMLDeploymentDiagram
           
 class PropPanelUMLSequenceDiagram
           
 class PropPanelUMLUseCaseDiagram
           
 

Uses of UMLUserInterfaceContainer in org.argouml.uml.ui
 

Classes in org.argouml.uml.ui that implement UMLUserInterfaceContainer
 class PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
 class TabDocumentation
          This the tab in the details pane for documentation.
 

Fields in org.argouml.uml.ui declared as UMLUserInterfaceContainer
protected  UMLUserInterfaceContainer UMLTreeRootNode._container
           
protected  UMLUserInterfaceContainer UMLComboBoxModel._container
          The container (PropPanel) in which we are used.
 

Methods in org.argouml.uml.ui that return UMLUserInterfaceContainer
 UMLUserInterfaceContainer UMLTreeRootNode.getContainer()
           
protected  UMLUserInterfaceContainer UMLModelElementListModel.getContainer()
          This method returns the container passed as an argument to the constructor
protected  UMLUserInterfaceContainer UMLComboBoxModel.getContainer()
          Return the container (PropPanel) in which this combo box is used.
 UMLUserInterfaceContainer PropPanelButton2.getContainer()
          Returns the container.
 UMLUserInterfaceContainer UMLButtonGroup.getContainer()
          Returns the container.
 

Methods in org.argouml.uml.ui with parameters of type UMLUserInterfaceContainer
 void UMLTextProperty.setProperty(UMLUserInterfaceContainer container, java.lang.String newValue)
           
 void UMLTextProperty.setProperty(UMLUserInterfaceContainer container, java.lang.String newValue, boolean vetoableCheck)
           
 java.lang.String UMLTextProperty.getProperty(UMLUserInterfaceContainer container)
           
 void PropPanelButton2.setContainer(UMLUserInterfaceContainer container)
          Sets the container.
 void UMLStimulusActionTextProperty.setProperty(UMLUserInterfaceContainer container, java.lang.String newValue)
           
 java.lang.String UMLStimulusActionTextProperty.getProperty(UMLUserInterfaceContainer container)
           
 void UMLTaggedTextProperty.setProperty(UMLUserInterfaceContainer container, java.lang.String newValue, boolean validating)
          Hack to circumvent problems with the validating property.
 void UMLTaggedTextProperty.setProperty(UMLUserInterfaceContainer container, java.lang.String newValue)
           
 java.lang.String UMLTaggedTextProperty.getProperty(UMLUserInterfaceContainer container)
           
 void UMLButtonGroup.setContainer(UMLUserInterfaceContainer container)
          Sets the container.
 

Constructors in org.argouml.uml.ui with parameters of type UMLUserInterfaceContainer
UMLCheckBox(java.lang.String label, UMLUserInterfaceContainer container, UMLBooleanProperty property)
          Creates new BooleanChangeListener
UMLTreeRootNode(UMLUserInterfaceContainer container, java.lang.String property)
          Creates a new tree model
UMLOwnedElementRootNode(UMLUserInterfaceContainer container, java.lang.String property, boolean forClass)
          Creates a new tree model
UMLModelElementListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new list model
UMLModelElementCachedListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
           
UMLAttributesListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new attribute list model
UMLAttributesClassifierRoleListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLAttributesClassifierRoleListModel.
UMLOperationsListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
           
UMLTree(UMLUserInterfaceContainer container, UMLTreeModel model, boolean navigate)
           
UMLStimulusActionTextField(UMLUserInterfaceContainer container, UMLStimulusActionTextProperty property)
          Creates new BooleanChangeListener
UMLComboBoxModel(UMLUserInterfaceContainer container, java.lang.String filter, java.lang.String property, java.lang.String getMethod, java.lang.String setMethod, boolean allowVoid, java.lang.Class elementType, boolean addElementsFromProfileModel)
          This method creates a UMLComboBoxModel.
UMLComboBoxNavigator(UMLUserInterfaceContainer container, java.lang.String tooltip, javax.swing.JComboBox box)
          Constructor
UMLOwnedElementListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new packages list model
UMLAssociationsListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new packages list model
UMLTextArea(UMLUserInterfaceContainer container, UMLTextProperty property)
          Creates a new UMLTextArea
UMLTextField(UMLUserInterfaceContainer container, UMLTextProperty property)
          Creates new BooleanChangeListener
UMLBinaryRelationListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLBinaryConnectionListModel.
UMLGeneralizationListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLGeneralizationListModel.
UMLAssociationComboBox(UMLUserInterfaceContainer container)
          Constructor for the Association ComboBox
PropPanelButton2(UMLUserInterfaceContainer container, javax.swing.Action a)
          Constructor for PropPanelButton2.
UMLClassifierListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone, java.lang.Class classifierType, java.lang.Class implClass)
           
UMLClientDependencyListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
           
UMLActivatorListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLActivatorListModel.
UMLModelElementTreeNode(javax.swing.tree.TreeNode parent, UMLUserInterfaceContainer container, ru.novosoft.uml.foundation.core.MModelElement element)
           
UMLStimulusListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone, java.lang.String stimulusType)
           
UMLVisibilityPanel(UMLUserInterfaceContainer container, java.lang.Class mclass, int columns, boolean border)
           
UMLMetaclassComboBox(UMLUserInterfaceContainer container, java.lang.String property, java.lang.String getMethod, java.lang.String setMethod)
           
UMLClassifiersListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new packages list model
UMLAssociationEndListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new association end list model
UMLRadioButton(java.lang.String label, UMLUserInterfaceContainer container, UMLBooleanProperty property)
          Creates new BooleanChangeListener
UMLRadioButton(java.lang.String label, UMLUserInterfaceContainer container, UMLBooleanProperty property, boolean select)
           
UMLExpressionModel(UMLUserInterfaceContainer container, java.lang.Class targetClass, java.lang.String propertyName, java.lang.Class expressionClass, java.lang.String getMethodName, java.lang.String setMethodName)
           
UMLInitialValueComboBox(UMLUserInterfaceContainer container)
          Creates new BooleanChangeListener
UMLConnectionListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLConnectionListModel.
UMLMultiplicityComboBox(UMLUserInterfaceContainer container, java.lang.Class elementClass)
           
UMLClassifierComboBoxModel(UMLUserInterfaceContainer container, java.lang.String filter, java.lang.String property, java.lang.String getMethod, java.lang.String setMethod, boolean allowVoid, java.lang.Class elementType, boolean addElementsFromProfileModel)
          This method creates a UMLComboBoxModel
UMLButtonGroup(UMLUserInterfaceContainer container)
          Constructor for UMLButtonGroup.
UMLMetaclassInstanceTreeNode(UMLUserInterfaceContainer container, javax.swing.tree.TreeNode parent, java.lang.String label, java.lang.Class include, java.lang.Class[] exclude)
           
UMLPackagesListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Creates a new packages list model
UMLModelElementListLinkModel(UMLUserInterfaceContainer container, java.lang.Class elementType, boolean showNone, boolean useLink)
          Create a new list model, with the "Link" sub-menu enabled or disabled according to a supplied flag. Implementation is just an invocation of the parent constructor and a setting of the flag.
UMLSpecializationListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLSpecializationListModel.
UMLReflectionListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone, java.lang.String getMethod, java.lang.String setMethod, java.lang.String addMethod, java.lang.String deleteMethod)
          Creates a new list model
UMLGeneralizationsListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Deprecated. Creates a new packages list model
UMLTreeModel(UMLUserInterfaceContainer container, UMLTreeRootNode root)
          Creates a new tree model
 

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

Classes in org.argouml.uml.ui.behavior.activity_graphs that implement UMLUserInterfaceContainer
 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 UMLUserInterfaceContainer in org.argouml.uml.ui.behavior.collaborations
 

Classes in org.argouml.uml.ui.behavior.collaborations that implement UMLUserInterfaceContainer
 class PropPanelAssociationEndRole
           
 class PropPanelAssociationRole
           
 class PropPanelClassifierRole
           
 class PropPanelCollaboration
          Property panel for collaborations.
 class PropPanelInteraction
          Proppanel for interactions.
 class PropPanelMessage
           
 

Constructors in org.argouml.uml.ui.behavior.collaborations with parameters of type UMLUserInterfaceContainer
UMLMessageActivatorComboBox(UMLUserInterfaceContainer container, UMLComboBoxModel2 arg0)
          Constructor for UMLMessageActivatorComboBox.
UMLClassifierRoleAssociationRoleListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLClassifierRoleAssociationRoleListModel.
 

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

Classes in org.argouml.uml.ui.behavior.common_behavior that implement UMLUserInterfaceContainer
 class PropPanelCallAction
           
 class PropPanelComponentInstance
           
 class PropPanelInstance
           
 class PropPanelLink
           
 class PropPanelNodeInstance
           
 class PropPanelObject
           
 class PropPanelReception
           
 class PropPanelSignal
           
 class PropPanelStimulus
           
 

Constructors in org.argouml.uml.ui.behavior.common_behavior with parameters of type UMLUserInterfaceContainer
UMLReceptionSignalComboBox(UMLUserInterfaceContainer container, UMLComboBoxModel2 arg0)
          Constructor for UMLSignalComboBox.
 

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

Classes in org.argouml.uml.ui.behavior.state_machines that implement UMLUserInterfaceContainer
 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 UMLUserInterfaceContainer in org.argouml.uml.ui.behavior.use_cases
 

Classes in org.argouml.uml.ui.behavior.use_cases that implement UMLUserInterfaceContainer
 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).
 

Constructors in org.argouml.uml.ui.behavior.use_cases with parameters of type UMLUserInterfaceContainer
UMLUseCaseAssociationListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLUseCaseAssociationListModel.
UMLIncludeListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Create a new list model. Implementation is just an invocation of the parent constructor.
UMLActorAssociationListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLActorAssociationListModel.
UMLExtendedUseCasesListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Constructor for UMLExtendedUseCasesListModel.
UMLExtendListModel(UMLUserInterfaceContainer container, java.lang.String property, boolean showNone)
          Create a new list model. Implementation is just an invocation of the parent constructor.
 

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

Classes in org.argouml.uml.ui.foundation.core that implement UMLUserInterfaceContainer
 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
           
 

Constructors in org.argouml.uml.ui.foundation.core with parameters of type UMLUserInterfaceContainer
UMLVisibilityButtonGroup(UMLUserInterfaceContainer container)
          Constructor for UMLVisibilityButtonGroup.
UMLElementOwnershipVisibilityButtonGroup(UMLUserInterfaceContainer container)
          Constructor for UMLVisibilityButtonGroup.
 

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

Classes in org.argouml.uml.ui.foundation.extension_mechanisms that implement UMLUserInterfaceContainer
 class PropPanelStereotype
           
 

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

Classes in org.argouml.uml.ui.model_management that implement UMLUserInterfaceContainer
 class PropPanelModel
           
 class PropPanelPackage
          PropPanelPackage defines the Property Panel for MPackage elements.
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook