Interface ProjectExplorerPresentation
public interface ProjectExplorerPresentation
- Author:
- Fabrizio Giudici
-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(it.tidalwave.role.ui.PresentationModel pm) Populates the presentation with data.
-
Method Details
-
populate
void populate(@Nonnull it.tidalwave.role.ui.PresentationModel pm) Populates the presentation with data.- Parameters:
pm- thePresentationModelcontaining the data
-