Package com.biglybt.ui.swt.pifimpl
Class UIMessageImpl
java.lang.Object
com.biglybt.pifimpl.local.ui.AbstractUIMessage
com.biglybt.ui.swt.pifimpl.UIMessageImpl
- All Implemented Interfaces:
UIMessage
-
Field Summary
Fields inherited from class com.biglybt.pifimpl.local.ui.AbstractUIMessage
input_type, message_type, messages, title
Fields inherited from interface com.biglybt.pif.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
Constructors -
Method Summary
Methods inherited from class com.biglybt.pifimpl.local.ui.AbstractUIMessage
messagesAsString, setInputType, setLocalisedMessage, setLocalisedMessages, setLocalisedTitle, setMessage, setMessages, setMessageType, setTitle
-
Constructor Details
-
UIMessageImpl
public UIMessageImpl()
-
-
Method Details
-
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 interfaceUIMessage
- Overrides:
ask
in classAbstractUIMessage
-
ask0
private int ask0()
-