public static interface SwingInstallerManager.UrlAndLabel
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Return the url associated to the url or null if the url don't have a
label.
|
URL |
getURL()
Return the url.
|
String |
toString()
Return a string with the label and the url like: "label - http://..."
|