Class IntegrationSection
java.lang.Object
org.eclipse.ui.forms.AbstractFormPart
org.eclipse.ui.forms.SectionPart
org.libreoffice.ide.eclipse.core.editors.utils.AbstractSection<DescriptionModel>
org.libreoffice.ide.eclipse.core.editors.description.IntegrationSection
- All Implemented Interfaces:
org.eclipse.ui.forms.IFormPart,IModelDataListener
Section showing the compatibility parts of the description.xml file.
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationSection(org.eclipse.swt.widgets.Composite parent, DescriptionFormPage page) -
Method Summary
Modifier and TypeMethodDescriptionvoidloadData()Loads the values from the model into the controls.Methods inherited from class org.libreoffice.ide.eclipse.core.editors.utils.AbstractSection
getModel, isDirty, modelChanged, modelSaved, setModelMethods inherited from class org.eclipse.ui.forms.SectionPart
expansionStateChanged, expansionStateChanging, getSection, hookListeners, setFocusMethods inherited from class org.eclipse.ui.forms.AbstractFormPart
commit, dispose, getManagedForm, initialize, isStale, markDirty, markStale, refresh, setFormInput
-
Constructor Details
-
IntegrationSection
- Parameters:
parent- the parent composite where to add the sectionpage- the parent page
-
-
Method Details
-
loadData
public void loadData()Loads the values from the model into the controls.- Specified by:
loadDatain classAbstractSection<DescriptionModel>
-