org.netbeans.spi.debugger.ui
Class AttachType
java.lang.Object
org.netbeans.spi.debugger.ui.AttachType
public abstract class AttachType
- extends Object
Support for "Attach ..." dialog. Represents one type of attaching.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachType
public AttachType()
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