Home | History | Annotate | Download | only in hierarchyviewer

Lines Matching refs:layout

35     public void createInitialLayout(IPageLayout layout) {
36 layout.setEditorAreaVisible(false);
38 String editorArea = layout.getEditorArea();
41 folder = layout.createFolder("tree", IPageLayout.LEFT, 0.25f, editorArea); //$NON-NLS-1$
45 folder = layout.createFolder("overview", IPageLayout.RIGHT, 0.4f, editorArea); //$NON-NLS-1$
48 folder = layout.createFolder("main", IPageLayout.RIGHT, 0.35f, editorArea); //$NON-NLS-1$
52 layout.addShowViewShortcut(DeviceSelectorView.ID);
53 layout.addShowViewShortcut(PixelPerfectTreeView.ID);
54 layout.addShowViewShortcut(PixelPerfectLoupeView.ID);
55 layout.addShowViewShortcut(PixelPerfectView.ID);
57 layout.addPerspectiveShortcut("org.eclipse.jdt.ui.JavaPerspective"); //$NON-NLS-1$
58 layout.addPerspectiveShortcut(TreeViewPerspective.ID);
59 layout.addPerspectiveShortcut(Perspective.ID);