|
org.netbeans.spi.debugger.ui/1 2.14.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.debugger.ui.AttachType
public abstract class AttachType
Support for "Attach ..." dialog. Represents one type of attaching.
| Constructor Summary | |
|---|---|
AttachType()
|
|
| Method Summary | |
|---|---|
Controller |
getController()
Return the implementation of Controller interface.In cases when it's not desired to implement Controller interface
by the JComponent returned from getCustomizer() method, because
of the clash of Controller.isValid() method with
Component.isValid(), an explicit implementation
can be returned by overriding this method. |
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 |
|---|
public AttachType()
| Method Detail |
|---|
public abstract String getTypeDisplayName()
public abstract JComponent getCustomizer()
Controller interface. In that case please
notice the clash of Controller.isValid() method with
Component.isValid() and consider extending
getController() method in case you need to provide
false validity in some cases.
public Controller getController()
Controller interface.Controller interface
by the JComponent returned from getCustomizer() method, because
of the clash of Controller.isValid() method with
Component.isValid(), an explicit implementation
can be returned by overriding this method.
The default implementation returns null, in which case
the customizer component is cast to Controller.
null.
|
org.netbeans.spi.debugger.ui/1 2.14.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||