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

E13403-07

javax.ide.model
Class Element

java.lang.Object
  extended by javax.ide.model.Element
Direct Known Subclasses:
Document

public abstract class Element
extends java.lang.Object

The Element interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI. For example, objects that need to be shown in an the project explorer window will need to implement the Element interface.


Constructor Summary
Element()
           
 
Method Summary
protected abstract  javax.ide.model.spi.ElementImpl getElementImpl()
           
 java.lang.Object getIcon()
           
 java.lang.String getLabel()
           
 java.lang.String getLongLabel()
           
 java.lang.String getToolTip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

getElementImpl

protected abstract javax.ide.model.spi.ElementImpl getElementImpl()

getIcon

public final java.lang.Object getIcon()

getLabel

public final java.lang.String getLabel()

getLongLabel

public final java.lang.String getLongLabel()

getToolTip

public final java.lang.String getToolTip()

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

E13403-07

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