(VirtualList pView, String body)
| 59 | private static final String TEMPLATE_MESSAGE = "<message to='???' type='???'>\n<body>???</body>\n</message>"; |
| 60 | |
| 61 | public StanzaEdit(VirtualList pView, String body) { |
| 62 | super(pView, body, SR.MS_XML_CONSOLE); |
| 63 | show(this); |
| 64 | } |
| 65 | |
| 66 | public void commandState() { |
| 67 | super.commandState(); |