Skip to content Skip to sidebar Skip to footer

Find Class Associated By Button Id

) I want to see all references of the button id in all the class's of an android project.. How can i do it? using something like find? iam using eclipse..

Solution 1:

Highlight the object in Code, than

Press controlshiftg

which is the project shortcut for this path

Menu > Search > References > Project... (or workplace, ..)

Solution 2:

Solution 3:

Comment out your button and Eclipse will generate error's on all the references to that button :-)

Of course you can also search with Crtl+F Or by Menu -> Search -> References

Post a Comment for "Find Class Associated By Button Id"