org.openoffice.ide.eclipse.core.editors.description
Class IntegrationSection

java.lang.Object
  extended by org.eclipse.ui.forms.AbstractFormPart
      extended by org.eclipse.ui.forms.SectionPart
          extended by org.openoffice.ide.eclipse.core.editors.utils.AbstractSection<DescriptionModel>
              extended by org.openoffice.ide.eclipse.core.editors.description.IntegrationSection
All Implemented Interfaces:
org.eclipse.ui.forms.IFormPart, IModelChangedListener

public class IntegrationSection
extends AbstractSection<DescriptionModel>

Section showing the compatibility parts of the description.xml file.

Author:
Cédric Bosdonnat

Constructor Summary
IntegrationSection(org.eclipse.swt.widgets.Composite pParent, DescriptionFormPage pPage)
           
 
Method Summary
 void loadData()
          Loads the values from the model into the controls.
 
Methods inherited from class org.openoffice.ide.eclipse.core.editors.utils.AbstractSection
getModel, isDirty, modelChanged, modelSaved, setModel
 
Methods inherited from class org.eclipse.ui.forms.SectionPart
expansionStateChanged, expansionStateChanging, getSection, hookListeners, setFocus
 
Methods inherited from class org.eclipse.ui.forms.AbstractFormPart
commit, dispose, getManagedForm, initialize, isStale, markDirty, markStale, refresh, setFormInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationSection

public IntegrationSection(org.eclipse.swt.widgets.Composite pParent,
                          DescriptionFormPage pPage)
Parameters:
pParent - the parent composite where to add the section
pPage - the parent page
Method Detail

loadData

public void loadData()
Loads the values from the model into the controls.

Specified by:
loadData in class AbstractSection<DescriptionModel>