Uses of Interface
org.argouml.ui.targetmanager.TargetListener

Packages that use TargetListener
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.kernel Contains support for 'history', predicates, delayed change event handling, + ProjectManager & ProjectMember, Wizard. 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
org.argouml.ui.explorer contains classes for the explorer tree view of argouml. 
org.argouml.ui.targetmanager Provides support for maintaining a consistent target (or selection) in all views (Navigator, Details panel, Diagram). 
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 TargetListener in org.argouml.cognitive.checklist.ui
 

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

Uses of TargetListener in org.argouml.cognitive.ui
 

Subinterfaces of TargetListener in org.argouml.cognitive.ui
 interface TabToDoTarget
           
 

Classes in org.argouml.cognitive.ui that implement TargetListener
 class TabToDo
           
 class WizDescription
           
 class WizStep
          Each Critic may provide a Wizard to help fix the problem it identifies.
 class WizStepChoice
          A simple non-modal wizard step that shows instructions and prompts the user to enter a string.
 class WizStepConfirm
          A simple non-modal wizard step that shows instructions and prompts the user to confirm an action.
 class WizStepCue
          A simple non-modal wizard step that shows instructions and prompts the user to enter a string.
 class WizStepManyTextFields
          A simple non-modal wizard step that shows instructions and prompts the user to enter a string.
 class WizStepTextField
          A simple non-modal wizard step that shows instructions and prompts the user to enter a string.
 

Uses of TargetListener in org.argouml.kernel
 

Classes in org.argouml.kernel that implement TargetListener
 class Project
          A datastructure that represents the designer's current project.
 

Uses of TargetListener in org.argouml.ui
 

Subinterfaces of TargetListener in org.argouml.ui
 interface TabFigTarget
          Empty interface used to tag Tabbed panels that accept a Fig Target.
 interface TabTarget
          An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
 

Classes in org.argouml.ui that implement TargetListener
 class Actions
           
 class DetailsPane
          The lower-right pane of the main Argo/UML window, which shows the details of a selected model element.
 class MultiEditorPane
          The upper right pane in the Argo/UML user interface.
 class ProjectBrowser
          The main window of the ArgoUML application.
 class StylePanel
           
 class StylePanelFig
           
 class StylePanelFigRRect
           
 class StylePanelFigText
           
 class TabDocs
           
 class TabHash
           
 class TabTable
           
 class TabText
          A tab that contains textual information.
 

Methods in org.argouml.ui with parameters of type TargetListener
private  void DetailsPane.addTargetListener(TargetListener listener)
          Adds a listener.
private  void DetailsPane.removeTargetListener(TargetListener listener)
          Removes a target listener.
 

Uses of TargetListener in org.argouml.ui.explorer
 

Classes in org.argouml.ui.explorer that implement TargetListener
(package private)  class ExplorerTree.ExplorerTargetListener
           
 

Uses of TargetListener in org.argouml.ui.targetmanager
 

Classes in org.argouml.ui.targetmanager that implement TargetListener
private  class TargetManager.HistoryManager
          The manager of the history of targets.
 

Methods in org.argouml.ui.targetmanager that return TargetListener
 TargetListener TargettableModelView.getTargettableModel()
          Returns the Swing model that implements targetlistener.
 

Methods in org.argouml.ui.targetmanager with parameters of type TargetListener
 void TargetManager.addTargetListener(TargetListener listener)
          Adds a listener.
 void TargetManager.removeTargetListener(TargetListener listener)
          Removes a listener.
 

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

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

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

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

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

Classes in org.argouml.uml.diagram.ui that implement TargetListener
 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 TargetListener in org.argouml.uml.diagram.use_case.ui
 

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

Uses of TargetListener in org.argouml.uml.ui
 

Subinterfaces of TargetListener in org.argouml.uml.ui
 interface TabModelTarget
          Empty interface used to tag Tabbed panels that accept a Model Element Target.
 

Classes in org.argouml.uml.ui that implement TargetListener
 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.
 class UMLCheckBox2
          The checkbox to be used to show boolean attributes in the GUI's.
 class UMLComboBoxModel2
          ComboBoxmodel for UML modelelements.
 class UMLModelElementListModel2
          The model for a list that Mbases contains.
 class UMLModelElementTaggedValueDocument
          This class provides a text field that can be used to access tagged values of a MModelElement object; UMLModelElementTaggedValueDocument is especially useful when using LabelledLayout;
 class UMLMultiplicityComboBoxModel
          A model for multiplicities.
 class UMLPlainTextDocument
          A new model for a textproperty.
 class UMLRadioButtonPanel
          A panel that shows a group of radiobuttons.
 

