| org.netbeans.modules.sun.manager.jbi.util.DoNotShowAgainConfirmation
DoNotShowAgainConfirmation | public class DoNotShowAgainConfirmation extends NotifyDescriptor.Confirmation (Code) | | Notification message with do-not-show-again option.
author: jqian |
DoNotShowAgainConfirmation | public DoNotShowAgainConfirmation(Object message)(Code) | | Create a yes/no/cancel question with default title.
Parameters: message - the message object See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainConfirmation | public DoNotShowAgainConfirmation(Object message, String title)(Code) | | Create a yes/no/cancel question.
Parameters: message - the message object Parameters: title - the dialog title See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainConfirmation | public DoNotShowAgainConfirmation(Object message, int optionType)(Code) | | Create a question with default title.
Parameters: message - the message object Parameters: optionType - the type of options to display to the user See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainConfirmation | public DoNotShowAgainConfirmation(Object message, String title, int optionType)(Code) | | Create a question.
Parameters: message - the message object Parameters: title - the dialog title Parameters: optionType - the type of options to display to the user See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainConfirmation | public DoNotShowAgainConfirmation(Object message, int optionType, int messageType)(Code) | | Create a confirmation with default title.
Parameters: message - the message object Parameters: optionType - the type of options to display to the user Parameters: messageType - the type of message to use See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainConfirmation | public DoNotShowAgainConfirmation(Object message, String title, int optionType, int messageType)(Code) | | Create a confirmation.
Parameters: message - the message object Parameters: title - the dialog title Parameters: optionType - the type of options to display to the user Parameters: messageType - the type of message to use See Also: NotifyDescriptor.NotifyDescriptor |
getDoNotShowAgain | public boolean getDoNotShowAgain()(Code) | | Get the do-not-show-again state.
the state whether the user wants to see this message again. |
|
|