gui.dialogs.propertyEditors
Class PERadioButtonGroupBuilder
java.lang.Object
gui.dialogs.propertyEditors.PropertyEditorBuilder
gui.dialogs.propertyEditors.PERadioButtonGroupBuilder
public class PERadioButtonGroupBuilder
- extends PropertyEditorBuilder
Method Summary |
void |
addEventListener(java.lang.Object obj,
java.lang.reflect.Method writer)
Declare a non-functioning addEventListener() so that this class
will not be abstract. |
javax.swing.JComponent |
getSwingJComponent()
|
void |
setSwingJComponentFromObject(java.lang.Object obj,
java.lang.reflect.Method reader)
Declare a non-functioning setComponentFromObject() so that this class
will not be abstract. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERadioButtonGroupBuilder
public PERadioButtonGroupBuilder(java.lang.String[] choices,
java.lang.Object obj,
java.lang.String name)
addEventListener
public void addEventListener(java.lang.Object obj,
java.lang.reflect.Method writer)
- Declare a non-functioning addEventListener() so that this class
will not be abstract. The panel itself is not responded to, only
the buttons in the panel.
- Specified by:
addEventListener
in class PropertyEditorBuilder
getSwingJComponent
public javax.swing.JComponent getSwingJComponent()
- Specified by:
getSwingJComponent
in class PropertyEditorBuilder
setSwingJComponentFromObject
public void setSwingJComponentFromObject(java.lang.Object obj,
java.lang.reflect.Method reader)
- Declare a non-functioning setComponentFromObject() so that this class
will not be abstract. The panel itself is not set by an object, only
the buttons in the panel.
- Specified by:
setSwingJComponentFromObject
in class PropertyEditorBuilder