|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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
Empty interface used to tag Tabbed panels that accept a ToDo Element Target. |
Classes in org.argouml.cognitive.ui that implement TargetListener | |
class |
TabToDo
The ToDo Tab. |
class |
WizDescription
This class represents the description for a wizard. |
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
The Project is 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
Collects ArgoUML's global actions, and takes care of the "enabled" status of all these actions. |
class |
DetailsPane
The lower-right pane of the main ArgoUML window, which shows the details of a selected model element. |
class |
MultiEditorPane
The upper right pane in the ArgoUML user interface. |
class |
ProjectBrowser
The main window of the ArgoUML application. |
class |
StylePanel
The style panel. |
class |
StylePanelFig
The basic stylepanel which provides line and fill color information. |
class |
StylePanelFigNodeModelElement
Stylepanel which provides base style information for modelelements, e.g. |
class |
StylePanelFigRRect
Provide a stylepanel for rounded rectancles in order to set the rounding edge level. |
class |
StylePanelFigText
StylePanel class which provides additional parameters for changing Text elements provided by GEF. |
class |
TabDocs
The tab for the documentation. |
class |
TabTable
This class is not used any more - it is part of the model presentation in table form. |
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.static_structure.ui |
Classes in org.argouml.uml.diagram.static_structure.ui that implement TargetListener | |
class |
StylePanelFigClass
Stylepanel which adds an attributes and operations checkbox and depends on FigClass. |
class |
StylePanelFigInterface
Stylepanel which adds an operation checkbox and depends on FigInterface. |
Uses of TargetListener in org.argouml.uml.diagram.ui |
Classes in org.argouml.uml.diagram.ui that implement TargetListener | |
(package private) class |
DiagramNameDocument
This is the model for the diagram name text box (JTextField) shown on the property panel of a Diagram. |
class |
PropPanelDiagram
This class represents the properties panel for a Diagram. |
class |
PropPanelString
The properties panel for a simple text / string. |
class |
PropPanelUMLActivityDiagram
|
class |
PropPanelUMLClassDiagram
|
class |
PropPanelUMLCollaborationDiagram
|
class |
PropPanelUMLDeploymentDiagram
|
class |
PropPanelUMLSequenceDiagram
|
class |
PropPanelUMLStateDiagram
The properties panel for a Statechart diagram. |
class |
PropPanelUMLUseCaseDiagram
|
class |
SPFigEdgeModelElement
The style Panel for FigEdgeModelElement. |
class |
StylePanelFigMessage
Stylepanel which allows to set the arrow of a message. |
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 |
UMLComboBox2
ComboBox for UML modelelements. |
class |
UMLComboBoxModel2
ComboBoxmodel for UML modelelements. |
class |
UMLDeprecatedCheckBox
Class to represent a checkbox for the deprecated checkbox in the documentation tab. |
class |
UMLEditableComboBox
An editable combobox. |
class |
UMLModelElementElementResidenceListModel
|
class |
UMLModelElementListModel2
The model for a list that contains Mbases. |
class |
UMLModelElementOrderedListModel2
This class resembles UMLModelElementListModel2, but is for those associations in the metamodel (see UML standard) that have a {ordered} constraint. |
class |
UMLModelElementTaggedValueDocument
This class provides a text field that can be used to access tagged values of a MModelElement object. |
class |
UMLMultiplicityComboBox2
An editable and searchable combobox to edit the multiplicity attribute of some modelelement. |
class |
UMLMultiplicityComboBoxModel
A model for multiplicities. |
class |
UMLPlainTextDocument
A new model for a textproperty. |
class |
UMLRadioButtonPanel
A panel that shows a group of radiobuttons. |
class |
UMLSearchableComboBox
A searchable combobox. |
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. |
class |
PropPanelCallState
|
class |
PropPanelObjectFlowState
|
class |
PropPanelPartition
The properties panel for a Partition (Swimlane). |
class |
PropPanelSubactivityState
The properties panel for the SubactivityState. |
class |
UMLObjectFlowStateClassifierComboBoxModel
A model for the classifier of an ObjectFlowState. |
class |
UMLPartitionContentsListModel
|
Uses of TargetListener in org.argouml.uml.ui.behavior.collaborations |
Classes in org.argouml.uml.ui.behavior.collaborations that implement TargetListener | |
class |
PropPanelAssociationEndRole
The properties panel for an associationend. |
class |
PropPanelAssociationRole
The properties panel for an AssociationRole. |
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
Properties panel for a Message. |
class |
UMLAssociationEndRoleBaseListModel
|
class |
UMLAssociationRoleAssociationEndRoleListModel
List model that shows the AssociationEndRoles belonging to some AssociationRole. |
class |
UMLAssociationRoleBaseComboBoxModel
|
class |
UMLAssociationRoleMessageListModel
List model that shows the Messages belonging to some AssociationRole. |
class |
UMLClassifierRoleAvailableContentsListModel
Binary relation list model for available con between classifierroles |
class |
UMLClassifierRoleAvailableFeaturesListModel
|
class |
UMLClassifierRoleBaseListModel
Shows the bases belonging to some classifierrole. |
class |
UMLClassifierRoleMultiplicityComboBoxModel
|
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 |
UMLMessageActivatorComboBox
The combobox for activators on the message proppanel. |
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
An abstract representatation of the properties panel of an Action. |
class |
PropPanelCallAction
The properties panel for a CallAction. |
class |
PropPanelComponentInstance
The properties panel for a ComponentInstance. |
class |
PropPanelCreateAction
The properties panel for a CreateAction. |
class |
PropPanelDestroyAction
The properties panel for a DestroyAction. |
class |
PropPanelInstance
The abstract properties panel for any type of Instance. |
class |
PropPanelLink
The properties panel for a Link. |
class |
PropPanelLinkEnd
A basic property panel for link ends. |
class |
PropPanelNodeInstance
The properties panel of a NodeInstance. |
class |
PropPanelObject
The properties panel of an Object. |
class |
PropPanelReception
PropertyPanel for a Reception. |
class |
PropPanelReturnAction
The properties panel for a ReturnAction. |
class |
PropPanelSendAction
The properties panel for a SendAction. |
class |
PropPanelSignal
The properties panel of a Signal. |
class |
PropPanelStimulus
The properties panel for a Stimulus. |
class |
PropPanelTerminateAction
The properties panel for a TerminateAction. |
class |
PropPanelUninterpretedAction
The properties panel for a UninterpretedAction. |
class |
UMLInstanceClassifierListModel
The model for instances of a classifier. |
class |
UMLInstanceLinkEndListModel
|
class |
UMLInstanceReceiverStimulusListModel
ListModel for the stimuli an instance receives. |
class |
UMLInstanceSenderStimulusListModel
ListModel for the stimuli an instance sends. |
class |
UMLLinkConnectionListModel
|
class |
UMLReceptionSignalComboBox
Combobox for signals on the reception proppanel. |
class |
UMLReceptionSignalComboBoxModel
The model for the signal combobox on the reception proppanel. |
class |
UMLReceptionSpecificationDocument
|
class |
UMLSignalContextListModel
The model for the listbox showing the contexts of a signal. |
class |
UMLStimulusReceiverListModel
ListModel for the stimuli an instance receives. |
class |
UMLStimulusSenderListModel
Listmodel to show the sender belonging to some message. |
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
The properties panel of a CallEvent. |
class |
PropPanelChangeEvent
The properties panel for a ChangeEvent. |
class |
PropPanelCompositeState
The properties panel for a Composite State. |
class |
PropPanelEvent
The properties panel for an Event. |
class |
PropPanelFinalState
The properties panel for a FinalState. |
class |
PropPanelGuard
A property panel for Guards. |
class |
PropPanelPseudostate
Property Panel for the collection of pseudostates (branch, fork, ...). |
class |
PropPanelSignalEvent
The properties panel for a SignalEvent. |
class |
PropPanelSimpleState
The properties panel for a SimpleState. |
class |
PropPanelState
The abstract properties panel for a State. |
class |
PropPanelStateMachine
The properties panel for a Statemachine. |
class |
PropPanelStateVertex
The properties tab panel for StateVertex and family. |
class |
PropPanelStubState
|
class |
PropPanelSubmachineState
|
class |
PropPanelSynchState
The properties panel for a SynchState. |
class |
PropPanelTimeEvent
The properties panel for a TimeEvent. |
class |
PropPanelTransition
The properties panel for a Transition. |
(package private) class |
UMLCallEventOperationComboBox2
|
(package private) class |
UMLCallEventOperationComboBoxModel
|
class |
UMLCompositeStateConcurrentCheckBox
|
class |
UMLCompositeStateSubvertexListModel
|
class |
UMLEventParameterListModel
A list model for the parameters belonging to an event. |
class |
UMLEventTransitionListModel
The listmodel behind the transition property for an event on the event's property panel. |
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 |
UMLStubStateComboBoxModel
|
class |
UMLSubmachineStateComboBoxModel
|
class |
UMLSynchStateBoundDocument
|
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
The model for the location field of an extension point of a usecase. |
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 |
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
The properties panel for a Stereotype. |
class |
UMLMetaClassComboBoxModel
A model for stereotypes to handle their base class, or as it is a class from the UML metamodel its metaclass. |
Uses of TargetListener in org.argouml.uml.ui.model_management |
Classes in org.argouml.uml.ui.model_management that implement TargetListener | |
class |
PropPanelModel
A Propertypanel for a model. |
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-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |