MCPcopy Create free account
hub / github.com/Card-Forge/forge / selectable

Method selectable

forge-gui-mobile/src/forge/toolbox/FLabel.java:65–65  ·  view source on GitHub ↗
(final boolean b0)

Source from the content-addressed store, hash-verified

63 public Builder opaque(final boolean b0) { this.bldOpaque = b0; return this; }
64 public Builder opaque() { opaque(true); return this; }
65 public Builder selectable(final boolean b0) { this.bldSelectable = b0; return this; }
66 public Builder selectable() { selectable(true); return this; }
67 public Builder selected(final boolean b0) { this.bldSelected = b0; return this; }
68 public Builder selected() { selected(true); return this; }

Callers 11

ViewWinLoseMethod · 0.45
PlayerInfoPanelMethod · 0.45
PlayerPanelClass · 0.45
addAvatarLabelMethod · 0.45
addSleevesLabelMethod · 0.45
FRadioButtonMethod · 0.45
FCheckBoxMethod · 0.45
CardZoomMethod · 0.45
ItemManagerClass · 0.45
FilterMethod · 0.45
ToggleButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected