@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface View
| Modifier and Type | Optional Element and Description |
|---|---|
PerspectivePos |
at
This property specifies the position within the given perspective, where the view shall be shown
|
boolean |
enforceTab
If this property is set to
true, then a tab as shown, even if there is only one view specified for the
given position in the given perspective. |
java.lang.Class<? extends Perspective> |
in
This property specifies the class representing the perspective in which the view shall be shown.
|
public abstract java.lang.Class<? extends Perspective> in
public abstract PerspectivePos at