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

public class LibsSection extends org.eclipse.ui.forms.SectionPart
Basic and dialog libraries section of the Contents form page of the package editor.
  • Constructor Details

    • LibsSection

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

    • getBasicLibraries

      public List<org.eclipse.core.resources.IFolder> getBasicLibraries()
      Returns:
      all the selected basic libraries
    • getDialogLibraries

      public List<org.eclipse.core.resources.IFolder> getDialogLibraries()
      Returns:
      all the selected dialog libraries
    • setLibraries

      public void setLibraries(PackagePropertiesModel model)
      Fill the libraries section from the properties file.
      Parameters:
      model - the properties file content.