|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IconDescription | |
|---|---|
| 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. |
| Uses of IconDescription in javax.ide.extension |
|---|
| Methods in javax.ide.extension with parameters of type IconDescription | |
|---|---|
protected abstract void |
IconVisitor.icon(ElementContext context, IconDescription icon)Called when an icon is encountered. |
| Uses of IconDescription in javax.ide.menu |
|---|
| Methods in javax.ide.menu that return IconDescription | |
|---|---|
IconDescription |
IDEAction.getIcon() |
| Methods in javax.ide.menu with parameters of type IconDescription | |
|---|---|
void |
IDEAction.setIcon(IconDescription icon)Set the action icon path. |
| Uses of IconDescription in javax.ide.model |
|---|
| Methods in javax.ide.model that return IconDescription | |
|---|---|
IconDescription |
ElementDisplayInfo.getIcon(Element element)Get the icon for the specified element. |
| Uses of IconDescription in javax.ide.util |
|---|
| Methods in javax.ide.util that return IconDescription | |
|---|---|
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. |
| Uses of IconDescription in javax.ide.view |
|---|
| Methods in javax.ide.view that return IconDescription | |
|---|---|
IconDescription |
Viewable.getIcon()Gets a relative path to the icon. |
IconDescription |
DefaultViewable.getIcon() |
| Uses of IconDescription in oracle.ide |
|---|
| Methods in oracle.ide that return IconDescription | |
|---|---|
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. |
| Methods in oracle.ide that return types with arguments of type IconDescription | |
|---|---|
java.util.List<IconDescription> |
ProductInformation.getAdditionalIcons() |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||