Class ContentsSection

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

public class ContentsSection extends org.eclipse.ui.forms.SectionPart
Content section of the Package Contents editor page.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.eclipse.ui.forms.SectionPart

    expansionStateChanged, expansionStateChanging, getSection, hookListeners, setFocus

    Methods inherited from class org.eclipse.ui.forms.AbstractFormPart

    commit, 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 Details

    • ContentsSection

      public ContentsSection(PackageFormPage page)
      Constructor.
      Parameters:
      page - the form page containing the section
  • Method Details

    • setContents

      public void setContents()
    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.eclipse.ui.forms.IFormPart
      Overrides:
      dispose in class org.eclipse.ui.forms.AbstractFormPart