javax.ide.model
Class Element
java.lang.Object
  
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.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Element
public Element()
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()
 
Copyright © 1997, 2009, Oracle. All rights reserved.