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 -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescriptions(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, setFocusMethods inherited from class org.eclipse.ui.forms.AbstractFormPart
commit, dispose, getManagedForm, initialize, isDirty, isStale, markDirty, markStale, refresh, setFormInput
-
Constructor Details
-
PackageDescriptionSection
Constructor.- Parameters:
page- the package page where to create the section
-
-
Method Details
-
getDescriptions
- Returns:
- the package descriptions shown in the section
-
setDescriptions
Set the package descriptions to show in the section.- Parameters:
descriptions- the descriptions to show.
-