Interface StructureEditorPresentation
-
public interface StructureEditorPresentationThe Presentation of the Structure Editor.- Author:
- Fabrizio Giudici
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Clears the presentation.voidpopulate(java.lang.String text)Populates the text of theContent.voidpopulateProperties(it.tidalwave.role.ui.PresentationModel pmProperties)Populates theResourcePropertiesof theContent.voidshowUp()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 theContent.- Parameters:
text- the text
-
populateProperties
void populateProperties(@Nonnull it.tidalwave.role.ui.PresentationModel pmProperties)Populates theResourcePropertiesof theContent.- Parameters:
pmProperties- thePresentationModelof the properties
-
-