|
org.netbeans.spi.debugger.ui/1 2.8.22 | |||||||||
| 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. |
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 intarface.
public abstract boolean isDefault()
|
org.netbeans.spi.debugger.ui/1 2.8.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||