| org.netbeans.test.umllib.DiagramElementOperator org.netbeans.test.umllib.customelements.ClassOperator
Inner Class :public static class classOperatorUtil | |
Method Summary | |
public void | deleteAttribute(String attributeName) | public void | deleteOperation(String operationName) | public void | getAllAttributes(String attributeName) | public void | getAllOperations(String attributeName) | public CompartmentOperator | getAttributesCompartment() | public CompartmentOperator | getExtensionPointCompartment(int index) | public Rectangle | getExtensionPointRectangle(String name) | public CompartmentOperator | getExtensionPointsCompartment() | public CompartmentOperator | getMainAreaCompartment() | public CompartmentOperator | getNameCompartment() | public CompartmentOperator | getOperationsCompartment() | public boolean | hasAttribute(String attributeName) | public boolean | hasOperation(String operationName) | public void | insertAttribute(String visibility, String type, String name, String defValue, boolean pressEnter) inserts new attribute. | public void | insertAttributeByPopup(String visibility, String type, String name, String defValue, boolean pressEnter) inserts attribute by popup menu. | public void | insertAttributeByShortcut(String visibility, String type, String name, String defValue, boolean pressEnter) inserts attribute by shortcut
classOperatorUtil().attributeNaturalWayNaming is used to name added attribute. | public void | insertOperation(String visibility, String retType, String name, String parameters, boolean pressEnter) inserts new operation. | public void | insertOperationByPopup(String visibility, String retType, String name, String parameters, boolean pressEnter) inserts attribute by popup menu
classOperatorUtil().operationNaturalWayNaming is used to name added operation.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: retType - String return Type value Parameters: name - String name value Parameters: parameters - String with operation parameters. | public void | insertOperationByShortcut(String visibility, String retType, String name, String parameters, boolean pressEnter) inserts attribute by shortcut
classOperatorUtil().operationNaturalWayNaming is used to name added operation.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: retType - String return Type value Parameters: name - String name value Parameters: parameters - String with operation parameters. |
hasAttribute | public boolean hasAttribute(String attributeName)(Code) | | |
hasOperation | public boolean hasOperation(String operationName)(Code) | | |
insertAttribute | public void insertAttribute(String visibility, String type, String name, String defValue, boolean pressEnter) throws NotFoundException(Code) | | inserts new attribute. Actually invokes insertAttributeByPopup method.
classOperatorUtil().attributeNaturalWayNaming is used to name added attribute.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: type - String type value Parameters: name - String name value Parameters: defValue - String default value Parameters: pressEnter - to press enter after creation is finished or not throws: qa.uml.exceptions.NotFoundException - |
insertAttributeByPopup | public void insertAttributeByPopup(String visibility, String type, String name, String defValue, boolean pressEnter) throws NotFoundException(Code) | | inserts attribute by popup menu.
classOperatorUtil().attributeNaturalWayNaming is used to name added attribute.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: type - String type value Parameters: name - String name value Parameters: defValue - String default value Parameters: pressEnter - to press enter after creation is finished or not throws: qa.uml.exceptions.NotFoundException - |
insertAttributeByShortcut | public void insertAttributeByShortcut(String visibility, String type, String name, String defValue, boolean pressEnter) throws NotFoundException(Code) | | inserts attribute by shortcut
classOperatorUtil().attributeNaturalWayNaming is used to name added attribute.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: type - String type value Parameters: name - String name value Parameters: defValue - String default value Parameters: pressEnter - to press enter after creation is finished or not throws: qa.uml.exceptions.NotFoundException - |
insertOperation | public void insertOperation(String visibility, String retType, String name, String parameters, boolean pressEnter) throws NotFoundException(Code) | | inserts new operation. Actually invokes insertOperationByPopup method.
classOperatorUtil().operationNaturalWayNaming is used to name added operation.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: retType - String return Type value Parameters: name - String name value Parameters: parameters - String with operation parameters. Format is (parType parName, parType parName, ...); Parameters: pressEnter - to press enter after creation is finished or not throws: qa.uml.exceptions.NotFoundException - |
insertOperationByPopup | public void insertOperationByPopup(String visibility, String retType, String name, String parameters, boolean pressEnter) throws NotFoundException(Code) | | inserts attribute by popup menu
classOperatorUtil().operationNaturalWayNaming is used to name added operation.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: retType - String return Type value Parameters: name - String name value Parameters: parameters - String with operation parameters. Format is (parType parName, parType parName, ...); Parameters: pressEnter - to press enter after creation is finished or not throws: qa.uml.exceptions.NotFoundException - |
insertOperationByShortcut | public void insertOperationByShortcut(String visibility, String retType, String name, String parameters, boolean pressEnter) throws NotFoundException(Code) | | inserts attribute by shortcut
classOperatorUtil().operationNaturalWayNaming is used to name added operation.
Default values can be passed as null.
Parameters: visibility - String visibility value Parameters: retType - String return Type value Parameters: name - String name value Parameters: parameters - String with operation parameters. Format is (parType parName, parType parName, ...); Parameters: pressEnter - to press enter after creation is finished or not throws: qa.uml.exceptions.NotFoundException - |
Fields inherited from org.netbeans.test.umllib.DiagramElementOperator | final public static long WAIT_GRAPHOBJECT_TIMEOUT(Code)(Java Doc)
|
Methods inherited from org.netbeans.test.umllib.DiagramElementOperator | public void addToSelection()(Code)(Java Doc) public void center()(Code)(Java Doc) public void center(boolean selectIt, boolean deselectOthers)(Code)(Java Doc) public void clickForPopup()(Code)(Java Doc) public void clickOn(Point p, int clickCount, int mouseButton, int modifiers)(Code)(Java Doc) public void clickOnCenter(int clickCount, int mouseButton, int modifiers)(Code)(Java Doc) public void clickOnCenter(int clickCount, int mouseButton)(Code)(Java Doc) public void clickOnCenter()(Code)(Java Doc) public boolean equals(Object el)(Code)(Java Doc) public static IETGraphObject findGraphObject(DiagramOperator diagramOperator, DiagramElementChooser elementFinder, int index, boolean lookForAllElements) throws NotFoundException(Code)(Java Doc) public static IETGraphObject findGraphObject(DiagramOperator diagramOperator, DiagramElementChooser elementFinder, int index) throws NotFoundException(Code)(Java Doc) public Color getBackgroundColor()(Code)(Java Doc) public Color getBorderColor()(Code)(Java Doc) public Rectangle getBoundingRect()(Code)(Java Doc) public Point getCenterPoint()(Code)(Java Doc) public DiagramOperator getDiagram()(Code)(Java Doc) public Rectangle getElementRectangle()(Code)(Java Doc) public String getElementType()(Code)(Java Doc) public String getExpandedType()(Code)(Java Doc) public Font getFont()(Code)(Java Doc) public JPopupMenuOperator getGeneralPopup()(Code)(Java Doc) public IETGraphObject getGraphObject()(Code)(Java Doc) public HashSet<LinkOperator> getInLinks()(Code)(Java Doc) public HashSet<LinkOperator> getLinks()(Code)(Java Doc) public String getName()(Code)(Java Doc) public HashSet<LinkOperator> getOutLinks()(Code)(Java Doc) public JPopupMenuOperator getPopup()(Code)(Java Doc) public Component getSource()(Code)(Java Doc) public ArrayList<String> getSubjectVNs()(Code)(Java Doc) public String getType()(Code)(Java Doc) public boolean isSelected()(Code)(Java Doc) public Point makeVisible(Point point)(Code)(Java Doc) public void moveTo(int x, int y)(Code)(Java Doc) public void moveTo(double x, double y)(Code)(Java Doc) public void resize(int x, int y)(Code)(Java Doc) public void select()(Code)(Java Doc) public void select(boolean avoidcollitionsandretry)(Code)(Java Doc) public void setSize(int width, int height)(Code)(Java Doc) public void setSize(double width, double height)(Code)(Java Doc) public void shift(int dx, int dy)(Code)(Java Doc) public void shift(double dx, double dy)(Code)(Java Doc) public static boolean waitForDeletion(DiagramOperator diagramOperator, DiagramElementChooser elementFinder, int index)(Code)(Java Doc) public static IETGraphObject waitForGraphObject(DiagramOperator diagramOperator, DiagramElementChooser elementFinder, int index, boolean lookForAllElements)(Code)(Java Doc) public static IETGraphObject waitForGraphObject(DiagramOperator diagramOperator, DiagramElementChooser elementFinder, int index)(Code)(Java Doc) public void waitSelection(boolean selected)(Code)(Java Doc) public void waitSelection(boolean selected, long timeout)(Code)(Java Doc)
|
|
|