Methods in org.argouml.uml.ui that return TargetListener
 TargetListener UMLTextField2.getTargettableModel()
           
 TargetListener UMLTextArea2.getTargettableModel()
           
 TargetListener UMLList2.getTargettableModel()
           
 TargetListener UMLComboBox2.getTargettableModel()
           
 

Methods in org.argouml.uml.ui with parameters of type TargetListener
private  void TabStyle.addTargetListener(TargetListener listener)
          Adds a listener.
private  void TabStyle.removeTargetListener(TargetListener listener)
          Removes a target listener.
private  void TabProps.addTargetListener(TargetListener listener)
          Adds a listener.
private  void TabProps.removeTargetListener(TargetListener listener)
          Removes a target listener.
 

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

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

Classes in org.argouml.uml.ui.behavior.collaborations that implement TargetListener
 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.
 class UMLAssociationEndRoleBaseListModel
           
 class UMLAssociationRoleAssociationEndRoleListModel
          List model that shows the AssociationEndRoles belonging to some AssociationRole.
 class UMLAssociationRoleBaseComboBoxModel
           
 class UMLAssociationRoleMessageListModel
           
 class UMLClassifierRoleAvailableContentsListModel
          Binary relation list model for available con between classifierroles
 class UMLClassifierRoleAvailableFeaturesListModel
           
 class UMLClassifierRoleBaseListModel
          Shows the bases belonging to some classifierrole.
 class UMLCollaborationConstrainingElementListModel
          Shows the constrainingelements for some collaboration.
 class UMLCollaborationInteractionListModel
           
 class UMLCollaborationRepresentedClassifierListModel
          The list of classifiers represented by some collaboration as shown on the collaboration proppanel
 class UMLCollaborationRepresentedOperationListModel
          The list of operations represented by some collaboration as shown on the collaboration proppanel
 class UMLInteractionContextListModel
           
 class UMLInteractionMessagesListModel
          List model for messages on the interaction proppanel.
 class UMLMessageActionListModel
           
 class UMLMessageActivatorComboBoxModel
          The model behind the UMLMessageActivatorComboBox.
 class UMLMessageInteractionListModel
           
 class UMLMessagePredecessorListModel
           
 class UMLMessageReceiverListModel
           
 class UMLMessageSenderListModel
          Listmodel to show the sender belonging to some message.
 

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

Classes in org.argouml.uml.ui.behavior.common_behavior that implement TargetListener
 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.
 class UMLInstanceClassifierListModel
           
 class UMLReceptionSignalComboBoxModel
          The model for the signal combobox on the reception proppanel.
 

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

Classes in org.argouml.uml.ui.behavior.state_machines that implement TargetListener
 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
           
 class UMLCallEventOperationListModel
          List model for the operation with a callevent.
 class UMLCompositeStateConcurentCheckBox
           
 class UMLCompositeStateSubvertexListModel
           
 class UMLEventParameterListModel
          A list model for the parameters belonging to an event
 class UMLGuardTransitionListModel
          The listmodel behind the transition property for a Guard on the Guard's property panel.
 class UMLStateDeferrableEventListModel
           
 class UMLStateDoActivityListModel
           
 class UMLStateEntryListModel
           
 class UMLStateExitListModel
           
 class UMLStateInternalTransition
           
 class UMLStateMachineContextListModel
          Listmodel for the context of a statemachine
 class UMLStateMachineSubmachineStateListModel
           
 class UMLStateMachineTopListModel
           
 class UMLStateMachineTransitionListModel
           
 class UMLStateVertexContainerListModel
           
 class UMLStateVertexIncomingListModel
          Listmodel for the incoming transitions of a Statevertex
 class UMLStateVertexOutgoingListModel
          Listmodel for the outgoing transitions of a StateVertex
 class UMLSubmachineStateComboBoxModel
           
 class UMLTransitionEffectListModel
           
 class UMLTransitionGuardListModel
           
 class UMLTransitionSourceListModel
           
 class UMLTransitionStateListModel
           
 class UMLTransitionStatemachineListModel
           
 class UMLTransitionTargetListModel
           
 class UMLTransitionTriggerListModel
           
 

