|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLUserInterfaceContainer | |
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 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
Deprecated. |
protected UMLUserInterfaceContainer |
UMLComboBoxModel._container
Deprecated. The container (PropPanel) in which we are used. |
Methods in org.argouml.uml.ui that return UMLUserInterfaceContainer | |
UMLUserInterfaceContainer |
UMLTreeRootNode.getContainer()
Deprecated. |
protected UMLUserInterfaceContainer |
UMLModelElementListModel.getContainer()
Deprecated. This method returns the container passed as an argument to the constructor |
protected UMLUserInterfaceContainer |
UMLComboBoxModel.getContainer()
Deprecated. Return the container (PropPanel) in which this combo box is used. |
UMLUserInterfaceContainer |
UMLButtonGroup.getContainer()
Returns the container. |
UMLUserInterfaceContainer |
PropPanelButton2.getContainer()
Returns the container. |
Methods in org.argouml.uml.ui with parameters of type UMLUserInterfaceContainer | |
void |
UMLTextProperty.setProperty(UMLUserInterfaceContainer container,
java.lang.String newValue)
Deprecated. |
void |
UMLTextProperty.setProperty(UMLUserInterfaceContainer container,
java.lang.String newValue,
boolean vetoableCheck)
Deprecated. |
java.lang.String |
UMLTextProperty.getProperty(UMLUserInterfaceContainer container)
Deprecated. |
void |
UMLTaggedTextProperty.setProperty(UMLUserInterfaceContainer container,
java.lang.String newValue,
boolean validating)
Deprecated. Hack to circumvent problems with the validating property. |
void |
UMLTaggedTextProperty.setProperty(UMLUserInterfaceContainer container,
java.lang.String newValue)
Deprecated. |
java.lang.String |
UMLTaggedTextProperty.getProperty(UMLUserInterfaceContainer container)
Deprecated. |
void |
UMLStimulusActionTextProperty.setProperty(UMLUserInterfaceContainer container,
java.lang.String newValue)
|
java.lang.String |
UMLStimulusActionTextProperty.getProperty(UMLUserInterfaceContainer container)
|
void |
UMLButtonGroup.setContainer(UMLUserInterfaceContainer container)
Sets the container. |
void |
PropPanelButton2.setContainer(UMLUserInterfaceContainer container)
Sets the container. |
Constructors in org.argouml.uml.ui with parameters of type UMLUserInterfaceContainer | |
UMLVisibilityPanel(UMLUserInterfaceContainer container,
java.lang.Class mclass,
int columns,
boolean border)
Deprecated. |
|
UMLTreeRootNode(UMLUserInterfaceContainer container,
java.lang.String property)
Deprecated. Creates a new tree model |
|
UMLTreeModel(UMLUserInterfaceContainer container,
UMLTreeRootNode root)
Deprecated. Creates a new tree model |
|
UMLTree(UMLUserInterfaceContainer container,
UMLTreeModel model,
boolean navigate)
Deprecated. |
|
UMLTextField(UMLUserInterfaceContainer container,
UMLTextProperty property)
Deprecated. Creates new BooleanChangeListener |
|
UMLStimulusListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone,
java.lang.String stimulusType)
Deprecated. |
|
UMLStimulusActionTextField(UMLUserInterfaceContainer container,
UMLStimulusActionTextProperty property)
Creates new BooleanChangeListener |
|
UMLSpecializationListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. 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)
Deprecated. Creates a new list model |
|
UMLRadioButton(java.lang.String label,
UMLUserInterfaceContainer container,
UMLBooleanProperty property)
Deprecated. Creates new BooleanChangeListener |
|
UMLRadioButton(java.lang.String label,
UMLUserInterfaceContainer container,
UMLBooleanProperty property,
boolean select)
Deprecated. |
|
UMLPackagesListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new packages list model |
|
UMLOwnedElementRootNode(UMLUserInterfaceContainer container,
java.lang.String property,
boolean forClass)
Deprecated. Creates a new tree model |
|
UMLOwnedElementListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new packages list model |
|
UMLOperationsListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. |
|
UMLTextArea(UMLUserInterfaceContainer container,
UMLTextProperty property)
Deprecated. Creates a new UMLTextArea |
|
UMLMultiplicityComboBox(UMLUserInterfaceContainer container,
java.lang.Class elementClass)
Deprecated. |
|
UMLModelElementTreeNode(javax.swing.tree.TreeNode parent,
UMLUserInterfaceContainer container,
ru.novosoft.uml.foundation.core.MModelElement element)
Deprecated. |
|
UMLModelElementListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new list model |
|
UMLModelElementCachedListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. |
|
UMLMetaclassInstanceTreeNode(UMLUserInterfaceContainer container,
javax.swing.tree.TreeNode parent,
java.lang.String label,
java.lang.Class include,
java.lang.Class[] exclude)
Deprecated. |
|
UMLMetaclassComboBox(UMLUserInterfaceContainer container,
java.lang.String property,
java.lang.String getMethod,
java.lang.String setMethod)
Deprecated. |
|
UMLInitialValueComboBox(UMLUserInterfaceContainer container)
Deprecated. Creates new BooleanChangeListener |
|
UMLGeneralizationsListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new packages list model |
|
UMLGeneralizationListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLGeneralizationListModel. |
|
UMLExpressionModel(UMLUserInterfaceContainer container,
java.lang.Class targetClass,
java.lang.String propertyName,
java.lang.Class expressionClass,
java.lang.String getMethodName,
java.lang.String setMethodName)
Deprecated. |
|
UMLConnectionListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLConnectionListModel. |
|
UMLComboBoxNavigator(UMLUserInterfaceContainer container,
java.lang.String tooltip,
javax.swing.JComboBox box)
Constructor |
|
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)
Deprecated. This method creates a UMLComboBoxModel. |
|
UMLClientDependencyListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. |
|
UMLClassifiersListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new packages list model |
|
UMLClassifierListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone,
java.lang.Class classifierType,
java.lang.Class implClass)
Deprecated. |
|
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)
Deprecated. This method creates a UMLComboBoxModel |
|
UMLCheckBox(java.lang.String label,
UMLUserInterfaceContainer container,
UMLBooleanProperty property)
Deprecated. Creates new BooleanChangeListener |
|
UMLButtonGroup(UMLUserInterfaceContainer container)
Constructor for UMLButtonGroup. |
|
UMLBinaryRelationListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLBinaryConnectionListModel. |
|
UMLAttributesListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new attribute list model |
|
UMLAttributesClassifierRoleListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLAttributesClassifierRoleListModel. |
|
UMLAssociationsListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new packages list model |
|
UMLAssociationEndListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Creates a new association end list model |
|
UMLAssociationComboBox(UMLUserInterfaceContainer container)
Deprecated. Constructor for the Association ComboBox |
|
UMLActivatorListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLActivatorListModel. |
|
PropPanelButton2(UMLUserInterfaceContainer container,
javax.swing.Action a)
Constructor for PropPanelButton2. |
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. |
class |
PropPanelActivityGraph
PropertyPanel for Activitygraphs. |
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
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. |
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)
Deprecated. 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 |
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. |
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 |
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 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. |
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. |
Constructors in org.argouml.uml.ui.behavior.use_cases with parameters of type UMLUserInterfaceContainer | |
UMLUseCaseAssociationListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLUseCaseAssociationListModel. |
|
UMLIncludeListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Create a new list model. |
|
UMLExtendListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Create a new list model. |
|
UMLExtendedUseCasesListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLExtendedUseCasesListModel. |
|
UMLActorAssociationListModel(UMLUserInterfaceContainer container,
java.lang.String property,
boolean showNone)
Deprecated. Constructor for UMLActorAssociationListModel. |
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
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
|
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
TODO: this property panel needs refactoring to remove dependency on old gui components. |
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. |
class |
PropPanelSubsystem
A property panel for UML subsystems. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2003 (20030829) | ArgoUML Project Home | ArgoUML Cookbook |