Package org.scijava.platform
Class AbstractPlatform
- java.lang.Object
-
- org.scijava.platform.AbstractPlatform
-
- All Implemented Interfaces:
Disposable,Platform,SciJavaPlugin,SingletonPlugin
- Direct Known Subclasses:
DefaultPlatform
public abstract class AbstractPlatform extends Object implements Platform
Abstract superclass of platform implementations.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description AbstractPlatform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(PlatformService service)Activates and configures the platform.protected PlatformServicegetPlatformService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.Disposable
dispose
-
Methods inherited from interface org.scijava.platform.Platform
isTarget, javaVendor, javaVersion, open, osArch, osName, osVersion, registerAppMenus
-
-
-
-
Method Detail
-
configure
public void configure(PlatformService service)
Description copied from interface:PlatformActivates and configures the platform.
-
getPlatformService
protected PlatformService getPlatformService()
-
-