Révision 1394
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/editors/InternalViewEditor.java (revision 1394) | ||
|---|---|---|
| 149 | 149 |
// Navigation widget |
| 150 | 150 |
navigation = new NewNavigationWidget(navigationPanel); |
| 151 | 151 |
navigation.setLayoutData(new GridData(GridData.FILL, GridData.FILL, false, true)); |
| 152 |
navigation.addGoToKeyListener(computeKeyListener); |
|
| 152 |
// navigation.addGoToKeyListener(computeKeyListener);
|
|
| 153 | 153 |
|
| 154 | 154 |
|
| 155 | 155 |
// Listeners |
| 156 |
navigation.addFirstListener(computeSelectionListener); |
|
| 157 |
navigation.addPreviousListener(computeSelectionListener); |
|
| 158 |
navigation.addNextListener(computeSelectionListener); |
|
| 159 |
navigation.addLastListener(computeSelectionListener); |
|
| 156 |
// navigation.addFirstListener(computeSelectionListener);
|
|
| 157 |
// navigation.addPreviousListener(computeSelectionListener);
|
|
| 158 |
// navigation.addNextListener(computeSelectionListener);
|
|
| 159 |
// navigation.addLastListener(computeSelectionListener);
|
|
| 160 | 160 |
|
| 161 | 161 |
|
| 162 | 162 |
structInfos = new Label(navigationPanel, SWT.NONE); |
Formats disponibles : Unified diff