Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javax.ide.model.Element

Uses of Element in javax.ide.model
 

Subclasses of Element in javax.ide.model
 class Document
          The Document interface is implemented by objects that can be saved and restored.
 class Project
          Project interface.
 

Methods in javax.ide.model with parameters of type Element
 java.lang.String ElementDisplayInfo.getLabel(Element element)
          Get the label for the specified element.
 javax.ide.util.IconDescription ElementDisplayInfo.getIcon(Element element)
          Get the icon for the specified element.
 java.lang.String ElementDisplayInfo.getToolTip(Element element)
          Get the tooltip for the specified element.
 java.lang.String ElementDisplayInfo.getLongLabel(Element element)
          Get the long label for the element.
 boolean Folder.canAdd(Element element)
          Other classes can call this method to determine whether the given Element can be added to the Folder.
 boolean Folder.add(Element child)
          Appends a child Element to the end of the Folder.
 boolean Folder.canRemove(Element element)
          Other classes can call this method to determine whether the specified Element can be removed from this Folder.
 boolean Folder.remove(Element child)
          Removes the specified child Element.
 boolean Folder.containsChild(Element child)
          Returns true if the folder contains the specified child Element; returns false otherwise.
 boolean Project.canAdd(Element element)
           
 boolean Project.add(Element child)
           
 boolean Project.canRemove(Element element)
           
 boolean Project.remove(Element child)
           
 boolean Project.containsChild(Element child)