Interface IDtGranularEditorManagingDefinition

    • Method Detail

      • isTwoColumnLayout

        boolean isTwoColumnLayout()
        Returns true if the layout is two-column.
        Returns:
        true if the layout is two-column.
      • isFlexibleLayout

        boolean isFlexibleLayout()
        Returns true if the layout is flexible. Note: it is used only for two-column layout and means that minimum columns count is '1' and maximum columns count is '2'.
        Returns:
        true if the layout is flexible.
      • getPageFeatures

        Collection<org.eclipse.emf.ecore.EStructuralFeature> getPageFeatures()
        Returns all features placed on the page.
        Returns:
        the collection of features.