Changes for page The Plug-in Architecture of Eclipse
Last modified by cds on 2025/01/30 12:03
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -137,7 +137,7 @@ 137 137 1. ((( 138 138 Your TableViewPart contains a still empty method createPartControl. This method will be responsible for creating the user interface components of your view. Add the following code to create the table we want to display: 139 139 140 -{{code title="createPartControl(...)" l inenumbers="true" language="java"collapse="true"}}140 +{{code title="createPartControl(...)" language="java"}} 141 141 Table table = new Table(parent, SWT.BORDER); 142 142 TableColumn column = new TableColumn(table, SWT.NONE); 143 143 column.setWidth(80); ... ... @@ -147,7 +147,7 @@ 147 147 1. ((( 148 148 The setFocus method controls what happens when your part gets the focus. Make sure the focus will then automatically be set to the table by adding the following code: 149 149 150 -{{code title="setFocus(...)" linenumbers="true" collapse="true"}}150 +{{code title="setFocus(...)"}} 151 151 tableViewer.getControl().setFocus(); 152 152 {{/code}} 153 153 )))
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -29822 871 +2982290 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/29822 87/The Plug-in Architecture of Eclipse1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982290/The Plug-in Architecture of Eclipse