org.netbeans.spi.navigator/1 1.23

org.netbeans.spi.navigator
Annotation Type NavigatorPanel.Registration


@Target(value={TYPE,METHOD})
@Retention(value=SOURCE)
public static @interface NavigatorPanel.Registration

Registers a navigator panel.

Since:
1.22

Required Element Summary
 String displayName
          Label for this view to be used in a switcher UI.
 String mimeType
          MIME type to register under.
 
Optional Element Summary
 int position
          Optional position for this panel among others of the same type.
 

Element Detail

mimeType

public abstract String mimeType
MIME type to register under. For example: text/javascript


displayName

public abstract String displayName
Label for this view to be used in a switcher UI. Will be replaced with NavigatorPanel.getDisplayName() if and when the panel is actually shown. May use pkg.Bundle#key or #key syntax.

position

public abstract int position
Optional position for this panel among others of the same type.

Default:
2147483647

org.netbeans.spi.navigator/1 1.23

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.