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() {
279279}
280280
281281/**
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
285286 *
286287 * @since 4.35
287288 */
@@ -506,9 +507,9 @@ public void setShowClose(boolean close) {
506507}
507508
508509/**
509- * TODO
510+ * Sets to <code>true</code> to indicate that the dirty indicator should be shown.
510511 *
511- * @param dirty
512+ * @param dirty the new value whether the dirty indicator shall be shown
512513 *
513514 * @since 4.35
514515 */
You can’t perform that action at this time.
0 commit comments