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.MirrorsSection
All Implemented Interfaces:
org.eclipse.ui.forms.IFormPart, IModelDataListener

public class MirrorsSection extends AbstractSection<DescriptionModel>
Section showing the update-informations part of the description.xml file.
  • Constructor Summary

    Constructors
    Constructor
    Description
    MirrorsSection(org.eclipse.swt.widgets.Composite parent, DescriptionFormPage page)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Load the non-localized data from the model into the fields.

    Methods inherited from class org.libreoffice.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 Details

    • MirrorsSection

      public MirrorsSection(org.eclipse.swt.widgets.Composite parent, DescriptionFormPage page)
      Parameters:
      parent - the parent composite where to add the section
      page - the parent page
  • Method Details