Skip to content

Commit fc53df0

Browse files
srinibharathmickaelistria
authored andcommitted
added javadoc
1 parent f981728 commit fc53df0

File tree

1 file changed

+7
-1
lines changed
  • bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa

1 file changed

+7
-1
lines changed

bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ public boolean canExecute(@Optional Display display) {
4444
}
4545
return isEnabled;
4646
}
47-
47+
/**
48+
* Utilizes the {@code NSApplication} to access the application instance and
49+
* invokes {@code arrangeInFront} to prioritize its window on the desktop <br>
50+
*
51+
* Note : This method is designed for MacOS applications using Cocoa framework
52+
* API's
53+
*/
4854
@Execute
4955
public void execute() {
5056
NSApplication app = NSApplication.sharedApplication();

0 commit comments

Comments
 (0)