Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


javax.ide
Interface Identifiable

All Known Subinterfaces:
Extensible, Extension, Extension2, VCSProfile
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 Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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