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

org.netbeans.api.java.platform (NetBeans Java Platform API) - NetBeans API Javadoc 4.1.0

 

Package org.netbeans.api.java.platform

Representation of Java platform installations.

See:
          Description

Class Summary
JavaPlatform JavaPlatform describes a java platform in a way that the IDE tools may utilize.
JavaPlatformManager JavaPlatformManager provides access to list of installed Java Platforms in the system.
PlatformsCustomizer  
Profile Represents profile installed in the Java SDK
Specification Specification of the Java SDK
 

Package org.netbeans.api.java.platform Description

Representation of Java platform installations.

Each JavaPlatform is one installation of a Java platform, such as J2SE, J2EE, or J2ME. It has a specification name like J2SE and a version such as 1.4. A platform like J2ME may also have associated profiles like MIDP 1.0.

JavaPlatformManager keeps track of installed platforms.


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.