Download rcp contacts sample Free Java Code
Description
Contact Manager (Eclipse RCP Sample ).
Icons
Source Files
The download file rcp-contacts-sample-master.zip has the following entries.
.gitignore/*from w w w .ja v a2s . c o m*/
README.md
com.zuehlke.contacts.core/.classpath
com.zuehlke.contacts.core/.project
com.zuehlke.contacts.core/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.core/META-INF/MANIFEST.MF
com.zuehlke.contacts.core/build.properties
com.zuehlke.contacts.core/icons/alt_about.gif
com.zuehlke.contacts.core/icons/alt_launcher.icns
com.zuehlke.contacts.core/icons/alt_launcher.ico
com.zuehlke.contacts.core/icons/alt_launcher.xpm
com.zuehlke.contacts.core/icons/alt_window_16.gif
com.zuehlke.contacts.core/icons/alt_window_32.gif
com.zuehlke.contacts.core/plugin.xml
com.zuehlke.contacts.core/src/com/zuehlke/contacts/core/Activator.java
com.zuehlke.contacts.core/src/com/zuehlke/contacts/core/Application.java
com.zuehlke.contacts.core/src/com/zuehlke/contacts/core/ApplicationActionBarAdvisor.java
com.zuehlke.contacts.core/src/com/zuehlke/contacts/core/ApplicationWorkbenchAdvisor.java
com.zuehlke.contacts.core/src/com/zuehlke/contacts/core/ApplicationWorkbenchWindowAdvisor.java
com.zuehlke.contacts.core/src/com/zuehlke/contacts/core/Perspective.java
com.zuehlke.contacts.service.api/.classpath
com.zuehlke.contacts.service.api/.project
com.zuehlke.contacts.service.api/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.service.api/META-INF/MANIFEST.MF
com.zuehlke.contacts.service.api/build.properties
com.zuehlke.contacts.service.api/src/com/zuehlke/contacts/service/ContactService.java
com.zuehlke.contacts.service.api/src/com/zuehlke/contacts/service/CustomerService.java
com.zuehlke.contacts.service.api/src/com/zuehlke/contacts/service/dto/Address.java
com.zuehlke.contacts.service.api/src/com/zuehlke/contacts/service/dto/BasicDto.java
com.zuehlke.contacts.service.api/src/com/zuehlke/contacts/service/dto/Contact.java
com.zuehlke.contacts.service.api/src/com/zuehlke/contacts/service/dto/Customer.java
com.zuehlke.contacts.service.local/.classpath
com.zuehlke.contacts.service.local/.project
com.zuehlke.contacts.service.local/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.service.local/META-INF/MANIFEST.MF
com.zuehlke.contacts.service.local/build.properties
com.zuehlke.contacts.service.local/lib/xstream-1.4.3.jar
com.zuehlke.contacts.service.local/src/com/zuehlke/contacts/service/Activator.java
com.zuehlke.contacts.service.local/src/com/zuehlke/contacts/service/BasicLocalService.java
com.zuehlke.contacts.service.local/src/com/zuehlke/contacts/service/LocalContactService.java
com.zuehlke.contacts.service.local/src/com/zuehlke/contacts/service/LocalCustomerService.java
com.zuehlke.contacts.service.remote/.classpath
com.zuehlke.contacts.service.remote/.project
com.zuehlke.contacts.service.remote/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.service.remote/META-INF/MANIFEST.MF
com.zuehlke.contacts.service.remote/META-INF/spring/remote-service-context.xml
com.zuehlke.contacts.service.remote/build.properties
com.zuehlke.contacts.service.remote/src/com/zuehlke/contacts/service/RemoteContactService.java
com.zuehlke.contacts.service.remote/src/com/zuehlke/contacts/service/RemoteCustomerService.java
com.zuehlke.contacts.ui.addressCheck.maps/.classpath
com.zuehlke.contacts.ui.addressCheck.maps/.project
com.zuehlke.contacts.ui.addressCheck.maps/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.ui.addressCheck.maps/META-INF/MANIFEST.MF
com.zuehlke.contacts.ui.addressCheck.maps/build.properties
com.zuehlke.contacts.ui.addressCheck.maps/src/com/zuehlke/contacts/ui/addresscheck/maps/Activator.java
com.zuehlke.contacts.ui.addressCheck.maps/src/com/zuehlke/contacts/ui/addresscheck/maps/BrowserDialog.java
com.zuehlke.contacts.ui.addressCheck.maps/src/com/zuehlke/contacts/ui/addresscheck/maps/MapsAddressCheck.java
com.zuehlke.contacts.ui.addressCheck.zipcity/.classpath
com.zuehlke.contacts.ui.addressCheck.zipcity/.project
com.zuehlke.contacts.ui.addressCheck.zipcity/.settings/org.eclipse.core.resources.prefs
com.zuehlke.contacts.ui.addressCheck.zipcity/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.ui.addressCheck.zipcity/META-INF/MANIFEST.MF
com.zuehlke.contacts.ui.addressCheck.zipcity/build.properties
com.zuehlke.contacts.ui.addressCheck.zipcity/geonames/DE.txt
com.zuehlke.contacts.ui.addressCheck.zipcity/geonames/readme.txt
com.zuehlke.contacts.ui.addressCheck.zipcity/src/com/zuehlke/contacts/ui/addresscheck/zipcity/Activator.java
com.zuehlke.contacts.ui.addressCheck.zipcity/src/com/zuehlke/contacts/ui/addresscheck/zipcity/GeoNamesPostalCodes.java
com.zuehlke.contacts.ui.addressCheck.zipcity/src/com/zuehlke/contacts/ui/addresscheck/zipcity/ZipCityAddressCheck.java
com.zuehlke.contacts.ui.intent.outlook/.classpath
com.zuehlke.contacts.ui.intent.outlook/.project
com.zuehlke.contacts.ui.intent.outlook/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.ui.intent.outlook/META-INF/MANIFEST.MF
com.zuehlke.contacts.ui.intent.outlook/build.properties
com.zuehlke.contacts.ui.intent.outlook/plugin.xml
com.zuehlke.contacts.ui.intent.outlook/src/com/zuehlke/contacts/ui/intent/outlook/Activator.java
com.zuehlke.contacts.ui.intent.outlook/src/com/zuehlke/contacts/ui/intent/outlook/OutlookMailIntent.java
com.zuehlke.contacts.ui.intent.outlook/src/com/zuehlke/contacts/ui/intent/outlook/OutlookMailtoIntent.java
com.zuehlke.contacts.ui.intent.skype/.classpath
com.zuehlke.contacts.ui.intent.skype/.project
com.zuehlke.contacts.ui.intent.skype/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.ui.intent.skype/META-INF/MANIFEST.MF
com.zuehlke.contacts.ui.intent.skype/build.properties
com.zuehlke.contacts.ui.intent.skype/plugin.xml
com.zuehlke.contacts.ui.intent.skype/src/com/zuehlke/contacts/ui/intent/skype/Activator.java
com.zuehlke.contacts.ui.intent.skype/src/com/zuehlke/contacts/ui/intent/skype/SkypeCallIntent.java
com.zuehlke.contacts.ui.intent.skype/src/com/zuehlke/contacts/ui/intent/skype/SkypeSmsIntent.java
com.zuehlke.contacts.ui/.classpath
com.zuehlke.contacts.ui/.project
com.zuehlke.contacts.ui/.settings/org.eclipse.jdt.core.prefs
com.zuehlke.contacts.ui/META-INF/MANIFEST.MF
com.zuehlke.contacts.ui/build.properties
com.zuehlke.contacts.ui/icons/Delete-icon.png
com.zuehlke.contacts.ui/icons/Edit-icon.png
com.zuehlke.contacts.ui/icons/Refresh-icon.png
com.zuehlke.contacts.ui/icons/contact.gif
com.zuehlke.contacts.ui/icons/customer.gif
com.zuehlke.contacts.ui/icons/customers.gif
com.zuehlke.contacts.ui/lib/SWTSplitButton-1.3-source.jar
com.zuehlke.contacts.ui/lib/SWTSplitButton-1.3.jar
com.zuehlke.contacts.ui/plugin.xml
com.zuehlke.contacts.ui/schema/intent.exsd
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/Activator.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/ErrorDialogHelper.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/BasicEditorInput.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/BasicFormEditor.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/BasicFormPage.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/ContactEditor.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/ContactEditorInput.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/ContactFormPage.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/CustomerEditor.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/CustomerEditorInput.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/editor/CustomerFormPage.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/handler/DeleteHandler.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/handler/EditHandler.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/handler/EditorHandler.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/handler/NewHandler.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/handler/RefreshHandler.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/provider/ContactTreeContentProvider.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/provider/ContactTreeLabelProvider.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/view/CustomerListView.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/internal/ui/view/IRefreshable.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/ui/addresscheck/AddressCheckResult.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/ui/addresscheck/AddressCheckStatus.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/ui/addresscheck/IAddressCheck.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/ui/intent/ContactIntentContext.java
com.zuehlke.contacts.ui/src/com/zuehlke/contacts/ui/intent/IContactIntent.java
configuration/.project
configuration/3rd-party/com.springsource.org.aopalliance-1.0.0.jar
configuration/3rd-party/com.springsource.org.apache.commons.logging-1.1.1.jar
configuration/3rd-party/gemini-blueprint-core-1.0.1.RELEASE.jar
configuration/3rd-party/gemini-blueprint-extender-1.0.1.RELEASE.jar
configuration/3rd-party/gemini-blueprint-io-1.0.1.RELEASE.jar
configuration/3rd-party/org.springframework.aop-3.1.2.RELEASE.jar
configuration/3rd-party/org.springframework.asm-3.1.2.RELEASE.jar
configuration/3rd-party/org.springframework.beans-3.1.2.RELEASE.jar
configuration/3rd-party/org.springframework.context-3.1.2.RELEASE.jar
configuration/3rd-party/org.springframework.core-3.1.2.RELEASE.jar
configuration/3rd-party/org.springframework.expression-3.1.2.RELEASE.jar
configuration/3rd-party/org.springframework.web-3.1.2.RELEASE.jar
configuration/rcp-contacts-sample-local.launch
configuration/rcp-contacts-sample-remote.launch
configuration/rcp-contacts-sample.target
Download
Click the following link to download rcp-contacts-sample-master.zip.
rcp-contacts-sample-master.zip