org.openide
Class  NotifyDescriptor.Message
java.lang.Object
  |
  +--org.openide.NotifyDescriptor
        |
        +--org.openide.NotifyDescriptor.Message
- Enclosing class: 
 - NotifyDescriptor
 
- public static class NotifyDescriptor.Message
- extends NotifyDescriptor
  
Provides information about the results of a command.  Offers
 no user choices; the user can only acknowledge the message.
 
| Fields inherited from class org.openide.NotifyDescriptor | 
CANCEL_OPTION, CLOSED_OPTION, DEFAULT_OPTION, ERROR_MESSAGE, INFORMATION_MESSAGE, NO_OPTION, OK_CANCEL_OPTION, OK_OPTION, PLAIN_MESSAGE, PROP_DETAIL, PROP_MESSAGE, PROP_MESSAGE_TYPE, PROP_OPTION_TYPE, PROP_OPTIONS, PROP_TITLE, PROP_VALID, PROP_VALUE, QUESTION_MESSAGE, WARNING_MESSAGE, YES_NO_CANCEL_OPTION, YES_NO_OPTION, YES_OPTION | 
 
 
| Methods inherited from class org.openide.NotifyDescriptor | 
addPropertyChangeListener, firePropertyChange, getAdditionalOptions, getMessage, getMessageType, getOptions, getOptionType, getTitle, getTitleForType, getValue, initialize, isValid, removePropertyChangeListener, setAdditionalOptions, setMessage, setMessageType, setOptions, setOptionType, setTitle, setValid, setValue | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NotifyDescriptor.Message
public NotifyDescriptor.Message(Object message)
- Create an informational report about the results of a command.
- Parameters:
 message - the message object- See Also: 
 NotifyDescriptor.NotifyDescriptor(java.lang.Object, java.lang.String, int, int, java.lang.Object[], java.lang.Object)
 
 
NotifyDescriptor.Message
public NotifyDescriptor.Message(Object message,
                                int messageType)
- Create a report about the results of a command.
- Parameters:
 message - the message objectmessageType - the type of message to be displayed- See Also: 
 NotifyDescriptor.NotifyDescriptor(java.lang.Object, java.lang.String, int, int, java.lang.Object[], java.lang.Object)
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.