public class UIFXSupport
Type Params | Return Type | Name and description |
---|---|---|
|
public static void |
centerFxDialog(java.awt.Dialog dialog) Should be called after Dialog#show()#show() to get dialog's sizes |
|
public static DialogPane |
getDialogPaneWithPlatformButtonOrder() Creates JavaFX dialog pane with platform-specific button order |
|
public static DialogPane |
getDialogPaneWithoutButtonBar() Creates JavaFX dialog pane without button bar |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Should be called after Dialog#show()#show() to get dialog's sizes
Creates JavaFX dialog pane with platform-specific button order
DialogPane
with platform-specific button orderCreates JavaFX dialog pane without button bar
DialogPane
without button bar