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