MCPcopy Index your code
hub / github.com/processing/processing / install

Method install

app/src/processing/app/contrib/DetailPanel.java:745–753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

743
744
745 public void install() {
746 clearStatusMessage();
747 installInProgress = true;
748 barButtonCardLayout.show(barButtonCardPane, PROGRESS_BAR_CONSTRAINT);
749 if (contrib instanceof AvailableContribution) {
750 installContribution((AvailableContribution) contrib);
751 contribListing.replaceContribution(contrib, contrib);
752 }
753 }
754
755
756 public void update() {

Callers 4

actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
runMethod · 0.45

Calls 4

clearStatusMessageMethod · 0.95
installContributionMethod · 0.95
replaceContributionMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected