public class ShowUIArgument extends AbstractConsoleArgument
--showUI argument, which signals that the UI should be
opened immediately.
This is useful for specifying later command line arguments to be handled after the UI is shown, since normally, all arguments are processed before showing the UI.
Gateway.launch(String[])| Constructor and Description |
|---|
ShowUIArgument() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(LinkedList<String> args)
Handles the front of the given list of arguments.
|
boolean |
supports(LinkedList<String> args)
Gets whether this object is compatible with the given data object.
|
getParam, isFlaggetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic void handle(LinkedList<String> args)
ConsoleArgumentpublic boolean supports(LinkedList<String> args)
Typed
By default, this method will return true always, since the type is
known to be compatible. But individual implementations may have other
requirements beyond class assignability.
supports in interface Typed<LinkedList<String>>supports in class AbstractConsoleArgumentCopyright © 2009–2017 SciJava. All rights reserved.