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