org.scijava.platform
Interface AppEventService

All Superinterfaces:
Comparable<Prioritized>, Contextual, Disposable, HasPluginInfo, Prioritized, RichPlugin, SciJavaPlugin, SciJavaService, Service
All Known Implementing Classes:
DefaultAppEventService

public interface AppEventService
extends SciJavaService

Interface for service that handles application-level events.

Author:
Curtis Rueden

Method Summary
 void about()
          Displays an About ImageJ dialog.
 List<Class<? extends Command>> getCommands()
          Gets the commands associated with this service.
 void prefs()
          Displays the ImageJ preferences dialog.
 void quit()
          Quits ImageJ, prompting the user about any unsaved work first.
 
Methods inherited from interface org.scijava.service.Service
initialize, registerEventHandlers
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 
Methods inherited from interface org.scijava.Prioritized
getPriority, setPriority
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
 
Methods inherited from interface org.scijava.Disposable
dispose
 

Method Detail

about

void about()
Displays an About ImageJ dialog.


prefs

void prefs()
Displays the ImageJ preferences dialog.


quit

void quit()
Quits ImageJ, prompting the user about any unsaved work first.


getCommands

List<Class<? extends Command>> getCommands()
Gets the commands associated with this service.



Copyright © 2009–2014 SciJava. All rights reserved.