Pawan
Pawan

Reputation: 32331

Eclipse : how can we know the implementation classes for an interface in Eclipse

I am using Eclipse IDE

I have a interface in my workspace called as Service .

Please tell me , how can i know the implementation classes for this interface ??

Upvotes: 0

Views: 48

Answers (1)

Howard
Howard

Reputation: 39217

Use "Open Type Hierarchy" or press F4 when your cursor is on the interface.

Upvotes: 1

Related Questions