Package | Description |
---|---|
org.netbeans.api.java.platform |
Representation of Java platform installations.
|
Modifier and Type | Method and Description |
---|---|
static JavaPlatform |
JavaPlatform.getDefault()
Get the "default platform", meaning the JDK on which NetBeans itself is running.
|
JavaPlatform |
JavaPlatformManager.getDefaultPlatform()
Returns default platform.
|
JavaPlatform[] |
JavaPlatformManager.getInstalledPlatforms()
Gets an array of JavaPlatfrom objects.
|
JavaPlatform[] |
JavaPlatformManager.getPlatforms(String platformDisplayName,
Specification platformSpec)
Returns platform given by display name and/or specification.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PlatformsCustomizer.showCustomizer(JavaPlatform platform)
Shows platforms customizer
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.