Uses of Interface
org.argouml.ui.NavigationListener

Packages that use NavigationListener
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 NavigationListener in org.argouml.ui
 

Classes in org.argouml.ui that implement NavigationListener
 class ProjectBrowser
          The main window of the ArgoUML application.
 class TabTable
           
 

Methods in org.argouml.ui with parameters of type NavigationListener
 void MultiEditorPane.addNavigationListener(NavigationListener navListener)
           
 void MultiEditorPane.removeNavigationListener(NavigationListener navListener)
           
 void DetailsPane.addNavigationListener(NavigationListener navListener)
           
 void DetailsPane.removeNavigationListener(NavigationListener navListener)
           
 

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

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

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

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

Uses of NavigationListener in org.argouml.uml.ui
 

Subinterfaces of NavigationListener in org.argouml.uml.ui
 interface UMLUserInterfaceContainer
          Interface supported by any container of UML user interface components.
 

Classes in org.argouml.uml.ui that implement NavigationListener
 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.
 class TabProps
           
 

Methods in org.argouml.uml.ui with parameters of type NavigationListener
 void TabProps.addNavigationListener(NavigationListener navListener)
           
 void TabProps.removeNavigationListener(NavigationListener navListener)
           
 void PropPanel.addNavigationListener(NavigationListener navListener)
          Registers a listener for navigation events.
 void PropPanel.removeNavigationListener(NavigationListener navListener)
           
 void UMLUserInterfaceContainer.addNavigationListener(NavigationListener navListener)
          Registers a listener for navigation events.
 void UMLUserInterfaceContainer.removeNavigationListener(NavigationListener navListener)
          Removes a listener for navigation events.
 

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

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

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

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

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

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

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

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

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

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

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

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

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



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