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

E13403-03

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.

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

E13403-03

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