T - one of the itempublic interface IItemDescriptor<T> extends Comparable<IItemDescriptor<T>>
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()The description of the item. | 
| String | getID()Get a unique key identifying this item. | 
| T | getItem()Get an instance of an item. | 
| String | getLabel()The label of the item. | 
| int | getRank()Rank of the item. | 
compareToString getLabel()
String getDescription()
int getRank()
String getID()
T getItem()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.