C
- the (generic) type parameter for the interface representing the type of the
InstallationNodeContribution
for which this view implements the UIpublic interface SwingInstallationNodeView<C extends InstallationNodeContribution>
InstallationNodeContribution
Modifier and Type | Method and Description |
---|---|
void |
buildUI(JPanel panel,
C contribution)
Build the UI for the corresponding
InstallationNodeContribution on the provided panel. |
void buildUI(JPanel panel, C contribution)
InstallationNodeContribution
on the provided panel. Use the contribution
for your logic and data model manipulations.panel
- the panel to build the UI oncontribution
- the corresponding installation node contribution.Copyright © 2021. All rights reserved.