107108109110111112113114115
return searchDialog; } public HistoryList getHistoryList() { if (historyList == null) { historyList = new HistoryList(); } return historyList; }
205206207208209210211212213
return proxyListener; } public HistoryList getHistoryList() { if (historyList == null) { historyList = new HistoryList(); } return historyList; }
213214215216217218219220221
public HistoryList getHistoryList() { if (historyList == null) { historyList = new HistoryList(); } return historyList; }
575859606162636465
this.setName("ExtensionManualRequest"); } public HistoryList getHistoryList() { if (historyList == null) { historyList = new HistoryList(); } return historyList; }