This is a question related to BlueJ Can I use some sort of h
This is a question related to BlueJ.
Can I use some sort of hotkey or feature to display all the methods that are available for an object or class in BlueJ?
Solution
To Display All The method that are avaiable for an object or Class in BlueJ is :
At the resulting dialog of BlueJ, type in (or select from the popup menu) with the full class name of the class you want to instantiate and then you have to Hit enter, andyou will get a list of all constructors and static methods in the class.
