com.ibm.designer.domino.xsp.api.panels.complex
Interface IComplexPanel

All Superinterfaces:
IPanelDataReciever
All Known Subinterfaces:
IComplexPropertiesPanel
All Known Implementing Classes:
DynamicPanel, SimpleActionPanel

public interface IComplexPanel
extends IPanelDataReciever

A complex panel that is used to represent information that is not known when the parent composite is being created.

In general it is advised that clients extend DynamicPanel rather than implementing this interface directly.


Method Summary
 void createPanel()
          Called to initialize the contents of this panel.
 org.eclipse.swt.widgets.Control getControl()
          Return the composite that is this panel.
 
Methods inherited from interface com.ibm.designer.domino.xsp.api.panels.IPanelDataReciever
setExtraData
 

Method Detail

createPanel

void createPanel()
Called to initialize the contents of this panel. Subclasses should do any creation here to ensure that any panel data has already been initialized prior to creation of controls.


getControl

org.eclipse.swt.widgets.Control getControl()
Return the composite that is this panel. Helper method to get around multiple inheritance.

Returns:
will typically return this