Class LibsSection
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 Summary
Constructors -
Method Summary
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
-
LibsSection
Constructor.- Parameters:
page- the form page where to create the section
-
-
Method Details
-
getBasicLibraries
- Returns:
- all the selected basic libraries
-
getDialogLibraries
- Returns:
- all the selected dialog libraries
-
setLibraries
Fill the libraries section from the properties file.- Parameters:
model- the properties file content.
-