Class CaretX
public class CaretX
{
// Constructors
public CaretX(Component c, InputMethodListener ime);
public CaretX(Component c, int w, int h);
// Methods
public void finalize();
public int getHeight();
public int getWidth();
public void hide();
public void setPos(Point p);
public void setPos(int px, int py);
public void show();
}
This class is obsolete. This class has been replaced by the FxCaret implementation in the com.ms.fx package.
public CaretX(Component c, InputMethodListener ime);
Note This constructor is obsolete.
public CaretX(Component c, int w, int h);
Note This constructor is obsolete.
public void finalize();
Note This method is obsolete.
public int getHeight();
Note This method is obsolete.
public int getWidth();
Note This method is obsolete.
public void hide();
Note This method is obsolete.
public void setPos(Point p);
Note This method is obsolete.
public void setPos(int px, int py);
Note This method is obsolete.
public void show();
Note This method is obsolete.