Changes

Jump to: navigation, search

Teams Winter 2011/team1/RCP/Define and use editors

716 bytes added, 17:35, 4 March 2011
Created page with '=== 1. Show Data in Application === 1.1 Columns data in a JFace table can be hold in <code>ModelProvider</code> and it is defined via instances of <code>TableViewerColumn</code>o…'
=== 1. Show Data in Application ===
1.1 Columns data in a JFace table can be hold in <code>ModelProvider</code> and it is defined via instances of <code>TableViewerColumn</code>object:<br/>
<code>viewer.setInput(ModelProvider.INSTANCE.getStudents());</code><br/>
and
<code>TableViewerColumn col = createTableViewerColumn(titles[0], bounds[0], 0);</code>
1.2 Add the following lines to <code>StudentsView.java</code> class:<br/>
Private variable: <br/>
<code>private TableViewer viewer;</code><br/>
Change the <code>createColumns()method:<br/>
<pre>
String[] titles = { "Id", "First name", "Last name", "Program" };



=== 3. Define and Use Editors ===
3.1 Create Editor


3.2 Set command for opening the editor
1
edit

Navigation menu