站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

Uses of Class org.netbeans.api.java.platform.JavaPlatform (NetBeans Java Platform API) - NetBeans API Javadoc 5.5.1

org.netbeans.modules.java.platform/1 1.7.31

Uses of Class
org.netbeans.api.java.platform.JavaPlatform

Packages that use JavaPlatform
org.netbeans.api.java.platform Representation of Java platform installations. 
 

Uses of JavaPlatform in org.netbeans.api.java.platform
 

Methods in org.netbeans.api.java.platform that return JavaPlatform
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.
 

Methods in org.netbeans.api.java.platform with parameters of type JavaPlatform
static boolean PlatformsCustomizer.showCustomizer(JavaPlatform platform)
          Shows platforms customizer
 


org.netbeans.modules.java.platform/1 1.7.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.