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

Method XMLList

src/main/java/Console/XMLList.java:57–65  ·  view source on GitHub ↗

Creates a new instance of XMLList

()

Source from the content-addressed store, hash-verified

55 /** Creates a new instance of XMLList
56 */
57 public XMLList() {
58 super (new Vector());
59
60 super.smiles = false;
61 stanzas = StanzasList.getInstance();
62 moveCursorHome();
63
64 mainbar = new MainBar(SR.MS_XML_CONSOLE);
65 }
66
67 public void commandState() {
68 menuCommands.removeAllElements();

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
moveCursorHomeMethod · 0.45

Tested by

no test coverage detected