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, toStringcontext, getContext, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontext, getContext, setContextgetPriority, setPrioritycompareTogetInfo, setInfopublic <S extends Service> S get(Class<S> serviceClass)
Gatewaypublic AppEventService appEvent()
public AppService app()
public CommandService command()
public ConsoleService console()
public ConvertService convert()
public DisplayService display()
public EventHistory eventHistory()
eventHistory in interface Gatewaypublic 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 Gatewaypublic ScriptService script()
public StatusService status()
public TextService text()
public ThreadService thread()
public ToolService tool()
public WidgetService widget()
public App getApp()
getApp in interface GatewayAppServicepublic String getTitle()
getTitle in interface GatewayApp.getTitle()public String getVersion()
VersionedgetVersion in interface GatewaygetVersion in interface VersionedApp.getVersion()public String getInfo(boolean mem)
getInfo in interface GatewayApp.getInfo(boolean)Copyright © 2009–2015 SciJava. All rights reserved.