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

Method ListPanel

app/src/processing/app/contrib/ListPanel.java:75–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 };
74
75 public ListPanel() {
76 if (upToDateIcon == null) {
77 upToDateIcon = Toolkit.getLibIconX("manager/up-to-date");
78 updateAvailableIcon = Toolkit.getLibIconX("manager/update-available");
79 incompatibleIcon = Toolkit.getLibIconX("manager/incompatible");
80 foundationIcon = Toolkit.getLibIconX("icons/foundation", 16);
81 downloadingIcon = Toolkit.getLibIconX("manager/downloading");
82 }
83 }
84
85
86 public ListPanel(final ContributionTab contributionTab,

Callers

nothing calls this directly

Calls 8

getLibIconXMethod · 0.95
zoomMethod · 0.95
enableSectionsMethod · 0.80
setBorderMethod · 0.80
getComparatorMethod · 0.80
getColumnCountMethod · 0.65
setVisibleMethod · 0.65
setLayoutMethod · 0.45

Tested by

no test coverage detected