@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Perspective
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
components
Define all component id's which belongs to perspective.
|
java.lang.String |
id
The perspective id.
|
java.lang.String |
name
The perspective name.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
active
The active state at start time.
|
java.lang.String |
localeID
Represents the Locale ID. see: http://www.oracle.com/technetwork/java/javase/locales-137662.html
|
java.lang.String |
resourceBundleLocation
Represents the location of your resource bundle file.
|
java.lang.String |
viewLocation
Represents the location (URI) of the declarative UI.
|
public abstract java.lang.String name
public abstract java.lang.String id
public abstract java.lang.String[] components
public abstract boolean active
public abstract java.lang.String viewLocation
public abstract java.lang.String resourceBundleLocation
public abstract java.lang.String localeID