| java.lang.Object org.netbeans.test.umllib.CompartmentOperator org.netbeans.test.umllib.customelements.SequenceLifelineCompartment
SequenceLifelineCompartment | public SequenceLifelineCompartment(DiagramElementOperator el) throws NotFoundException(Code) | | Construct compartment
Parameters: el - Instance of DiagramElementOperator to look for compartment throws: qa.uml.exceptions.NotFoundException - when no suitable compartment found |
SequenceLifelineCompartment | public SequenceLifelineCompartment(DiagramElementOperator el, int index) throws NotFoundException(Code) | | Construct compartment by index
Parameters: el - Instance of DiagramElementOperator to look for compartment Parameters: index - index throws: qa.uml.exceptions.NotFoundException - when no suitable compartment found |
SequenceLifelineCompartment | public SequenceLifelineCompartment(DiagramElementOperator el, CompartmentTypes type) throws NotFoundException(Code) | | Costruct compartment by type
Parameters: el - Instance of DiagramElementOperator to look for compartment Parameters: type - Compartemnt type. throws: qa.uml.exceptions.NotFoundException - when no suitable compartment found See Also: qa.uml.CompartmentTypes |
SequenceLifelineCompartment | public SequenceLifelineCompartment(DiagramElementOperator el, ICompartment co)(Code) | | Construct compartment by compartment class
Parameters: el - Instance of DiagramElementOperator Parameters: co - Instance of ICompartment |
getLogicalRectangle | public Rectangle getLogicalRectangle()(Code) | | logical bounding rectangle |
getRectangle | public Rectangle getRectangle()(Code) | | bounding rectangle for compartment |
Methods inherited from org.netbeans.test.umllib.CompartmentOperator | public void addToSelection()(Code)(Java Doc) public void clickForPopup()(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 void clickOnLeftCenter(int clickCount, int mouseButton, int modifiers)(Code)(Java Doc) public void clickOnLeftCenter(int clickCount, int mouseButton)(Code)(Java Doc) public void clickOnLeftCenter()(Code)(Java Doc) public void clickleftForPopup()(Code)(Java Doc) public static ICompartment findCompartment(DiagramElementOperator source, CompartmentChooser chooser, int index)(Code)(Java Doc) public Color getBackgroundColor()(Code)(Java Doc) public Color getBorderColor()(Code)(Java Doc) public Point getCenterPoint()(Code)(Java Doc) public ArrayList<CompartmentOperator> getCompartments()(Code)(Java Doc) public ArrayList<CompartmentOperator> getCompartments(CompartmentChooser chooser)(Code)(Java Doc) public DiagramElementOperator getElement()(Code)(Java Doc) public Color getFillColor()(Code)(Java Doc) public Font getFont()(Code)(Java Doc) public Color getFontColor()(Code)(Java Doc) public Point getLeftCenterPoint(int shift)(Code)(Java Doc) public Point getLeftCenterPoint()(Code)(Java Doc) public Color getLightGradientFillColor()(Code)(Java Doc) public String getName()(Code)(Java Doc) public JPopupMenuOperator getPopup()(Code)(Java Doc) public Rectangle getRectangle()(Code)(Java Doc) public ICompartment getSource()(Code)(Java Doc) public void select()(Code)(Java Doc) public static ICompartment waitForCompartment(DiagramElementOperator source, CompartmentChooser chooser, int index) throws NotFoundException(Code)(Java Doc)
|
|
|