Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


javax.ide
Interface Identifiable

All Known Subinterfaces:
Extensible, Extension, Extension2
All Known Implementing Classes:
CategoryLayout, Choice, ChoiceGroup, Command, DisplayGroup, Editor, ExtensibleElement, ExtensibleGroup, IDEAction, LogPage, Property, PropertyFormLayoutAssembly.CategoryLayoutAssembly, PropertyFormLayoutAssembly.ChoiceAssembly, PropertyFormLayoutAssembly.ChoiceGroupAssembly, PropertyFormLayoutAssembly.DisplayGroupAssembly, TextEditor, View

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

java.lang.String getID()
Gets this object's unique identifier.
Returns:
The object's unique identifier.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.