aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/fragmentlayout-expected-navigate14.txt
blob: 0046483fc816394216ecfe650164fdd46e9182db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Go To Declaration in fragmentlayout.xml for class="com.and^roid.eclipse.tests.TestFragment":
Open XML Declaration :  [com.android.eclipse.tests.TestFragment]


After open, the selected text is:
[^public class TestFragment extends Fragment {
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
        return null;
    }
}]