editconfData.setBoxLabel(attributes
.getValue(XMLConstants.BOXTYPE));
}
} else if (name.equalsIgnoreCase(XMLConstants.GENBOX)) {
processGenbox = true;
genboxData = new GenboxData();
genboxData.setShortName(attributes
.getValue(XMLConstants.SHORTNAMEOFTAB));
genboxData.setName(attributes.getValue(XMLConstants.NAMEOFTAB));
if (attributes.getValue(XMLConstants.COMMANDOPTIONS) != null) {
genboxData.setAdditionalCommand(attributes