OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogCatView
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java
25
import com.android.ide.eclipse.ddms.views.
LogCatView
;
47
folder.addPlaceholder(
LogCatView
.ID + ":*"); //$NON-NLS-1$
48
folder.addView(
LogCatView
.ID);
76
layout.addShowViewShortcut(
LogCatView
.ID);
LogCatMonitor.java
26
import com.android.ide.eclipse.ddms.views.
LogCatView
;
167
final
LogCatView
v = displayLogCatView(page);
179
private
LogCatView
displayLogCatView(IWorkbenchPage page) {
182
IViewPart view = page.findView(
LogCatView
.ID);
185
if (view instanceof
LogCatView
) {
186
return (
LogCatView
)view;
192
return (
LogCatView
) page.showView(
LogCatView
.ID);
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java
22
import com.android.ide.eclipse.ddms.views.
LogCatView
;
116
store.setDefault(ATTR_LOGCAT_GOTO_PROBLEM,
LogCatView
.CHOICE_ERROR_LINE);
119
store.setDefault(ATTR_SWITCH_PERSPECTIVE,
LogCatView
.DEFAULT_SWITCH_PERSPECTIVE);
120
store.setDefault(ATTR_PERSPECTIVE_ID,
LogCatView
.DEFAULT_PERSPECTIVE_ID);
LogCatPreferencePage.java
35
import com.android.ide.eclipse.ddms.views.
LogCatView
;
68
LogCatView
.CHOICE_METHOD_DECLARATION
72
LogCatView
.CHOICE_ERROR_LINE
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java
56
public class
LogCatView
extends SelectionDependentViewPart {
57
/**
LogCatView
ID as defined in plugin.xml. */
58
public static final String ID = "com.android.ide.eclipse.ddms.views.
LogCatView
"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java
44
import com.android.ide.eclipse.ddms.views.
LogCatView
;
[
all
...]
Completed in 54 milliseconds