Package pamViewFX.fxNodes.pamDialogFX
Class SwingFXDialogWarning
java.lang.Object
pamViewFX.fxNodes.pamDialogFX.SwingFXDialogWarning
Set of dialog warnings which can be called on either the AWT of the FX thread.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanshowWarning(Object owner, String content) Show a dialog warning message in either the AWT of the FX application thread.static booleanshowWarning(Object owner, String title, String content) Show a dialog warning message in either the AWT of the FX application thread.static booleanshowWarning(String content) Show a dialog warning message in either the AWT of the FX application thread. 
- 
Constructor Details
- 
SwingFXDialogWarning
public SwingFXDialogWarning() 
 - 
 - 
Method Details
- 
showWarning
Show a dialog warning message in either the AWT of the FX application thread.- Parameters:
 owner- Swing Window OR FX Stage object.title- Title for warning messagecontent- content of warning message- Returns:
 - always false
 
 - 
showWarning
Show a dialog warning message in either the AWT of the FX application thread.- Parameters:
 owner- Swing Window OR FX Stage object.content- content of warning message- Returns:
 - always false
 
 - 
showWarning
Show a dialog warning message in either the AWT of the FX application thread.- Parameters:
 content- content of warning message- Returns:
 - always false
 
 
 -