|
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.BreakpointType
public abstract class BreakpointType
Support for "New Breakpoint" dialog and Breakpoint Customizer. Represents one breakpoint type.
| Constructor Summary | |
|---|---|
BreakpointType()
|
|
| Method Summary | |
|---|---|
abstract String |
getCategoryDisplayName()
Display name of cathegory of this breakpoint type. |
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 breakpoint type. |
abstract String |
getTypeDisplayName()
Return display name of this breakpoint type (like "Line Breakppoint"). |
abstract boolean |
isDefault()
Should return true of this breakpoint type should be default one in the current context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BreakpointType()
| Method Detail |
|---|
public abstract String getCategoryDisplayName()
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.public abstract boolean isDefault()
|
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 | |||||||||