|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
AppService and App instead.
@Deprecated public interface AppEventService
| Method Summary | |
|---|---|
void |
about()
Deprecated. Use App.about() instead. |
List<Class<? extends Command>> |
getCommands()
Deprecated. Tag relevant commands instead: attrs = { @Attr(name = "app-command") } |
void |
prefs()
Deprecated. Use App.prefs() instead. |
void |
quit()
Deprecated. Use App.quit() instead. |
| 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 |
|---|
@Deprecated void about()
App.about() instead.
@Deprecated void prefs()
App.prefs() instead.
@Deprecated void quit()
App.quit() instead.
@Deprecated List<Class<? extends Command>> getCommands()
attrs = { @Attr(name = "app-command") }
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||