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

CustomPlatformInstall (NetBeans Java Platform API) - NetBeans API Javadoc 5.5.0

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

org.netbeans.spi.java.platform
Class CustomPlatformInstall

java.lang.Object
  extended by org.netbeans.spi.java.platform.GeneralPlatformInstall
      extended by org.netbeans.spi.java.platform.CustomPlatformInstall

public abstract class CustomPlatformInstall
extends GeneralPlatformInstall

Defines an API for registering custom Java platform installer. The installer is responsible for instantiation of JavaPlatform through the provided TemplateWizard.Iterator. If your installer selects the platform on the local disk you probably don't want to use this class, the PlatformInstall class creates an platform chooser for you. You want to use this class if the platform is not on the local disk, eg. you want to download it from the web.

Since:
1.5

Constructor Summary
CustomPlatformInstall()
           
 
Method Summary
abstract  WizardDescriptor.InstantiatingIterator createIterator()
          Returns the WizardDescriptor#InstantiatingIterator used to install the platform.
 
Methods inherited from class org.netbeans.spi.java.platform.GeneralPlatformInstall
getDisplayName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomPlatformInstall

public CustomPlatformInstall()
Method Detail

createIterator

public abstract WizardDescriptor.InstantiatingIterator createIterator()
Returns the WizardDescriptor#InstantiatingIterator used to install the platform.

Returns:
TemplateWizard.Iterator instance responsible for instantiating the platform. The instantiate method of the returned iterator should return the Set containing the created JavaPlatform.

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

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