org.netbeans.spi.debugger.ui
@Retention(value=SOURCE) @Target(value=TYPE) public static @interface BreakpointType.Registration
ContextProvider
as an argument.Modifier and Type | Required Element and Description |
---|---|
String |
displayName
The display name, in the form of either a general string to take as is,
or a resource bundle reference such as "my.module.Bundle#some_key",
or just "#some_key" to load from a "Bundle" in the same package
as the registered implementation.
|
public abstract String displayName
public abstract String path
public abstract int position
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.