edu.berkeley.guir.papier_mache.assoc
Class UserAssociationFactory.AssociationModel

java.lang.Object
  extended by javax.swing.DefaultButtonModel
      extended by javax.swing.JToggleButton.ToggleButtonModel
          extended by edu.berkeley.guir.papier_mache.assoc.UserAssociationFactory.AssociationModel
All Implemented Interfaces:
javax.swing.ButtonModel, java.awt.ItemSelectable, java.io.Serializable
Enclosing class:
UserAssociationFactory

public static class UserAssociationFactory.AssociationModel
extends javax.swing.JToggleButton.ToggleButtonModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.DefaultButtonModel
ARMED, ENABLED, PRESSED, ROLLOVER, SELECTED
 
Constructor Summary
UserAssociationFactory.AssociationModel(java.lang.Class mediaType)
           
 
Method Summary
 java.lang.Class getMediaType()
           
 
Methods inherited from class javax.swing.JToggleButton.ToggleButtonModel
isSelected, setPressed, setSelected
 
Methods inherited from class javax.swing.DefaultButtonModel
addActionListener, addChangeListener, addItemListener, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setRollover
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAssociationFactory.AssociationModel

public UserAssociationFactory.AssociationModel(java.lang.Class mediaType)
Method Detail

getMediaType

public java.lang.Class getMediaType()