Package org.scijava.ui.headlessUI
Class HeadlessUI
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.ui.headless.HeadlessUI
-
- org.scijava.ui.headlessUI.HeadlessUI
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Disposable,Identifiable,Locatable,Logged,HasPluginInfo,RichPlugin,SciJavaPlugin,Prioritized,UserInterface,Versioned
@Deprecated public class HeadlessUI extends HeadlessUI
Deprecated.UseHeadlessUIinstead.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEDeprecated.UseHeadlessUI.NAMEinstead.
-
Constructor Summary
Constructors Constructor Description HeadlessUI()Deprecated.
-
Method Summary
-
Methods inherited from class org.scijava.ui.headless.HeadlessUI
chooseFile, createDisplayWindow, dialogPrompt, dispose, isVisible, requiresEDT, restoreLocation, saveLocation, show, show, show, showContextMenu
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.ui.UserInterface
chooseFile, chooseFiles, chooseFiles, getApplicationFrame, getConsolePane, getDesktop, getStatusBar, getSystemClipboard, getToolBar, show
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Field Detail
-
NAME
@Deprecated public static final String NAME
Deprecated.UseHeadlessUI.NAMEinstead.- See Also:
- Constant Field Values
-
-