com.terminaldriver.tn5250j.obj.ScreenElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of terminaldriver-tn5250j Show documentation
Show all versions of terminaldriver-tn5250j Show documentation
terminal driver for 5250 telnet
package com.terminaldriver.tn5250j.obj;
public abstract class ScreenElement {
public abstract String getString();
public abstract int startRow();
public abstract int startCol();
public abstract int getLength();
public abstract String getAttr();
public abstract int startPos();
public abstract int endPos();
public abstract void setString(final String value);
public abstract boolean isEditable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy