Searched refs:NagDialog (Results 1 – 5 of 5) sorted by relevance
37 public class NagDialog { class43 private NagDialog(String message, String prompt, boolean initialState, in NagDialog() method in NagDialog48 public static NagDialog createInformationDialog( in createInformationDialog()50 NagDialog result = new NagDialog( in createInformationDialog()59 public static NagDialog createConfirmationDialog( in createConfirmationDialog()61 NagDialog result = new NagDialog( in createConfirmationDialog()
129 NagDialog warning = NagDialog.createInformationDialog( in warnBeforeMount()
37 import org.openoffice.netbeans.modules.office.utils.NagDialog;128 NagDialog warning = NagDialog.createConfirmationDialog( in destroy()
48 import org.openoffice.netbeans.modules.office.utils.NagDialog;105 NagDialog warning = NagDialog.createConfirmationDialog( in deploy()
56 import org.openoffice.netbeans.modules.office.utils.NagDialog;200 NagDialog warning = NagDialog.createInformationDialog( in showNagDialog()
Completed in 25 milliseconds