Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide
Interface Identifiable  view Identifiable download Identifiable.java


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..


Method Summary
 java.lang.String getID()
          Gets this object's unique identifier.
 

Method Detail

getID

public java.lang.String getID()
Gets this object's unique identifier.