forked from RobertBColton/DockFX
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Large formatting change to align to JFX best practices (4 spaces, ope…
…n brackets on same line) No code changes.
- Loading branch information
Sam Cooper
committed
Nov 10, 2016
1 parent
3e5d075
commit c4fc920
Showing
15 changed files
with
4,817 additions
and
4,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
package org.dockfx; | ||
|
||
/** | ||
* To support the delayed open process for some specific applications, this interface implementation is used. | ||
* To support the delayed open process for some specific applications, this interface implementation | ||
* is used. | ||
*/ | ||
@FunctionalInterface | ||
public interface DelayOpenHandler { | ||
DockNode open(String nodeName, double width, double height); | ||
DockNode open(String nodeName, double width, double height); | ||
} |
Oops, something went wrong.