C
- the (generic) type parameter for the interface representing the type of the ProgramNodeContribution
for which this view implements the UIpublic interface SwingProgramNodeView<C extends ProgramNodeContribution>
ProgramNodeContribution
.
The instance of SwingProgramNodeView
is a shared entity between several contributions.Modifier and Type | Method and Description |
---|---|
void |
buildUI(JPanel panel,
ContributionProvider<C> provider)
Build the UI for the corresponding
ProgramNodeContribution on the provided panel. |
void buildUI(JPanel panel, ContributionProvider<C> provider)
ProgramNodeContribution
on the provided panel. Use the contribution
for your logic and data model manipulations.panel
- the panel to build the UI onprovider
- the provider for corresponding program node contribution currently selected (in the program tree)Copyright © 2021. All rights reserved.