| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Abstract class IdeTool describes a tool, provides the possibility to work with the tool's properties
and to set the filter. Specifies context(s) for this tool, which means a popup menu of where this tool should be shown.
| Fields inherited from interface com.togethersoft.openapi.ide.tools.IdeToolConstants |
ALL_MESSAGES, COMMAND, LANGUAGE, MINIMIZED, OPEN_MESSAGE, PARAMETERS, PROMPT, TITLE, UPDATE |
| Method Summary | |
boolean | getBooleanProperty(String propertyName)Gets the value of the specified boolean property for this tool. |
String[] | getContexts()Returns the array of contexts (popup menues) where this tool appears. |
String | getStringProperty(String propertyName)Gets the value of the property with the specified name for this tool. |
IdeToolFilter | getToolFilter()Returns filter of this tool. |
void | setBooleanProperty(String propertyName, boolean value)Sets specified boolean property for this tool. |
void | setContexts(String[] contexts)Sets specified context for this tool. |
void | setStringProperty(String propertyName, String value)Sets specified string property for this tool. |
void | setToolFilter(IdeToolFilter filter)Assigns specified filter for this tool. |
| Method Detail |
public boolean getBooleanProperty(String propertyName)
String - name of the property in questionboolean value of this propertypublic String[] getContexts()
String[] names of the poup menues where this tool appears.public String getStringProperty(String propertyName)
String - name of the property in questionString value of this propertypublic IdeToolFilter getToolFilter()
IdeToolFilter object that represents the current filterpublic void setBooleanProperty(String propertyName, boolean value)
String name of the property for this toolString of this propertypublic void setContexts(String[] contexts)
String[] names of the contexts.public void setStringProperty(String propertyName, String value)
String name of the property for this toolString value of this propertypublic void setToolFilter(IdeToolFilter filter)
filter for this tool.IdeToolFilter
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||