org.netbeans.spi.debugger.ui/1 2.27.1

org.netbeans.spi.debugger.ui
Annotation Type ColumnModelRegistration


@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface ColumnModelRegistration

Declarative registration of a ColumnModel implementation. By marking the implementation class with this annotation, you automatically register that implementation for use by debugger. The class must be public and have a public constructor which takes no arguments or takes ContextProvider as an argument.

Since:
2.16

Required Element Summary
 String path
          An optional path to register this implementation in.
 
Optional Element Summary
 int position
          An optional position in which to register this service relative to others.
 

Element Detail

path

public abstract String path
An optional path to register this implementation in. Usually the session ID, view name, etc.

position

public abstract int position
An optional position in which to register this service relative to others. Lower-numbered services are returned in the lookup result first. Services with no specified position are returned last.

Default:
2147483647

org.netbeans.spi.debugger.ui/1 2.27.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.