MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / link

Method link

src/org/albite/albite/ColorScheme.java:137–140  ·  view source on GitHub ↗
(final ColorScheme cs)

Source from the content-addressed store, hash-verified

135 }
136
137 public final void link(final ColorScheme cs) {
138 this.other = cs;
139 cs.other = this;
140 }
141
142 public final ColorScheme getOther() {
143 return other;

Callers 3

initializeMethod · 0.95
setSchemeMethod · 0.95
openRMSAndLoadDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected