|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| 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
public class 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.
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
Object.equals with a class-specific comparison.
equals in class java.lang.Objectobj - the right side of the comparison
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||