@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OslcDialog
Modifier and Type | Required Element and Description |
---|---|
String |
title
Title string that could be used for display
|
String |
uri
The URI of the dialog
|
Modifier and Type | Optional Element and Description |
---|---|
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
|
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
Copyright © 2017. All rights reserved.