Class PackageDescriptionSection

java.lang.Object
org.eclipse.ui.forms.AbstractFormPart
org.eclipse.ui.forms.SectionPart
org.libreoffice.ide.eclipse.core.editors.pack.PackageDescriptionSection
All Implemented Interfaces:
org.eclipse.ui.forms.IFormPart

public class PackageDescriptionSection extends org.eclipse.ui.forms.SectionPart
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<Locale,org.eclipse.core.resources.IFile>
     
    void
    setDescriptions(Map<Locale,org.eclipse.core.resources.IFile> descriptions)
    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 Details

    • PackageDescriptionSection

      public PackageDescriptionSection(PackageFormPage page)
      Constructor.
      Parameters:
      page - the package page where to create the section
  • Method Details

    • getDescriptions

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

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