org.gudy.azureus2.ui.swt.pluginsimpl
Class UIMessageImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.ui.AbstractUIMessage
      extended by org.gudy.azureus2.ui.swt.pluginsimpl.UIMessageImpl
All Implemented Interfaces:
UIMessage

public class UIMessageImpl
extends AbstractUIMessage

Author:
Allan Crooks

Field Summary
 
Fields inherited from class org.gudy.azureus2.pluginsimpl.local.ui.AbstractUIMessage
input_type, message_type, messages, title
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.UIMessage
ANSWER_ABORT, ANSWER_CANCEL, ANSWER_IGNORE, ANSWER_NO, ANSWER_OK, ANSWER_RETRY, ANSWER_YES, INPUT_OK, INPUT_OK_CANCEL, INPUT_RETRY_CANCEL, INPUT_RETRY_CANCEL_IGNORE, INPUT_YES_NO, INPUT_YES_NO_CANCEL, MSG_ERROR, MSG_INFO, MSG_NONE, MSG_QUESTION, MSG_WARN, MSG_WORKING
 
Constructor Summary
UIMessageImpl()
           
 
Method Summary
 int ask()
          This displays the message to the user.
 
Methods inherited from class org.gudy.azureus2.pluginsimpl.local.ui.AbstractUIMessage
messagesAsString, setInputType, setLocalisedMessage, setLocalisedMessages, setLocalisedTitle, setMessage, setMessages, setMessageType, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIMessageImpl

public UIMessageImpl()
Method Detail

ask

public int ask()
Description copied from interface: UIMessage
This displays the message to the user. The way that the user acknowledges will be the method result - which will be one of the ANSWER_ constants defined here.

Specified by:
ask in interface UIMessage
Overrides:
ask in class AbstractUIMessage