MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / beginPaint

Method beginPaint

src/main/java/Console/XMLList.java:75–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 protected void beginPaint() {
76 StringBuffer str = new StringBuffer(" (")
77 .append(getItemCount())
78 .append(")");
79
80 if (!stanzas.enabled)
81 str.append(" - Disabled");
82
83 mainbar.setElementAt(str.toString(),1);
84 }
85
86
87 public int getItemCount() {

Callers

nothing calls this directly

Calls 4

getItemCountMethod · 0.95
appendMethod · 0.80
setElementAtMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected