|
org.netbeans.spi.navigator/1 1.23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,METHOD})
@Retention(value=SOURCE)
public static @interface NavigatorPanel.RegistrationRegisters a navigator panel.
| 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 |
|---|
public abstract String mimeType
text/javascript
public abstract String displayName
NavigatorPanel.getDisplayName()
if and when the panel is actually shown.
May use pkg.Bundle#key or #key syntax.
public abstract int position
|
org.netbeans.spi.navigator/1 1.23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||