Home | History | Annotate | Download | only in hierarchyviewer

Lines Matching refs:Composite

82 import org.eclipse.swt.widgets.Composite;
114 private Composite mDeviceSelectorPanel;
115 private Composite mTreeViewPanel;
116 private Composite mPixelPerfectPanel;
119 private Composite mStatusBar;
121 private Composite mMainWindow;
128 private Composite mTreeViewControls;
219 protected Control createContents(Composite parent) {
231 Composite control = new Composite(parent, SWT.NONE);
236 mMainWindow = new Composite(control, SWT.NONE);
253 private void buildStatusBar(Composite parent) {
254 mStatusBar = new Composite(parent, SWT.NONE);
318 private void buildDeviceSelectorPanel(Composite parent) {
319 mDeviceSelectorPanel = new Composite(parent, SWT.NONE);
325 Composite buttonPanel = new Composite(mDeviceSelectorPanel, SWT.NONE);
333 Composite innerButtonPanel = new Composite(buttonPanel, SWT.NONE);
352 Composite deviceSelectorContainer = new Composite(mDeviceSelectorPanel, SWT.BORDER);
358 public void buildTreeViewPanel(Composite parent) {
359 mTreeViewPanel = new Composite(parent, SWT.NONE);
365 Composite buttonPanel = new Composite(mTreeViewPanel, SWT.NONE);
373 Composite innerButtonPanel = new Composite(buttonPanel, SWT.NONE);
409 Composite treeViewContainer = new Composite(mainSash, SWT.BORDER);
420 Composite treeViewOverviewContainer = new Composite(sideSash, SWT.BORDER);
424 Composite propertyViewerContainer = new Composite(sideSash, SWT.BORDER);
428 Composite layoutViewerContainer = new Composite(sideSash, SWT.NONE);
434 Composite fullButtonBar = new Composite(layoutViewerContainer, SWT.NONE);
442 Composite buttonBar = new Composite(fullButtonBar, SWT.NONE);
466 Composite layoutViewerMainContainer = new Composite(layoutViewerContainer, SWT.BORDER);
478 private void buildPixelPerfectPanel(Composite parent) {
479 mPixelPerfectPanel = new Composite(parent, SWT.NONE);
485 Composite buttonPanel = new Composite(mPixelPerfectPanel, SWT.NONE);
493 Composite innerButtonPanel = new Composite(buttonPanel, SWT.NONE);
528 Composite pixelPerfectTreeContainer = new Composite(mainSash, SWT.BORDER);
532 Composite pixelPerfectLoupeContainer = new Composite(mainSash, SWT.NONE);
538 Composite pixelPerfectLoupeBorder = new Composite(pixelPerfectLoupeContainer, SWT.BORDER);
559 Composite pixelPerfectContainer = new Composite(mainSash, SWT.BORDER);