org.openide.windows 6.40.1

org.openide.windows
Annotation Type TopComponent.Registration


@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.

Since:
6.37

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

mode

public abstract String mode
Name of the mode the component shall be opened in


openAtStartup

public abstract boolean openAtStartup
Shall the component be opened at start

position

public abstract int position
Position of the component within its mode.

Default:
2147483647

org.openide.windows 6.40.1

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