Uses of Interface
org.argouml.swingext.Orientable

Packages that use Orientable
org.argouml.cognitive.checklist.ui CheckLists, a cognitive help tool, is currently not enabled in ArgoUml. 
org.argouml.cognitive.ui Includes TreeModel/Perspectives/Perspetive rules, Wizard support, details pane tab for todo items. 
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 Statechart diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.static_structure.ui Classes to implement a uml Class 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.diagram.use_case.ui Classes to implement a uml Use Case diagram using GEF, plus go rules for the navigator pane. 
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 Orientable in org.argouml.cognitive.checklist.ui
 

Classes in org.argouml.cognitive.checklist.ui that implement Orientable
 class TabChecklist
          Tab to show the checklist for a certain element.
 

Uses of Orientable in org.argouml.cognitive.ui
 

Classes in org.argouml.cognitive.ui that implement Orientable
 class TabToDo
           
 

Uses of Orientable in org.argouml.ui
 

Classes in org.argouml.ui that implement Orientable
 class DetailsPane
          The lower-right pane of the main Argo/UML window, which shows the details of a selected model element.
 class StylePanel
           
 class StylePanelFig
           
 class StylePanelFigRRect
           
 class StylePanelFigText
           
 class TabDocs
           
 class TabHash
           
 class TabResults
           
 class TabSpawnable
          A subclass of JPanel that can act as a tab in the DetailsPane or MultiEditorPane.
 class TabTable
           
 class TabText
          A tab that contains textual information.
 

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

Classes in org.argouml.uml.diagram.state.ui that implement Orientable
 class PropPanelUMLStateDiagram
          Deprecated. as of 0.15.2, replaced with org.argouml.uml.diagram.ui.PropPanelUMLStateDiagram.
 

Uses of Orientable in org.argouml.uml.diagram.static_structure.ui
 

Classes in org.argouml.uml.diagram.static_structure.ui that implement Orientable
 class StylePanelFigClass
           
 class StylePanelFigInterface
           
 

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

Classes in org.argouml.uml.diagram.ui that implement Orientable
 class PropPanelDiagram
           
 class PropPanelString
           
 class PropPanelUMLActivityDiagram
           
 class PropPanelUMLClassDiagram
           
 class PropPanelUMLCollaborationDiagram
           
 class PropPanelUMLDeploymentDiagram
           
 class PropPanelUMLSequenceDiagram
           
 class PropPanelUMLUseCaseDiagram
           
 class SPFigEdgeModelElement
           
 class StylePanelFigMessage
           
 class TabDiagram
          The TabDiagram is the tab in the multieditorpane that holds a diagram.
 

Uses of Orientable in org.argouml.uml.diagram.use_case.ui
 

Classes in org.argouml.uml.diagram.use_case.ui that implement Orientable
 class StylePanelFigUseCase
          A class to provide a style panel for use cases.
 

Uses of Orientable in org.argouml.uml.ui
 

Classes in org.argouml.uml.ui that implement Orientable
 class PropPanel
          This abstract class provides the basic layout and event dispatching support for all Property Panels.
 class TabConstraints
          Tab for OCL constraint editing.
 class TabDocumentation
          This the tab in the details pane for documentation.
 class TabProps
           This is the tab on the details panel (DetailsPane) that holds the property panel.
 class TabSrc
          Details panel tabbed panel for displaying a source code representation of a UML model element in a particular Notation.
 class TabStyle
          Provides support for changing the appearance of a diagram element.
 class TabTaggedValues
          Table view of a Model Element's Tagged Values.
 

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

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

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

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

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

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

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

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

Classes in org.argouml.uml.ui.foundation.extension_mechanisms that implement Orientable
 class PropPanelStereotype
          TODO: this property panel needs refactoring to remove dependency on old gui components.
 

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

Classes in org.argouml.uml.ui.model_management that implement Orientable
 class PropPanelModel
           
 class PropPanelPackage
          PropPanelPackage defines the Property Panel for MPackage elements.
 class PropPanelSubsystem
          A property panel for UML subsystems.
 



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