Activatorprotected abstract static class UrlColumnConfigurator.UrlColumnActivator extends UrlColumnConfigurator.LocationColumnActivator
| Modifier | Constructor | Description |
|---|---|---|
protected |
UrlColumnActivator(uk.ac.starlink.table.ColumnData cdata,
boolean invokeOnEdt) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Outcome |
activateLocation(java.lang.String loc,
long lrow) |
Consumes the location string corresponding to the row
to perform the activation action.
|
protected abstract Outcome |
activateUrl(java.net.URL url,
long lrow) |
Consumes the URL corresponding to the row
to perform the activation action.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivateRow, invokeOnEdtprotected UrlColumnActivator(uk.ac.starlink.table.ColumnData cdata,
boolean invokeOnEdt)
cdata - column data containing location stringsinvokeOnEdt - whether to invoke on the EDTprotected final Outcome activateLocation(java.lang.String loc, long lrow)
UrlColumnConfigurator.LocationColumnActivatoractivateLocation in class UrlColumnConfigurator.LocationColumnActivatorloc - location string, not null or blanklrow - row indexprotected abstract Outcome activateUrl(java.net.URL url, long lrow)
url - URL, not nulllrow - row indexCopyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.