|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.forms.AbstractFormPart
org.eclipse.ui.forms.SectionPart
org.openoffice.ide.eclipse.core.editors.pack.ContentsSection
public class ContentsSection
Content section of the Package Contents editor page.
Constructor Summary | |
---|---|
ContentsSection(PackageFormPage pPage)
Constructor. |
Method Summary | |
---|---|
java.util.List<org.eclipse.core.resources.IResource> |
getContents()
|
void |
setContents(java.util.List<org.eclipse.core.resources.IResource> pContents)
Updates the section using the new contents. |
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 Detail |
---|
public ContentsSection(PackageFormPage pPage)
pPage
- the form page containing the sectionMethod Detail |
---|
public java.util.List<org.eclipse.core.resources.IResource> getContents()
public void setContents(java.util.List<org.eclipse.core.resources.IResource> pContents)
pContents
- the package contents to put in the section
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |