4
我想在Eclipse RCP應用程序的工具欄中有一個右對齊的搜索字段。我已經創建的文本字段ControlContribution並在ActionBarAdvisor類各自的搜索行動:Eclipse RCP:工具欄中的右對齊搜索字段
protected void fillCoolBar(ICoolBarManager coolBar) {
IToolBarManager toolbar = new ToolBarManager(SWT.FLAT | SWT.RIGHT);
//...
toolbar.add(new ControlContribution("searchText") {
//...
這工作,我有工具欄的搜索字段。但是,如何將右側的搜索文本(或搜索文本與工具欄)對齊?
感謝, 邁克爾
我有重置視角/刪除工作區以查看結果... – wuppi 2012-04-12 12:22:15