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

AttachType (NetBeans Debugger Core UI API) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.debugger.ui
Class AttachType

java.lang.Object
  extended byorg.netbeans.spi.debugger.ui.AttachType

public abstract class AttachType
extends Object

Support for "Attach ..." dialog. Represents one type of attaching.


Constructor Summary
AttachType()
           
 
Method Summary
abstract  JComponent getCustomizer()
          Returns visual customizer for this Attach Type.
abstract  String getTypeDisplayName()
          Provides display name of this Attach Type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachType

public AttachType()
Method Detail

getTypeDisplayName

public abstract String getTypeDisplayName()
Provides display name of this Attach Type. Is used as one choice in ComboBox.

Returns:
display name of this Attach Type

getCustomizer

public abstract JComponent getCustomizer()
Returns visual customizer for this Attach Type. Customizer can optionally implement Controller intarface.

Returns:
visual customizer for this Attach Type

 

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