Searched refs:LogCatView (Results 1 – 4 of 4) sorted by relevance
26 import com.android.ide.eclipse.ddms.views.LogCatView;211 final LogCatView v = displayLogCatView(page); in focusLogCatView()224 IViewPart view = page.findView(LogCatView.ID); in focusLogCatView()228 private LogCatView displayLogCatView(IWorkbenchPage page) { in focusLogCatView()231 IViewPart view = page.findView(LogCatView.ID); in focusLogCatView()234 if (view instanceof LogCatView) { in focusLogCatView()235 return (LogCatView)view; in focusLogCatView()241 return (LogCatView) page.showView(LogCatView.ID); in focusLogCatView()
24 import com.android.ide.eclipse.ddms.views.LogCatView;49 folder.addPlaceholder(LogCatView.ID + ":*"); //$NON-NLS-1$ in createInitialLayout()50 folder.addView(LogCatView.ID); in createInitialLayout()76 layout.addShowViewShortcut(LogCatView.ID); in createInitialLayout()
25 import com.android.ide.eclipse.ddms.views.LogCatView;131 store.setDefault(ATTR_SWITCH_PERSPECTIVE, LogCatView.DEFAULT_SWITCH_PERSPECTIVE); in initializeDefaultPreferences()132 store.setDefault(ATTR_PERSPECTIVE_ID, LogCatView.DEFAULT_PERSPECTIVE_ID); in initializeDefaultPreferences()
35 public class LogCatView extends SelectionDependentViewPart { class