Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWTWorkbench
SWTWorkbench [message #447252] Fri, 10 December 2004 14:04
Eclipse UserFriend
Originally posted by: schmidt.ceride.gov.ar

Hi,

Sorry if I am sent my doubt to a wrong place, but the SWTWorkbench site
is down.

I'm using EssentialData from SWTWorkbench.

My model (POJO'S using Hibernate) is:

Class Person {
Integer id;
String name;
City city;
}

Class City {
Integer id;
String name;
}

I want to define a view with the following format.

Id person: _____________
Name person: ____________
City: ___ - _____________
(the first field is the city id and the last is the name)

My problem is how I can define a PojoObjectAdapter as detail object.

Thanks.
My problem is who
Previous Topic:setup file?
Next Topic:Dolphin Web Browser, based on org.eclipse.swt.browser.Browser
Goto Forum:
  


Current Time: Fri Apr 26 23:10:55 GMT 2024

Powered by FUDForum. Page generated in 0.03082 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top