|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.mode.TopcatMode
public class TopcatMode
Processing mode for displaying the streamed table in TOPCAT. If a TOPCAT server is currently running, a remote display message will be sent. Otherwise, a new TOPCAT server will be started and a remote message will be sent to that.
Constructor Summary | |
---|---|
TopcatMode()
|
Method Summary | |
---|---|
TableConsumer |
createConsumer(uk.ac.starlink.task.Environment env)
Creates a TableConsumer, deriving any additional required configuration from a given environment. |
uk.ac.starlink.task.Parameter[] |
getAssociatedParameters()
Returns a list of any parameters which are associated with this mode. |
String |
getDescription()
Returns a textual description of this processing mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TopcatMode()
Method Detail |
---|
public uk.ac.starlink.task.Parameter[] getAssociatedParameters()
ProcessingMode
getAssociatedParameters
in interface ProcessingMode
public String getDescription()
ProcessingMode
getDescription
in interface ProcessingMode
public TableConsumer createConsumer(uk.ac.starlink.task.Environment env)
ProcessingMode
createConsumer
in interface ProcessingMode
env
- execution environment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |