org.openoffice.ide.eclipse.core.editors.main
Class LibsSection
java.lang.Object
org.eclipse.ui.forms.AbstractFormPart
org.eclipse.ui.forms.SectionPart
org.openoffice.ide.eclipse.core.editors.main.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.
- Author:
- cedricbosdo
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 |
LibsSection
public LibsSection(PackageContentsFormPage pPage)
- Constructor.
- Parameters:
pPage
- the form page where to create the section
getBasicLibraries
public java.util.List<org.eclipse.core.resources.IFolder> getBasicLibraries()
- Returns:
- all the selected basic libraries
getDialogLibraries
public java.util.List<org.eclipse.core.resources.IFolder> getDialogLibraries()
- Returns:
- all the selected dialog libraries
setLibraries
public void setLibraries(PackagePropertiesModel pModel)
- Fill the libraries section from the properties file.
- Parameters:
pModel
- the properties file content.