Uses of TargetListener in org.argouml.uml.ui.behavior.use_cases
 

Classes in org.argouml.uml.ui.behavior.use_cases that implement TargetListener
 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.
 class UMLExtendBaseComboBoxModel
           
 class UMLExtendExtensionComboBoxModel
           
 class UMLExtendExtensionPointListModel
           
 class UMLExtensionPointExtendListModel
           
 class UMLExtensionPointLocationDocument
           
 class UMLExtensionPointUseCaseListModel
           
 class UMLIncludeAdditionComboBoxModel
           
 class UMLIncludeBaseComboBoxModel
           
 class UMLUseCaseExtendListModel
          A model that shows the extend relationships for some usecase
 class UMLUseCaseExtensionPointListModel
           
 class UMLUseCaseIncludeListModel
           
 

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

Classes in org.argouml.uml.ui.foundation.core that implement TargetListener
 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
           
 class UMLAssociationAssociationRoleListModel
           
 class UMLAssociationConnectionListModel
           
 class UMLAssociationEndAggregationRadioButtonPanel
           
 class UMLAssociationEndAssociationListModel
           
 class UMLAssociationEndChangeabilityRadioButtonPanel
           
 class UMLAssociationEndNavigableCheckBox
           
 class UMLAssociationEndOrderingCheckBox
           
 class UMLAssociationEndSpecificationListModel
           
 class UMLAssociationEndTargetScopeCheckbox
           
 class UMLAssociationEndTypeComboBoxModel
           
 class UMLAssociationLinkListModel
           
 class UMLAttributeInitialValueListModel
           
 class UMLClassAttributeListModel
           
 class UMLClassifierAssociationEndListModel
           
 class UMLClassifierClassifierInStateListModel
           
 class UMLClassifierClassifierRoleListModel
           
 class UMLClassifierCollaborationListModel
           
 class UMLClassifierCreateActionListModel
           
 class UMLClassifierFeatureListModel
           
 class UMLClassifierInstanceListModel
           
 class UMLClassifierObjectFlowStateListModel
           
 class UMLClassifierParameterListModel
           
 class UMLClassifierParticipantListModel
           
 class UMLClassifierPowertypeRangeListModel
           
 class UMLClassifierStructuralFeatureListModel
           
 class UMLClassOperationListModel
           
 class UMLDependencyClientListModel
           
 class UMLDependencySupplierListModel
           
 class UMLElementOwnershipSpecificationCheckBox
           
 class UMLFeatureOwnerComboBoxModel
           
 class UMLFeatureOwnerListModel
           
 class UMLFeatureOwnerScopeCheckBox
           
 class UMLGeneralizableElementAbstractCheckBox
           
 class UMLGeneralizableElementGeneralizationListModel
           
 class UMLGeneralizableElementLeafCheckBox
           
 class UMLGeneralizableElementRootCheckBox
           
 class UMLGeneralizableElementSpecializationListModel
           
 class UMLGeneralizationPowertypeComboBoxModel
           
 class UMLModelElementClientDependencyListModel
          The listmodel of the client dependencies for some modelelement
 class UMLModelElementConstraintListModel
           
 class UMLModelElementElementResidenceListModel
           
 class UMLModelElementNameDocument
           
 class UMLModelElementNamespaceComboBoxModel
          A model for a namespace combo box, $Id: UMLModelElementNamespaceComboBoxModel.java,v 1.14 2003/11/11 21:54:10 linus Exp $
 class UMLModelElementNamespaceListModel
           
 class UMLModelElementSourceFlowListModel
           
 class UMLModelElementStereotypeComboBoxModel
           
 class UMLModelElementSupplierDependencyListModel
           
 class UMLModelElementTargetFlowListModel
           
 class UMLModelElementVisibilityRadioButtonPanel
           
 class UMLNamespaceOwnedElementListModel
           
 class UMLParameterTypeComboBoxModel
           
 class UMLStructuralFeatureChangeabilityRadioButtonPanel
           
 class UMLStructuralFeatureMultiplicityComboBoxModel
           
 class UMLStructuralFeatureTargetScopeCheckBox
           
 class UMLStructuralFeatureTypeComboBoxModel
          The combobox model for the type belonging to some attribute.
 

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

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

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

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



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