Searched refs:mSashError (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | GraphicalEditorPart.java | 258 private SashForm mSashError; field in GraphicalEditorPart 429 mSashError = new SashForm(layoutBarAndCanvas, SWT.VERTICAL | SWT.BORDER); in createPartControl() 430 mSashError.setLayoutData(new GridData(GridData.FILL_BOTH)); in createPartControl() 432 mCanvasViewer = new LayoutCanvasViewer(mEditorDelegate, mRulesEngine, mSashError, SWT.NONE); in createPartControl() 433 mSashError.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1)); in createPartControl() 435 mErrorLabel = new StyledText(mSashError, SWT.READ_ONLY | SWT.WRAP | SWT.V_SCROLL); in createPartControl() 441 mSashError.setWeights(new int[] { 80, 20 }); in createPartControl() 442 mSashError.setMaximizedControl(mCanvasViewer.getControl()); in createPartControl() 1839 mSashError.setMaximizedControl(null); in displayError() 1845 mSashError.setMaximizedControl(mCanvasViewer.getControl()); in hideError() [all …]
|