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

E13403-05

oracle.ide.model
Interface Locatable

All Known Subinterfaces:
CmtMessage, CmtModelNode, ContentDirectory, DBObjectNode, DBObjectPlSqlNode, DBObjectProviderNode, DBObjectTypeNode, LocatableItem, OfflineDBObjectNode, SchemaObjectNode, ToDoItem
All Known Implementing Classes:
AbstractToDoItem, BaseDBObjectNode, BaseDBObjectTextNode, oracle.jdevimpl.offlinedb.browser.BaseOfflineDBObjectNode, BasePlSqlTextNode, BrowsableWebDocumentNode, ChangeListItem, CmtFolder, ConnectionListFilterNode, ConnectionNodeDecorator, DataContainer, DataNode, DefaultContainer, DefaultContentDirectory, DelegatingXMLSourceNode, DeployableTextNode, ExternalLibrary, HashStructureNode, oracle.jdevimpl.webapp.html.HtmlSourceNode, IdeLayout, IdeProperties, IdeSystem, ImageNode, JavaClassNode, JavaNode, JavaSourceNode, JDKNode, JLibraryList, JLibraryNode, JspSourceNode, Layout, LegacyLibraryList, LibraryDataNode, Node, PatchNode, Project, ProviderNode, RegisteredDynamicNode, SchemaNode, SimpleLayout, SqlNode, TextMergeNode, TextNode, UnrecognizedTextNode, VersionHistoryNode, WebDocumentNode, Workspace, XMLDataContainer, XMLDataNode, oracle.bali.xml.addin.XMLSourceNode

public interface Locatable


Method Summary
 java.net.URL getURL()
          Returns the URL that identifies this Locatable.
 void setURL(java.net.URL url)
          Sets the URL associated with this Locatable.
 

Method Detail

getURL

java.net.URL getURL()
Returns the URL that identifies this Locatable. Parts of the IDE will use the value of this URL as a hash key for caching UI components for this Locatable. Therefore, URL uniqueness is important.

Returns:
The URL identifying this Locatable.

setURL

void setURL(java.net.URL url)
Sets the URL associated with this Locatable. It is important that the URL only be changed when the Locatable has just been created or when all caches keyed on the previous URL can also be updated.

Parameters:
url - The URL to set.

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

E13403-05

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