| org.netbeans.test.umllib.UMLPaletteOperator
UMLPaletteOperator | public class UMLPaletteOperator extends TopComponentOperator (Code) | | |
Inner Class :class JListByItemChooser implements ComponentChooser | |
Inner Class :class JListWithSelectionChooser implements ComponentChooser | |
UMLPaletteOperator | public UMLPaletteOperator()(Code) | | |
collapseGroup | public void collapseGroup(String groupName)(Code) | | Parameters: groupName - |
expandGroup | public void expandGroup(String groupName)(Code) | | Parameters: groupName - |
getSelectedItemname | public String getSelectedItemname()(Code) | | |
getToolNameByElementType | public String getToolNameByElementType(Enum elementType)(Code) | | Parameters: elementType - |
selectTool | public void selectTool(String toolName) throws NotFoundException(Code) | | Parameters: toolName - throws: qa.uml.exceptions.NotFoundException - |
selectToolByType | public void selectToolByType(Enum type) throws NotFoundException(Code) | | Parameters: type - throws: qa.uml.exceptions.NotFoundException - |
waitSelection | public void waitSelection(String toolName, boolean selected)(Code) | | wait tool to be selected/deselected
do not open/close, scroll lists or make palette visible
Parameters: toolName - Parameters: selected - |
waitSelection | public void waitSelection(Enum type, boolean selected)(Code) | | Parameters: type - Parameters: selected - |
|
|