org.argouml.uml.ui.foundation.core
Class UMLElementOwnershipVisibilityButtonGroup

java.lang.Object
  |
  +--javax.swing.ButtonGroup
        |
        +--org.argouml.uml.ui.UMLButtonGroup
              |
              +--org.argouml.uml.ui.foundation.core.UMLVisibilityButtonGroup
                    |
                    +--org.argouml.uml.ui.foundation.core.UMLElementOwnershipVisibilityButtonGroup
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable, UMLUserInterfaceComponent

public class UMLElementOwnershipVisibilityButtonGroup
extends UMLVisibilityButtonGroup

Model for namespace visibility.

Since:
Oct 12, 2002
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.argouml.uml.ui.foundation.core.UMLVisibilityButtonGroup
 
Fields inherited from class org.argouml.uml.ui.UMLButtonGroup
 
Fields inherited from class javax.swing.ButtonGroup
buttons
 
Constructor Summary
UMLElementOwnershipVisibilityButtonGroup(UMLUserInterfaceContainer container)
          Constructor for UMLVisibilityButtonGroup.
 
Method Summary
 void buildModel()
          Builds the model.
protected  void setActions()
           
 
Methods inherited from class org.argouml.uml.ui.foundation.core.UMLVisibilityButtonGroup
getPrivateButton, getProtectedButton, getPublicButton
 
Methods inherited from class org.argouml.uml.ui.UMLButtonGroup
actionPerformed, add, getContainer, getTarget, listRoleItemSet, propertySet, recovered, removed, roleAdded, roleRemoved, setContainer, setTarget, targetChanged, targetReasserted
 
Methods inherited from class javax.swing.ButtonGroup
add, getButtonCount, getElements, getSelection, isSelected, remove, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLElementOwnershipVisibilityButtonGroup

public UMLElementOwnershipVisibilityButtonGroup(UMLUserInterfaceContainer container)
Constructor for UMLVisibilityButtonGroup.

Method Detail

buildModel

public void buildModel()
Description copied from class: UMLButtonGroup
Builds the model. That is: it selects the correct button. The name of this method is choosen to be compliant with for example UMLModelElementListModel2

Overrides:
buildModel in class UMLVisibilityButtonGroup
See Also:
UMLButtonGroup.buildModel()

setActions

protected void setActions()
Specified by:
setActions in class UMLVisibilityButtonGroup
See Also:
UMLVisibilityButtonGroup.setActions()


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