See: Description
Package | Description |
---|---|
org.netbeans.api.java.platform | |
org.netbeans.spi.java.platform |
Registration of Java platform types.
|
JavaPlatformUI
The Java Platform API permits access to installed Java platforms (for example,
the J2SE JDK, or various mobile-device emulators for J2ME). Particular platform
types are registered by modules and can store customized information about the
platform to disk.
Note that this module concentrates the UI part of API. Its desktop-independent counterpart
is in the
org.netbeans.modules.java.platform module.
The following classes were moved into the org.netbeans.java.platform.ui module:
Please also see API changes of the original java.platform
module.
The API can be used by any code wishing to know the list of installed platforms and information about each one; typically this would be used by project type providers to implement a customizer dialog. The SPI is intended to be implemented by a few modules supply support for locating and introspecting installed platforms, for example a JDK setup wizard.
|
Read more about the implementation in the answers to architecture questions.