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 D | EditLine.java | 59 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 D | CLComponent.java | 85 public abstract int textX(); in textX() method in CLComponent
|
| H A D | CLCheckbox.java | 118 public int textX() { in textX() method in CLCheckbox
|
| H A D | ColumnListCanvas.java | 262 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 D | CLIconLabel.java | 144 public int textX() { in textX() method in CLIconLabel
|