public class URLLauncherCertificate extends URLLauncher
This version tracks the currently selected certificate, just like CertificateAction,
and opens the web browser where this certificate was installed to. If this wasn't specified,
it runs the default web browser.
This only works after a CertificateSelection is made known, of course.
TODO should move to factory pattern, since openUrl is duplicated now
actions| Constructor | Description |
|---|---|
URLLauncherCertificate() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
openURL(String surl) |
|
static void |
openURL(String surl,
Component parent) |
|
static void |
openURL(URL url) |
|
static void |
openURL(URL url,
Component parent) |
|
protected static void |
runBrowser(String location,
Component parent) |
|
static void |
setSelectionSource(CertificateSelection sel) |
Bind a CertificateSelection so that the currently selected
certificate can be tracked.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAction, getAction, performActionpublic static void openURL(String surl)
public static void openURL(URL url)
public static void setSelectionSource(CertificateSelection sel)
Copyright © 2010-2018 Nikhef / Stichting FOM. All Rights Reserved.