org.openoffice.ide.eclipse.core.editors.main
Class MirrorsSection

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.main.AbstractOverviewSection
              extended by org.openoffice.ide.eclipse.core.editors.main.MirrorsSection
All Implemented Interfaces:
org.eclipse.ui.forms.IFormPart

public class MirrorsSection
extends AbstractOverviewSection

Section showing the update-informations part of the description.xml file.

Author:
Cédric Bosdonnat

Constructor Summary
MirrorsSection(org.eclipse.swt.widgets.Composite pParent, PackageOverviewFormPage pPage)
           
 
Method Summary
 void loadData()
          Load the non-localized data from the model into the fields.
 
Methods inherited from class org.openoffice.ide.eclipse.core.editors.main.AbstractOverviewSection
markDirty, setNotifyChanges
 
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, isDirty, isStale, markStale, refresh, setFormInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MirrorsSection

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

loadData

public void loadData()
Load the non-localized data from the model into the fields.

Specified by:
loadData in class AbstractOverviewSection