File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -279,9 +279,10 @@ public boolean getShowClose() {
279
279
}
280
280
281
281
/**
282
- * TODO
283
-
284
- * @return
282
+ * Returns <code>true</code> to indicate that the dirty indicator should be shown.
283
+ * Otherwise return <code>false</code>.
284
+ *
285
+ * @return <code>true</code> if the dirty indicatorn should be shown
285
286
*
286
287
* @since 4.35
287
288
*/
@@ -506,9 +507,9 @@ public void setShowClose(boolean close) {
506
507
}
507
508
508
509
/**
509
- * TODO
510
+ * Sets to <code>true</code> to indicate that the dirty indicator should be shown.
510
511
*
511
- * @param dirty
512
+ * @param dirty the new value whether the dirty indicator shall be shown
512
513
*
513
514
* @since 4.35
514
515
*/
You can’t perform that action at this time.
0 commit comments