com.rational.test.ft.script

Class Separator



  • public class Separator
    extends Subitem
    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.
    Since:
    RFT1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected int separator 
    • Constructor Summary

      Constructors 
      Constructor and Description
      Separator(int separator) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

      • separator

        protected int separator
    • Constructor Detail

      • Separator

        public Separator(int separator)
        Since:
        RFT1.0
    • Method Detail

      • getSeparator

        public int getSeparator()
        Accesses the separator value.
        Since:
        RFT1.0
      • toString

        public java.lang.String toString()
        Sets toString to the value that this class represents.
        Overrides:
        toString in class java.lang.Object
        Since:
        RFT1.0
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides Object.equals with a class-specific comparison.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the right side of the comparison
        Since:
        RFT1.0