JFace Viewer(s) for text fields
- From: Maciej <mgawinecki@xxxxxxxxx>
- Date: Sat, 24 Nov 2007 11:07:50 -0800 (PST)
Dear all
I'm beginning to learn JFace and SWT. I have the following problem:
I have data model describing state of a room:
public class Room {
int getX() { ... }
int getY() { ... }
int getZ() { ... }
}
I want to display information about this room in form of text fields,
however there is nothing in JFace as TextViewer (as e.g. for List --
ListViewer).
How can I handle this situation ?
Room could be an input for viewer(s). Then how viewer(s) and content
provider(s) should looks like ?
Any example or reference would be great help for me.
Regards,
Maciej
.
- Prev by Date: Re: JTable group by functionality
- Next by Date: Jpanel background image issues
- Previous by thread: Determining when the mouse moves off screen
- Next by thread: Jpanel background image issues
- Index(es):