Class EPIScreenInfo

java.lang.Object
com.ibm.jakarta.connector2.cics.EPIScreenInfo
All Implemented Interfaces:
com.ibm.connector2.screen.IScreenInfo, Serializable, Cloneable

public class EPIScreenInfo extends Object implements com.ibm.connector2.screen.IScreenInfo
  • Field Details

  • Constructor Details

    • EPIScreenInfo

      public EPIScreenInfo(int depth, int width, int fieldCount)
  • Method Details

    • clone

      public Object clone() throws CloneNotSupportedException
      Throws:
      CloneNotSupportedException
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getDepth

      public int getDepth()
      Specified by:
      getDepth in interface com.ibm.connector2.screen.IScreenInfo
    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface com.ibm.connector2.screen.IScreenInfo
    • getFieldCount

      public int getFieldCount()
      Specified by:
      getFieldCount in interface com.ibm.connector2.screen.IScreenInfo
    • supportsHighlighting

      public boolean supportsHighlighting()
      Specified by:
      supportsHighlighting in interface com.ibm.connector2.screen.IScreenInfo
    • getDefaultForegroundColor

      public int getDefaultForegroundColor()
      Specified by:
      getDefaultForegroundColor in interface com.ibm.connector2.screen.IScreenInfo
    • getDefaultBackgroundColor

      public int getDefaultBackgroundColor()
      Specified by:
      getDefaultBackgroundColor in interface com.ibm.connector2.screen.IScreenInfo
    • getDefaultCharSet

      public int getDefaultCharSet()
      Specified by:
      getDefaultCharSet in interface com.ibm.connector2.screen.IScreenInfo