com.atomikos.beans
Interface PropertyEditorComponent

All Known Implementing Classes:
AbstractPropertyEditorComponent, CheckboxComponent, ComboBoxComponent, TableComponent, TextFieldComponent

public interface PropertyEditorComponent

A generic GUI type for editing properties.


Method Summary
 Component getComponent()
          Get component for display in GUI.
 PropertyEditor getPropertyEditor()
          Get the property editor we delegate to.
 void init(PropertyEditor editor)
          Initializes the component with the editor to delegate to.
 

Method Detail

init

void init(PropertyEditor editor)
Initializes the component with the editor to delegate to.

Parameters:
editor - The editor.

getPropertyEditor

PropertyEditor getPropertyEditor()
Get the property editor we delegate to.

Returns:
PropertyEditor The editor.

getComponent

Component getComponent()
Get component for display in GUI.

Returns:
Component The component.


Copyright © 2011. All Rights Reserved.