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 AbstractUIMessage
input_type, message_type, messages, titleFields inherited from interface 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 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:UIMessageThis 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:
askin interfaceUIMessage- Overrides:
askin classAbstractUIMessage
-
ask0
private int ask0()
-