Searched refs:mLayoutToolBar (Results 1 – 1 of 1) sorted by relevance
74 private ToolBar mLayoutToolBar; field in LayoutActionBar99 mLayoutToolBar = new ToolBar(this, /*SWT.WRAP |*/ SWT.FLAT | SWT.RIGHT | SWT.HORIZONTAL); in LayoutActionBar()100 mLayoutToolBar.setLayoutData(new GridData(SWT.FILL, SWT.BEGINNING, true, false)); in LayoutActionBar()188 if (mLayoutToolBar == null || mLayoutToolBar.isDisposed()) { in updateToolbar()191 for (ToolItem c : mLayoutToolBar.getItems()) { in updateToolbar()194 mLayoutToolBar.pack(); in updateToolbar()196 mLayoutToolBar.pack(); in updateToolbar()197 mLayoutToolBar.layout(); in updateToolbar()213 if (!before.equals(after) || after.size() > mLayoutToolBar.getItemCount()) { in updateActions()218 for (int i = 0, max = mLayoutToolBar.getItemCount(); i < max; i++) { in updateActions()[all …]