| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--javax.swing.ButtonGroup
        |
        +--planetj.gui.CMButtonGroupJ
Funtionality includes getting the selected business object from this button group and setting a specific business object to be selected. Provides additional functionality to set a specific button to be selected.
| Constructor Summary | |
CMButtonGroupJ()
CMButtonGroupJ constructor comment.  | 
|
| Method Summary | |
 void | 
addPropertyChangeListener(PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field.  | 
 void | 
firePropertyChange(String propertyName,
                   Object oldValue,
                   Object newValue)
The firePropertyChange method was generated to support the propertyChange field.  | 
 Object | 
getSelectedBusinessObject()
getSelectedBusinessObject returns the selected business object for the selected group item  | 
 void | 
removePropertyChangeListener(PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field.  | 
 void | 
setSelected(ButtonModel m,
            boolean b)
Sets the selected value for the button.  | 
 void | 
setSelectedBusinessObject(Object obj)
setSelectedBusinessObject sets the business object for the type  | 
| Methods inherited from class javax.swing.ButtonGroup | 
add, getButtonCount, getElements, getSelection, isSelected, remove | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CMButtonGroupJ()
| Method Detail | 
public void addPropertyChangeListener(PropertyChangeListener listener)
public void firePropertyChange(String propertyName,
                               Object oldValue,
                               Object newValue)
public Object getSelectedBusinessObject()
public void removePropertyChangeListener(PropertyChangeListener listener)
public void setSelected(ButtonModel m,
                        boolean b)
setSelected in class ButtonGrouppublic void setSelectedBusinessObject(Object obj)
obj - java.lang.Object
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||