Skip to content

Commit cb77797

Browse files
committed
Javadoc.
1 parent f63f7f7 commit cb77797

File tree

1 file changed

+3
-0
lines changed
  • binding/src/main/java/ch/cyberduck/binding/application

1 file changed

+3
-0
lines changed

binding/src/main/java/ch/cyberduck/binding/application/NSWindow.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,7 @@ public static NSRect frameRectForContentRect_styleMask(NSRect cRect, NSUInteger
16711671
* The style of the titlebar area when the window displays a toolbar.
16721672
*
16731673
* @param toolbarStyle {@link NSWindowToolbarStyle}
1674+
* @since macOS 11.0+
16741675
*/
16751676
public abstract void setToolbarStyle(int toolbarStyle);
16761677

@@ -1755,6 +1756,7 @@ public static NSRect frameRectForContentRect_styleMask(NSRect cRect, NSUInteger
17551756
* together by using the same tabbing identifier.
17561757
*
17571758
* @param identifier A value that allows a group of related windows.
1759+
* @since macOS 10.12+
17581760
*/
17591761
public abstract void setTabbingIdentifier(String identifier);
17601762

@@ -1781,6 +1783,7 @@ public static NSRect frameRectForContentRect_styleMask(NSRect cRect, NSUInteger
17811783
* NSFullSizeContentViewWindowMask is also set.
17821784
*
17831785
* @param value A Boolean value that indicates whether the title bar draws its background.
1786+
* @since macOS 10.10+
17841787
*/
17851788
public abstract void setTitlebarAppearsTransparent(final boolean value);
17861789
}

0 commit comments

Comments
 (0)