Package eu.bandm.tools.installer
Class BrowserControl
java.lang.Object
eu.bandm.tools.installer.BrowserControl
Deprecated.
Auxiliary class to open a particular URL in a window of the user's
standard browser.
Error messages are generated in combination with a MuLi catalog,
as provided by
Translations
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
static final String
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
static final String
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
static final String
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.Open an URI in system standard browser.static boolean
showURI
(String uriString, MessageReceiver<SimpleMessage<?>> msg) Deprecated.Open an URI in system standard browser.
-
Field Details
-
MK_uriSyntax
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
- See Also:
-
MK_browserRemoteFail
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
- See Also:
-
MK_browserRemoteUnsupported
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
- See Also:
-
MK_browserManually
Deprecated.Key into the MuLi translation (mostly: an Instance ofTranslations
- See Also:
-
-
Constructor Details
-
BrowserControl
public BrowserControl()Deprecated.
-
-
Method Details
-
showURI
public static void showURI(String uriString) throws IOException, URISyntaxException, UnsupportedOperationException, SecurityException Deprecated.Open an URI in system standard browser.- Throws:
several
- exceptions according toDesktop.browse(URI)
and maybe URISyntaxException fromURI(String)
IOException
URISyntaxException
UnsupportedOperationException
SecurityException
-
showURI
Deprecated.Open an URI in system standard browser. If a malfunction is detected, a warning or error message is sent to theMessageReceiver
. Translations for the keysMK_uriSyntax
,MK_uriSyntax
,MK_uriSyntax
, andMK_uriSyntax
, must be provided in its internal object.- Returns:
- true if no exception has been caught (probably successful remote control)
-
BrowserControl
instead.