We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc1350 commit 9308f4aCopy full SHA for 9308f4a
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java
@@ -1280,7 +1280,17 @@ public void run() {
1280
}
1281
1282
1283
- private void updateContainer() {
+ /**
1284
+ * Updates the tab position of the container in the multi-page editor.
1285
+ *
1286
+ * <p>
1287
+ * This method retrieves the current container and sets the tab position based
1288
+ * on the user preference.
1289
+ * </p>
1290
1291
+ * @since 3.133
1292
+ */
1293
+ protected void updateContainer() {
1294
Composite container = getContainer();
1295
if (container instanceof CTabFolder tabFolder) {
1296
tabFolder.setTabPosition(getTabStyle());
0 commit comments