Community
Participate
Working Groups
The WindowBuilder is an Eclipse project which provides a visual editor for creating UIs. Currently, the WindowBuilder supports three UI toolkits: GWT, Swing and SWT. RAP widget toolkit is a subset of SWT/JFace widget toolkit. Therefore it should be possible to provide a configured SWT/JFace WndowBuilder toolkit for RAP which contains only the widgets supported by RAP.
Created attachment 197770 [details] WindowBuilder palette configuration This is a configuration of the SWT toolkit palette for RAP. Following widgets has been marked as invisible: Layouts: * AbsoluteLayout * FlowLayout * BoxLayout * BorderLayout Controls: * TableCursor * StyledText JFace * TableTreeViewer * TableComposite * TableViewerComposite * TreeComposite * TreeViewerComposite * TextViewer SWT_AWT Support Also some of the categories has been renamed. E.g "Controls" to "RWT Controls", "Layouts" to "RWT Layouts". I'll attach a screenshot of the palette.
Created attachment 197771 [details] RAP toolkit screenshot