org.openoffice.ide.eclipse.core.editors
Class PackageDescriptionSection

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

public class PackageDescriptionSection
extends org.eclipse.ui.forms.SectionPart

Author:
cedricbosdo

Constructor Summary
PackageDescriptionSection(PackageContentsFormPage pPage)
          Constructor.
 
Method Summary
 java.util.Map<java.util.Locale,org.eclipse.core.resources.IFile> getDescriptions()
           
 void setDescriptions(java.util.Map<java.util.Locale,org.eclipse.core.resources.IFile> pDescriptions)
          Set the package descriptions to show in the section.
 
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, markDirty, markStale, refresh, setFormInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageDescriptionSection

public PackageDescriptionSection(PackageContentsFormPage pPage)
Constructor.

Parameters:
pPage - the package page where to create the section
Method Detail

getDescriptions

public java.util.Map<java.util.Locale,org.eclipse.core.resources.IFile> getDescriptions()
Returns:
the package descriptions shown in the section

setDescriptions

public void setDescriptions(java.util.Map<java.util.Locale,org.eclipse.core.resources.IFile> pDescriptions)
Set the package descriptions to show in the section.

Parameters:
pDescriptions - the descriptions to show.