org.scijava.ui.console
Class UIArgument
java.lang.Object
org.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.plugin.AbstractTypedPlugin<D>
org.scijava.plugin.AbstractHandlerPlugin<LinkedList<String>>
org.scijava.console.AbstractConsoleArgument
org.scijava.ui.console.UIArgument
- All Implemented Interfaces:
- Comparable<Prioritized>, ConsoleArgument, Contextual, HandlerPlugin<LinkedList<String>>, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, TypedPlugin<LinkedList<String>>, Prioritized, Typed<LinkedList<String>>
public class UIArgument
- extends AbstractConsoleArgument
Handles the --ui
command line argument.
- Author:
- Curtis Rueden
UIArgument
public UIArgument()
handle
public void handle(LinkedList<String> args)
- Description copied from interface:
ConsoleArgument
- Handles the front of the given list of arguments.
supports
public boolean supports(LinkedList<String> args)
- Description copied from interface:
Typed
- Gets whether this object is compatible with the given data object.
Typically, this will be the case when data.getClass()
is assignable
to the type associated with the object (i.e., the one returned by
Typed.getType()
). But individual implementations may have other
requirements beyond class assignability.
- Specified by:
supports
in interface Typed<LinkedList<String>>
- Overrides:
supports
in class AbstractTypedPlugin<LinkedList<String>>
Copyright © 2009–2014 SciJava. All rights reserved.