Skip to content

Commit 98ff3d3

Browse files
committed
Add javadoc (including @SInCE tag) to new API methods
1 parent 1240ac6 commit 98ff3d3

File tree

1 file changed

+14
-0
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom

1 file changed

+14
-0
lines changed

bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,13 @@ public boolean getShowClose() {
278278
return showClose;
279279
}
280280

281+
/**
282+
* TODO
283+
284+
* @return
285+
*
286+
* @since 4.35
287+
*/
281288
public boolean getShowDirty() {
282289
checkWidget();
283290
return showClose;
@@ -498,6 +505,13 @@ public void setShowClose(boolean close) {
498505
parent.updateFolder(CTabFolder.REDRAW_TABS);
499506
}
500507

508+
/**
509+
* TODO
510+
*
511+
* @param dirty
512+
*
513+
* @since 4.35
514+
*/
501515
public void setShowDirty(boolean dirty) {
502516
checkWidget();
503517
if (showDirty == dirty) return;

0 commit comments

Comments
 (0)