org.openide.windows 6.33.1

org.openide.windows
Annotation Type RetainLocation


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RetainLocation

Annotation which can be applied to TopComponents whose persistence type is PERSISTENCE_NEVER to allow them to remember the location they were docked into

Since:
6.32

Required Element Summary
 String value
          The name of the docking location (Mode) this component should be docked into by default, if there is no stored value.
 

Element Detail

value

public abstract String value
The name of the docking location (Mode) this component should be docked into by default, if there is no stored value.

Returns:
The Mode name

org.openide.windows 6.33.1

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