com.atomikos.beans
Class ComboBoxComponent

java.lang.Object
  extended by com.atomikos.beans.AbstractPropertyEditorComponent
      extended by com.atomikos.beans.ComboBoxComponent
All Implemented Interfaces:
PropertyEditorComponent, ActionListener, EventListener

public class ComboBoxComponent
extends AbstractPropertyEditorComponent
implements ActionListener

A property editor component for a combo list of values.


Constructor Summary
ComboBoxComponent(Property property)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 Component getComponent()
          To be overridden in subclasses.
 
Methods inherited from class com.atomikos.beans.AbstractPropertyEditorComponent
getPropertyEditor, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboBoxComponent

public ComboBoxComponent(Property property)
                  throws PropertyException
Throws:
PropertyException
Method Detail

getComponent

public Component getComponent()
Description copied from class: AbstractPropertyEditorComponent
To be overridden in subclasses.

Specified by:
getComponent in interface PropertyEditorComponent
Specified by:
getComponent in class AbstractPropertyEditorComponent
Returns:
Component The component.
See Also:
PropertyEditorComponent

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener


Copyright © 2011. All Rights Reserved.