Creates a new instance of XMLList
()
| 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(); |
nothing calls this directly
no test coverage detected