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

GeneralPlatformInstall (NetBeans Java Platform API) - NetBeans API Javadoc 5.5.1

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

org.netbeans.spi.java.platform
Class GeneralPlatformInstall

java.lang.Object
  extended by 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

Method Summary
abstract  String getDisplayName()
          Gets the display name of the platform installer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

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

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