Package com.virtuosotechnologies.lib.platform

Manager for platform-specific extensions.

See:
          Description

Interface Summary
PlatformListener A listener for platform events
PlatformProvider Platform-specific providers need to implement this interface.
 

Class Summary
MacOSXPlatformProvider A PlatformProvider for Mac OS X
PlatformEvent A platform-specific event.
PlatformEvent.Type An enumeration of event types.
PlatformID A platform identification
PlatformManager Manager for PlatformProviders and PlatformEvents.
PlatformUtils Utilities for dealing with cross-platform issues.
 

Package com.virtuosotechnologies.lib.platform Description

Manager for platform-specific extensions.

Project

This package is part of Virtuoso Utilities.

Authors

Status

Stable. PlatformUtils is a library of static methods and constants, and may have additional items added in the future.

Dependencies

Description

This package provides a general mechanism for encapsulating platform-specific extensions to Java, exposing those capabilities when available but maintaining compatibility with platforms on which they are absent.