当前页面: 
在线文档首页 > 
NetBeans API Javadoc 5.5.0 
GeneralPlatformInstall (NetBeans Java Platform API) - NetBeans API Javadoc 5.5.0 
org.netbeans.spi.java.platform
Class GeneralPlatformInstall
java.lang.Object
  
org.netbeans.spi.java.platform.GeneralPlatformInstall
- Direct Known Subclasses: 
 - CustomPlatformInstall, PlatformInstall
 
public abstract class GeneralPlatformInstall
- extends Object
 
An super class of all the platform installers. You never subclass directly
 this class but either the CustomPlatformInstall or PlatformInstall
- Since:
 
  - 1.5
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getDisplayName
public abstract String getDisplayName()
- Gets the display name of the platform installer.
 If the platform type has a single installer the display name should
 correspond to the platform name. If there are more installers for
 a single platform type the display name should also describe the installation process.
- Returns:
 - the display name