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 theContent
.void
populateProperties(it.tidalwave.role.ui.PresentationModel pmProperties)
Populates theResourceProperties
of theContent
.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 theContent
.- Parameters:
text
- the text
-
populateProperties
void populateProperties(@Nonnull it.tidalwave.role.ui.PresentationModel pmProperties)
Populates theResourceProperties
of theContent
.- Parameters:
pmProperties
- thePresentationModel
of the properties
-
-