| Package | Description | 
|---|---|
| javax.ide.extension | 
 Classes and interfaces used by extensions to extend 
    an IDE with new functionality. 
 | 
| javax.ide.menu | 
 The menu registration classes that extension writers use to find information
  about actions and menus. 
 | 
| javax.ide.model | 
 The interfaces and classes implementing an IDE's data model. 
 | 
| javax.ide.util | 
 This package contains utility classes. 
 | 
| javax.ide.view | 
 IDE view support classes and interfaces. 
 | 
| oracle.ide | 
 Contains classes that allow addins access to the IDE integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
IconVisitor.icon(ElementContext context,
    IconDescription icon)
Called when an icon is encountered. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IconDescription | 
IDEAction.getIcon()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IDEAction.setIcon(IconDescription icon)
Set the action icon path. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IconDescription | 
ElementDisplayInfo.getIcon(Element element)
Get the icon for the specified element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IconDescription | 
IconDescription.createInstance(java.net.URL url)
Create an instance that wraps the specified icon URL. 
 | 
static IconDescription | 
IconDescription.createPathInstance(java.lang.ClassLoader loader,
                  java.lang.String path)
Create an instance of IconDescription based on a direct icon
 path in the manifest file. 
 | 
static IconDescription | 
IconDescription.createResourceInstance(java.lang.ClassLoader loader,
                      java.lang.String bundleClass,
                      java.lang.String key)
Create an instance of IconDescription based on a resource key
 lookup. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IconDescription | 
Viewable.getIcon()
Gets a relative path to the icon. 
 | 
IconDescription | 
DefaultViewable.getIcon()  | 
| Modifier and Type | Method and Description | 
|---|---|
IconDescription | 
ProductInformation.getBannerImage()
Returns the banner image shown in the about box. 
 | 
IconDescription | 
ProductInformation.getIcon()
Returns an  
IconDescription of a 32x32 icon image
  for the product. | 
IconDescription | 
ProductInformation.getImage()
Returns the product logo to display in the about box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<IconDescription> | 
ProductInformation.getAdditionalIcons()  |