ActivationTypepublic class ViewDatalinkActivationType extends java.lang.Object implements ActivationType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ViewDatalinkActivationType.DatalinkConfigurator |
Configurator implementation for Datalink.
|
| Constructor | Description |
|---|---|
ViewDatalinkActivationType() |
| Modifier and Type | Method | Description |
|---|---|---|
ActivatorConfigurator |
createConfigurator(TopcatModelInfo tinfo) |
Returns a component that can be used to configure activators of
this type.
|
java.lang.String |
getDescription() |
Description of this activation type.
|
java.lang.String |
getName() |
Name of this activation type.
|
Suitability |
getSuitability(TopcatModelInfo tinfo) |
Indicates the applicability of this activation type to a given table.
|
static Outcome |
invokeLocation(java.lang.String loc,
DatalinkPanel dlPanel,
java.awt.Window window) |
Loads the file/URL at a given location into a given DataLink panel.
|
public java.lang.String getName()
ActivationTypegetName in interface ActivationTypepublic java.lang.String getDescription()
ActivationTypegetDescription in interface ActivationTypepublic ActivatorConfigurator createConfigurator(TopcatModelInfo tinfo)
ActivationTypecreateConfigurator in interface ActivationTypetinfo - information about topcat model for which the
activation will take placepublic Suitability getSuitability(TopcatModelInfo tinfo)
ActivationTypegetSuitability in interface ActivationTypetinfo - information about topcat modelpublic static Outcome invokeLocation(java.lang.String loc, DatalinkPanel dlPanel, java.awt.Window window)
loc - location of Datalink {links}-response filedlPanel - display component for successfully-loaded datalink filewindow - window in which dlPanel is hosted;
if non-null, it will be set visible on loadCopyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.