com.atomikos.beans
Class CheckboxComponent

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

public class CheckboxComponent
extends AbstractPropertyEditorComponent
implements ActionListener

An editor component that allows editing of boolean values.


Constructor Summary
CheckboxComponent(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

CheckboxComponent

public CheckboxComponent(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
See Also:
ActionListener


Copyright © 2011. All Rights Reserved.