Package uk.ac.starlink.topcat
Class UrlOptions
java.lang.Object
uk.ac.starlink.topcat.UrlOptions
Defines an action that consumes a URL.
Some useful implementations are provided by static factory methods.
- Since:
- 6 Feb 2018
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UrlOptions
createOptions
(DatalinkPanel dlPanel, String contextTitle) Returns a UrlOptions instance.
-
Constructor Details
-
UrlOptions
-
-
Method Details
-
getInvokers
-
getDefaultsMap
-
createOptions
Returns a UrlOptions instance.- Parameters:
dlPanel
- existing datalink panel to use if one is required; may be nullcontextTitle
- string to use as base title for new windows etc; may be null- Returns:
- new instance
-