| org.netbeans.modules.sun.manager.jbi.util.DoNotShowAgainMessage
DoNotShowAgainMessage | public class DoNotShowAgainMessage extends NotifyDescriptor.Message (Code) | | Notification message with do-not-show-again option.
author: jqian |
DoNotShowAgainMessage | public DoNotShowAgainMessage(Object message)(Code) | | Create an informational report about the results of a command.
Parameters: message - the message object See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainMessage | public DoNotShowAgainMessage(Object message, int messageType)(Code) | | Create an informational report about the results of a command.
Parameters: message - the message object See Also: NotifyDescriptor.NotifyDescriptor |
DoNotShowAgainMessage | public DoNotShowAgainMessage(Object message, int messageType, String checkboxText)(Code) | | Create a report about the results of a command.
Parameters: message - the message object Parameters: messageType - the type of message to be displayed Parameters: checkboxText - text for the do-not-show-again checkbox, null for the default message 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. |
|
|