HomeSort by relevance Sort by last modified time
    Searched refs:LogCatView (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitor.java 26 import com.android.ide.eclipse.ddms.views.LogCatView;
211 final LogCatView v = displayLogCatView(page);
224 IViewPart view = page.findView(LogCatView.ID);
228 private LogCatView displayLogCatView(IWorkbenchPage page) {
231 IViewPart view = page.findView(LogCatView.ID);
234 if (view instanceof LogCatView) {
235 return (LogCatView)view;
241 return (LogCatView) page.showView(LogCatView.ID);
Perspective.java 24 import com.android.ide.eclipse.ddms.views.LogCatView;
49 folder.addPlaceholder(LogCatView.ID + ":*"); //$NON-NLS-1$
50 folder.addView(LogCatView.ID);
76 layout.addShowViewShortcut(LogCatView.ID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 25 import com.android.ide.eclipse.ddms.views.LogCatView;
131 store.setDefault(ATTR_SWITCH_PERSPECTIVE, LogCatView.DEFAULT_SWITCH_PERSPECTIVE);
132 store.setDefault(ATTR_PERSPECTIVE_ID, LogCatView.DEFAULT_PERSPECTIVE_ID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 35 public class LogCatView extends SelectionDependentViewPart {
36 /** LogCatView ID as defined in plugin.xml. */
37 public static final String ID = "com.android.ide.eclipse.ddms.views.LogCatView"; //$NON-NLS-1$

Completed in 165 milliseconds