com.tssap.util.ui.reuse
Interface IReuseable

All Known Subinterfaces:
ICheckboxComponent, IDropDownSelector, IGenericComponent, IListSelector, IObjectEditorComponent, IRadioButtonComponent, ITableComponent, ITreeSelector
All Known Implementing Classes:
CheckboxComponent

public interface IReuseable


Method Summary
 org.eclipse.swt.widgets.Control createPartControl(org.eclipse.swt.widgets.Composite parent)
          Creates and initializes the control
 boolean isEnabled()
          Receive the component's enabled state.
 void setEnabled(boolean enabled)
          Set whether or not the component and all its subcomponents are enabled.
 

Method Detail

createPartControl

public org.eclipse.swt.widgets.Control createPartControl(org.eclipse.swt.widgets.Composite parent)
Creates and initializes the control
Parameters:
the - parent composite
Returns:
 

setEnabled

public void setEnabled(boolean enabled)
Set whether or not the component and all its subcomponents are enabled.
Parameters:
boolean. - The enabled state.

isEnabled

public boolean isEnabled()
Receive the component's enabled state.
Returns:
boolean. The enabled state.


Copyright © 2005 SAP AG. All Rights Reserved.