For simplicists: You can only read the bold part.
I'm using Dropbox (for those of you who don't know what Dropbox is: it is a service that creates a universal folder that is stored online but can be accessed on any computer and changes are reflected to all.) to store my Java Eclipse Project. So, when I add a new Java Class to the Dropbox from home, it shows in the Dropbox folder in the office computer. However, I have to import it to Eclipse to view it. Is there a way that the files I add from home can be imported to Eclipse automatically? Maybe Eclipse has a setting that searches all the Java files in the Project directory on every startup and auto imports them? Any ideas?
In its simplest form (regardless of Dropbox), the question is: Is there a setting that auto imports new Java classes added to my project path into Eclipse?