|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.rational.test.ft.script.Subitem
com.rational.test.ft.script.Separator
Represents separator controls that may appear in menus or toolbar
controls. Separator values are zero-based indices that
are significant, relative to a particular menu or toolbar component.
| Field Summary | |
protected int |
separator
|
| Constructor Summary | |
Separator(int separator)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Overrides Object.equals with a class-specific comparison. |
int |
getSeparator()
Accesses the separator value. |
java.lang.String |
toString()
Sets toString to the value that this class represents. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int separator
| Constructor Detail |
public Separator(int separator)
| Method Detail |
public int getSeparator()
public java.lang.String toString()
toString to the value that this class represents.
public boolean equals(java.lang.Object obj)
Object.equals with a class-specific comparison.
obj - the right side of the comparison
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||