Uses of Interface
edu.rice.cs.drjava.platform.PlatformSupport

Packages that use PlatformSupport
edu.rice.cs.drjava.platform This package provides a framework for abstracting platform-specific calls away from the platform-independent DrJava codebase. 
 

Uses of PlatformSupport in edu.rice.cs.drjava.platform
 

Classes in edu.rice.cs.drjava.platform that implement PlatformSupport
(package private)  class DefaultPlatform
          Default platform-neutral implementation of PlatformSupport.
 

Fields in edu.rice.cs.drjava.platform declared as PlatformSupport
static PlatformSupport PlatformFactory.ONLY
          A platform-appropriate implementation of the PlatformSupport interface Singleton field populated by the static factory method.
 

Methods in edu.rice.cs.drjava.platform that return PlatformSupport
private static PlatformSupport PlatformFactory.getPlatformSupport()
          Static factory method.