public interface Identifiable
Identifiable objects are IDE components that can be 
 identified by a unique string identifier. Such components include:
 Extensions, IDEActions, Menus, Views, etc..| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getID()
Gets this object's unique identifier. 
 |