Class NotifyDescriptor.Confirmation

java.lang.Object
org.openide.NotifyDescriptor
org.openide.NotifyDescriptor.Confirmation
Direct Known Subclasses:
NotifyDescriptor.Exception
Enclosing class:
NotifyDescriptor

public static class NotifyDescriptor.Confirmation extends NotifyDescriptor
Provides a description of a possible action and requests confirmation from the user before proceeding. This should be used to alert the user to a condition or situation that requires the user's decision before proceeding, such as an impending action with potentially destructive or irreversible consequences. It is conventionally in the form of a question: for example, "Save changes to TestForm?"