Create an EJB client using the Eclipse Rich client platform and the rational application Developer V6 (ii)
Related articles:
Create an EJB client using the Eclipse Rich client platform and Rad V6 (i)
Building a view with SWT layout small windows
Now we're going to build the view. The View class is provided in download file. We will import the class (load the classes we generate from the view template) and then examine the relevant parts of the code. Before we start, we need to identify the plug-ins that our plug-ins depend on. In the view we will use the Standard widget Toolbox (SWT) layout widget, so we need to set the dependencies of the Eclipse plug-in that includes the layout widget.
Select the Dependencies tab and select ADD (Figure 39). Locate the Org.eclispe.ui.forms plug-in.
Figure 39. Correlation
Imports the View class provided in download file, loading the generated class. Under the SRC folder, right-click the Com.ibm.issw.temperature.form.views package and select Import (Figure 40).
Figure 40. Import View