|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public ExternalTool createExternalTool()
public ExternalToolOptionsPage[] getOptionsPages()
public 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.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.