Interface StructureEditorPresentation


  • public interface StructureEditorPresentation
    The Presentation of the Structure Editor.
    Author:
    Fabrizio Giudici
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clear()
      Clears the presentation.
      void populate​(java.lang.String text)
      Populates the text of the Content.
      void populateProperties​(it.tidalwave.role.ui.PresentationModel pmProperties)
      Populates the ResourceProperties of the Content.
      void showUp()
      Makes sure this presentation is visible on the UI.
    • Method Detail

      • showUp

        void showUp()
        Makes sure this presentation is visible on the UI.
      • clear

        void clear()
        Clears the presentation.
      • populate

        void populate​(@Nonnull
                      java.lang.String text)
        Populates the text of the Content.
        Parameters:
        text - the text
      • populateProperties

        void populateProperties​(@Nonnull
                                it.tidalwave.role.ui.PresentationModel pmProperties)
        Populates the ResourceProperties of the Content.
        Parameters:
        pmProperties - the PresentationModel of the properties