Home
last modified time | relevance | path

Searched refs:textX (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DEditLine.java59 private int textX, textY; field in EditLine
89 public EditLine(Component comp, String text, int textX, int textY) { in EditLine() argument
95 this.textX = textX; in EditLine()
106 mouseMove(textX, textY); in EditLine()
225 x = textX - XOFF; in cacheHorizontal()
H A DCLComponent.java85 public abstract int textX(); in textX() method in CLComponent
H A DCLCheckbox.java118 public int textX() { in textX() method in CLCheckbox
H A DColumnListCanvas.java262 editline = new EditLine(this, str, textX(str, column), in startEdit()
283 int textX = comp.textX() + columnX(column); in startEdit() local
286 if (x != -1 && x < textX) in startEdit()
289 editline = new EditLine(this, text, textX, textY); in startEdit()
307 public int textX(String str, int column) { in textX() method in ColumnListCanvas
H A DCLIconLabel.java144 public int textX() { in textX() method in CLIconLabel