Uses of Class
facets.core.app.Dialogs.Response

Packages that use Dialogs.Response
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet.app General application building. 
 

Uses of Dialogs.Response in facets.core.app
 

Methods in facets.core.app that return Dialogs.Response
abstract  Dialogs.Response Dialogs.confirmOKCancel(java.lang.String title, java.lang.String rubric)
           
abstract  Dialogs.Response Dialogs.confirmYesNo(java.lang.String title, java.lang.String rubric)
           
protected  Dialogs.Response AppActions.contentIsRemovable(java.lang.String dialogTitle, AppSurface.Contenter content)
           
static Dialogs.Response Dialogs.Response.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Dialogs.Response[] Dialogs.Response.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
abstract  Dialogs.Response Dialogs.warningException(Dialogs.ExceptionTexts tt, java.lang.Exception e, boolean inOpen)
           
abstract  Dialogs.Response Dialogs.warningYesNo(java.lang.String title, java.lang.String rubric)
           
abstract  Dialogs.Response Dialogs.warningYesNoCancel(java.lang.String title, java.lang.String rubric)
           
 

Uses of Dialogs.Response in facets.facet.app
 

Methods in facets.facet.app that return Dialogs.Response
protected  Dialogs.Response FileAppActions.contentIsRemovable(java.lang.String dialogTitle, AppSurface.Contenter content)