|
How to use Quick Fix to add unimplemented methods |
|
|
To implement a new interface,
add the 'implements' declaration first to the type. Even without saving
or building, the Java editor will underline the type to signal that methods
are missing and will show the Quick Fix light bulb. Click on the light
bulb or press Ctrl+1 (Edit > Quick Fix) to choose between adding
the unimplemented methods or making your class abstract.
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.