loadXslt = id;
newParameter = id;
openResultURL = id;
+ pdfNextPage = id;
+ pdfPreviousPage = id;
+ pdfSaveAs = id;
process = id;
removeParameter = id;
+ renderFo = id;
saveResult = id;
saveResultAs = id;
saveXml = id;
openResultURLButton = NSButton;
paramRemoveButton = NSButton;
parameterTable = NSTableView;
+ pdfCurrentPageField = NSTextField;
+ pdfNextPageButton = NSButton;
+ pdfPageCountField = NSTextField;
+ pdfPreviousPageButton = NSButton;
+ pdfSaveAsButton = NSButton;
processButton = NSButton;
processingTimeField = NSTextField;
processorTypePopUp = NSPopUpButton;
+ resultImageView = NSImageView;
+ resultTabView = NSTabView;
resultView = NSTextView;
resultWebView = WebView;
saveResultAsButton = NSButton;