|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.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(java.beans.PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field. |
void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
The firePropertyChange method was generated to support the propertyChange field. |
java.lang.Object |
getSelectedBusinessObject()
getSelectedBusinessObject returns the selected business object for the selected group item |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field. |
void |
setSelected(javax.swing.ButtonModel m,
boolean b)
Sets the selected value for the button. |
void |
setSelectedBusinessObject(java.lang.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(java.beans.PropertyChangeListener listener)
public void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
public java.lang.Object getSelectedBusinessObject()
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void setSelected(javax.swing.ButtonModel m, boolean b)
public void setSelectedBusinessObject(java.lang.Object obj)
obj
- java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |