|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The options environment is provided to external tool options page to provide information about the environment in which the create or edit external tools dialog is invoked.
Method Summary | |
MacroPicker |
getMacroPicker(boolean onlyDirectories) Get a macro picker configured for the current environment. |
MacroRegistry |
getMacroRegistry() Get the macro registry. |
MacroTextField |
getMacroTextField(boolean onlyDirectories) |
ExternalTool |
getTool() Get the external tool being created or edited. |
ExternalToolType |
getType() Get the type of tool being created or edited. |
boolean |
isUniqueToolName(java.lang.String name) Returns true if the specified tool name is unique in the current editing session. |
java.lang.String |
makeUniqueName(java.lang.String name) Makes the specified tool name unique. |
void |
setUserCanFinishNow(boolean canFinish) Options pages can call this method to enable the finish button of the external tools wizard in create mode immediately. |
Method Detail |
public void setUserCanFinishNow(boolean canFinish)
public boolean isUniqueToolName(java.lang.String name)
name
- a tool namepublic java.lang.String makeUniqueName(java.lang.String name)
name
- a tool namepublic MacroRegistry getMacroRegistry()
public MacroPicker getMacroPicker(boolean onlyDirectories)
onlyDirectories
- if true, only directory macros will be displayed in the picker.public MacroTextField getMacroTextField(boolean onlyDirectories)
public ExternalToolType getType()
public ExternalTool getTool()
|
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.