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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Key into the MuLi translation (mostly: an Instance ofTranslationsstatic final StringDeprecated.Key into the MuLi translation (mostly: an Instance ofTranslationsstatic final StringDeprecated.Key into the MuLi translation (mostly: an Instance ofTranslationsstatic final StringDeprecated.Key into the MuLi translation (mostly: an Instance ofTranslations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.Open an URI in system standard browser.static booleanshowURI(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:
IOException- and several other exceptions according toDesktop.browse(URI)and maybe URISyntaxException fromURI(String)URISyntaxExceptionUnsupportedOperationExceptionSecurityException
-
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 internalCatalogByStringobject.- Returns:
- true if no exception has been caught (probably successful remote control)
-
BrowserControlinstead.