Uses of Class
org.argouml.ui.TabSpawnable

Packages that use TabSpawnable
org.argouml.cognitive.checklist.ui Package Specification (none) Related Documentation (none) 
org.argouml.cognitive.ui Package Specification (none) Related Documentation (none) 
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc.  
org.argouml.uml.diagram.deployment.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.sequence.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.state.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.static_structure.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.use_case.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 TabSpawnable in org.argouml.cognitive.checklist.ui
 

Subclasses of TabSpawnable in org.argouml.cognitive.checklist.ui
 class TabChecklist
          Doesn't work, checked the argo.ini and it is not commented out
 

Uses of TabSpawnable in org.argouml.cognitive.ui
 

Subclasses of TabSpawnable in org.argouml.cognitive.ui
 class TabToDo
           
 

Uses of TabSpawnable in org.argouml.ui
 

Subclasses of TabSpawnable in org.argouml.ui
 class StylePanel
           
 class StylePanelFig
           
 class StylePanelFigRRect
           
 class StylePanelFigText
           
 class TabDocs
           
 class TabHash
           
 class TabHistory
           
 class TablePanel
           
 class TabResults
           
 class TabTable
           
 class TabText
          A tab that contains textual information.
 

Methods in org.argouml.ui that return TabSpawnable
 TabSpawnable TabSpawnable.spawn()
          this should take its inspiration from org.tigris.gef.base.CmdSpawn The spawned/cloned tab will be a JFrame.
 TabSpawnable TabResults.spawn()
           
 

Uses of TabSpawnable in org.argouml.uml.diagram.deployment.ui
 

Subclasses of TabSpawnable in org.argouml.uml.diagram.deployment.ui
 class TablePanelUMLDeploymentDiagram
           
 

Uses of TabSpawnable in org.argouml.uml.diagram.sequence.ui
 

Subclasses of TabSpawnable in org.argouml.uml.diagram.sequence.ui
 class TablePanelUMLSequenceDiagram
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.diagram.state.ui
 class PropPanelUMLStateDiagram
           
 class TablePanelUMLStateDiagram
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.diagram.static_structure.ui
 class StylePanelFigClass
           
 class StylePanelFigInterface
           
 class TablePanelUMLClassDiagram
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.diagram.ui
 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 TabSpawnable in org.argouml.uml.diagram.use_case.ui
 

Subclasses of TabSpawnable in org.argouml.uml.diagram.use_case.ui
 class StylePanelFigUseCase
          A class to provide a style panel for use cases. This adds a check box to control the display of he extension point compartment.
 class TablePanelUMLUseCaseDiagram
           
 

Uses of TabSpawnable in org.argouml.uml.ui
 

Subclasses of TabSpawnable in org.argouml.uml.ui
 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
           
 class TabSrc
           
 class TabStyle
           
 class TabTaggedValues
           
 class TabUMLDisplay
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.ui.behavior.activity_graphs
 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 TabSpawnable in org.argouml.uml.ui.behavior.collaborations
 

Subclasses of TabSpawnable in org.argouml.uml.ui.behavior.collaborations
 class PropPanelAssociationEndRole
           
 class PropPanelAssociationRole
           
 class PropPanelClassifierRole
           
 class PropPanelCollaboration
          Property panel for collaborations.
 class PropPanelInteraction
          Proppanel for interactions.
 class PropPanelMessage
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.ui.behavior.common_behavior
 class PropPanelCallAction
           
 class PropPanelComponentInstance
           
 class PropPanelInstance
           
 class PropPanelLink
           
 class PropPanelNodeInstance
           
 class PropPanelObject
           
 class PropPanelReception
           
 class PropPanelSignal
           
 class PropPanelStimulus
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.ui.behavior.state_machines
 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 TabSpawnable in org.argouml.uml.ui.behavior.use_cases
 

Subclasses of TabSpawnable in org.argouml.uml.ui.behavior.use_cases
 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 TabSpawnable in org.argouml.uml.ui.foundation.core
 

Subclasses of TabSpawnable in org.argouml.uml.ui.foundation.core
 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 TabSpawnable in org.argouml.uml.ui.foundation.extension_mechanisms
 

Subclasses of TabSpawnable in org.argouml.uml.ui.foundation.extension_mechanisms
 class PropPanelStereotype
           
 

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

Subclasses of TabSpawnable in org.argouml.uml.ui.model_management
 class PropPanelModel
           
 class PropPanelPackage
          PropPanelPackage defines the Property Panel for MPackage elements.
 



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