Class Scan.Component

  • Enclosing class:
    Scan

    public static final class Scan.Component
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int acTabSel  
      (package private) int dcTabSel  
      (package private) int scanCompSel  
    • Constructor Summary

      Constructors 
      Constructor Description
      Component​(int scanCompSel, int acTabSel, int dcTabSel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • scanCompSel

        final int scanCompSel
      • acTabSel

        final int acTabSel
      • dcTabSel

        final int dcTabSel
    • Constructor Detail

      • Component

        Component​(int scanCompSel,
                  int acTabSel,
                  int dcTabSel)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object