|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface OslcDialog
Required Element Summary | |
---|---|
String |
title
Title string that could be used for display |
String |
uri
The URI of the dialog |
Optional Element Summary | |
---|---|
String |
hintHeight
Values MUST be expressed in relative length units. |
String |
hintWidth
Values MUST be expressed in relative length units. |
String |
label
Very short label for use in menu items |
String[] |
resourceTypes
Resource types |
String[] |
usages
Usages |
Element Detail |
---|
public abstract String title
public abstract String uri
public abstract String label
public abstract String hintWidth
public abstract String hintHeight
public abstract String[] resourceTypes
public abstract String[] usages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |