|
org.openide.windows 6.40.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public static @interface TopComponent.Registration
Registers TopComponent into specified location among
existing window system modes. The mode itself needs
to be created by other means, this just adds reference to the
component to it.
| Required Element Summary | |
|---|---|
String |
mode
Name of the mode the component shall be opened in |
boolean |
openAtStartup
Shall the component be opened at start |
| Optional Element Summary | |
|---|---|
int |
position
Position of the component within its mode. |
| Element Detail |
|---|
public abstract String mode
public abstract boolean openAtStartup
public abstract int position
|
org.openide.windows 6.40.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||