Home
last modified time | relevance | path

Searched defs:textY (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.java125 public int textY() { in textY() method in CLCheckbox
H A DCLComponent.java86 public abstract int textY(); in textY() method in CLComponent
H A DCLIconLabel.java161 public int textY() { in textY() 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.java284 int textY = comp.textY() + rowY(row); in startEdit() local
328 public int textY(int row) { in textY() method in ColumnListCanvas