j3d.utils.propertyEditors
Class PERadioButtonGroupBuilder

java.lang.Object
  extended by j3d.utils.propertyEditors.PropertyEditorBuilder
      extended by j3d.utils.propertyEditors.PERadioButtonGroupBuilder

public class PERadioButtonGroupBuilder
extends PropertyEditorBuilder


Constructor Summary
PERadioButtonGroupBuilder(java.lang.String[] choices, java.lang.Object obj, java.lang.String name)
           
 
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 j3d.utils.propertyEditors.PropertyEditorBuilder
getPropertyDescriptor, readFromObject, startTimer, writeToObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PERadioButtonGroupBuilder

public PERadioButtonGroupBuilder(java.lang.String[] choices,
                                 java.lang.Object obj,
                                 java.lang.String name)
Method Detail

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