use of org.talend.designer.hl7.action.DeleteHL7NodeAction in project tdi-studio-se by Talend.
the class HL7OutputUI method createAction.
private void createAction() {
createAction = new CreateHL7ElementAction(xmlViewer, this, "Add Sub-element");
deleteAction = new DeleteHL7NodeAction(xmlViewer, this, "Delete");
disconnectAction = new HL7DisconnectAction(xmlViewer, this, "Disconnect Linker");
fixValueAction = new HL7FixValueAction(xmlViewer, this, "Set A Fix Value");
setRepetableAction = new SetRepetableAction(xmlViewer, this, "Set As Repeatable Element", this.getValue());
importAction = new ImportHL7StructureAction(xmlViewer, this, "import HL7 Structure");
}
Aggregations