Packages
 In this topic

*Constructors

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.awt   Previous This
Package
Next

 


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.

Constructors

CaretX

public CaretX(Component c, InputMethodListener ime);

Note This constructor is obsolete.

CaretX

public CaretX(Component c, int w, int h);

Note This constructor is obsolete.

Methods

finalize

public void finalize();

Note This method is obsolete.

getHeight

public int getHeight();

Note This method is obsolete.

getWidth

public int getWidth();

Note This method is obsolete.

hide

public void hide();

Note This method is obsolete.

setPos

public void setPos(Point p);

Note This method is obsolete.

setPos

public void setPos(int px, int py);

Note This method is obsolete.

show

public void show();

Note This method is obsolete.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.