public abstract class AbstractGateway extends AbstractRichPlugin implements Gateway
Gateway
implementations.Constructor and Description |
---|
AbstractGateway() |
AbstractGateway(String appName,
Context context) |
Modifier and Type | Method and Description |
---|---|
AppService |
app() |
AppEventService |
appEvent() |
CommandService |
command() |
ConsoleService |
console() |
ConvertService |
convert() |
DisplayService |
display() |
EventService |
event() |
EventHistory |
eventHistory() |
<S extends Service> |
get(Class<S> serviceClass)
|
Service |
get(String serviceClassName)
|
App |
getApp() |
String |
getInfo(boolean mem) |
String |
getTitle() |
String |
getVersion()
Gets the version of the object.
|
IconService |
icon() |
InputService |
input() |
IOService |
io() |
LogService |
log() |
MenuService |
menu() |
ModuleService |
module() |
ObjectService |
object() |
OptionsService |
options() |
PlatformService |
platform() |
PluginService |
plugin() |
PrefService |
prefs() |
RecentFileService |
recentFile() |
ScriptService |
script() |
StatusService |
status() |
TextService |
text() |
ThreadService |
thread() |
ToolService |
tool() |
WidgetService |
widget() |
compareTo, getInfo, getPriority, setInfo, setPriority, toString
context, getContext, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
public <S extends Service> S get(Class<S> serviceClass)
Gateway
public AppEventService appEvent()
public AppService app()
public CommandService command()
public ConsoleService console()
public ConvertService convert()
public DisplayService display()
public EventHistory eventHistory()
eventHistory
in interface Gateway
public EventService event()
public IconService icon()
public InputService input()
public LogService log()
public MenuService menu()
public ModuleService module()
public ObjectService object()
public OptionsService options()
public PlatformService platform()
public PluginService plugin()
public PrefService prefs()
public RecentFileService recentFile()
recentFile
in interface Gateway
public ScriptService script()
public StatusService status()
public TextService text()
public ThreadService thread()
public ToolService tool()
public WidgetService widget()
public App getApp()
getApp
in interface Gateway
AppService
public String getTitle()
getTitle
in interface Gateway
App.getTitle()
public String getVersion()
Versioned
getVersion
in interface Gateway
getVersion
in interface Versioned
App.getVersion()
public String getInfo(boolean mem)
getInfo
in interface Gateway
App.getInfo(boolean)
Copyright © 2009–2015 SciJava. All rights reserved.