|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalToolType
A type of external tool. To define a new type of external tool, provide
an implementation of this interface, then register it with the tool
manager using ExternalToolManager.registerType( ExternalToolType ).
| Method Summary | |
|---|---|
ExternalTool |
createExternalTool()
Create an external tool of this type. |
java.net.URL |
getDefaultIconURL(ExternalTool tool)
Get the default icon URL to use for the specified external tool of this type. |
ExternalToolOptionsPage[] |
getOptionsPages()
Get the options page(s) for this external tool type. |
| Methods inherited from interface oracle.ide.model.Displayable |
|---|
getIcon, getLongLabel, getShortLabel, getToolTipText, toString |
| Method Detail |
|---|
ExternalTool createExternalTool()
ExternalToolOptionsPage[] getOptionsPages()
java.net.URL getDefaultIconURL(ExternalTool tool)
tool - an external tool to get the default icon for, guaranteed to
be a tool created by the createExternalTool() method of this
interface.
java.lang.NullPointerException - if tool is null.
java.lang.IllegalArgumentException - if tool is not a tool handled
by this type.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||