MCPcopy Index your code
hub / github.com/benfry/processing4 / setSelected

Method setSelected

app/src/processing/app/ui/EditorButton.java:208–210  ·  view source on GitHub ↗
(boolean selected)

Source from the content-addressed store, hash-verified

206
207
208 public void setSelected(boolean selected) {
209 this.selected = selected;
210 }
211
212
213 public String getRolloverText(InputEvent e) {

Callers 15

addModeButtonsMethod · 0.95
initMethod · 0.80
CharacterSelectorMethod · 0.80
mousePressedMethod · 0.80
WelcomeMethod · 0.80
showFrameMethod · 0.80
rebuildModePopupMethod · 0.80
reselectModeMethod · 0.80
menuSelectedMethod · 0.80
FindReplaceMethod · 0.80
ExportPromptMethod · 0.80
triggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected