Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCLCheckbox.java118 public int textX() { in textX() method in CLCheckbox
H A DCLComponent.java85 public abstract int textX(); in textX() method in CLComponent
H A DCLIconLabel.java144 public int textX() { in textX() method in CLIconLabel
H A DEditLine.java59 private int textX, textY; field in EditLine
89 public EditLine(Component comp, String text, int textX, int textY) { in EditLine()
H A DColumnListCanvas.java283 int textX = comp.textX() + columnX(column); in startEdit() local
307 public int textX(String str, int column) { in textX() method in ColumnListCanvas