()
| 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() { |
no test coverage detected