org.formaria.swt
Interface Addable

All Known Implementing Classes:
TabPanel

public interface Addable

An interface that add a control


Method Summary
 Control add(Control comp)
          Add a new Control component.
 

Method Detail

add

Control add(Control comp)
Add a new Control component. The add method could not be overloaded so this method adds does the equivalent.

Parameters:
comp - The component to add.
Returns:
the new component.