JTAPI_html 用于JTAPI的HTML文档.

源代码在线查看: java.telephony.phone.phonedisplay.html

软件大小: 505 K
上传用户: sinoarts
关键词: JTAPI_html JTAPI HTML 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

																												  Interface java.telephony.phone.PhoneDisplay																				All Packages  Class Hierarchy  This Package  Previous  Next  Index												  Interface java.telephony.phone.PhoneDisplay												   public interface PhoneDisplay				   extends Object				   extends Component																				  												   					getDisplay(int, int)				   Returns the displayed string starting at coordinates (x, y).				   					getDisplayColumns()				   Returns the number of display columns.				   					getDisplayRows()				   Returns the number of display rows.				   					setDisplay(String, int, int)				   Displays the given string starting at coordinates (x, y).																  												getDisplayRows								  public abstract int getDisplayRows() throws PlatformException												   Returns the number of display rows.								  				     Returns:				     The number of display rows.				     Throws: PlatformException				     A platform-specific exception occurred.				  												getDisplayColumns								  public abstract int getDisplayColumns() throws PlatformException												   Returns the number of display columns.								  				     Returns:				     The number of display columns.				     Throws: PlatformException				     A platform-specific exception occurred.				  												getDisplay								  public abstract String getDisplay(int x,				                                    int y) throws InvalidArgumentException, PlatformException												   Returns the displayed string starting at coordinates (x, y).								  				     Parameters:				     x - The x-coordinate.				     y - The y-coordinate.				     Returns:				     The string displayed starting at coordinates (x, y).				     Throws: InvalidArgumentException				     Either the coordinates provided				were invalid.				     Throws: PlatformException				     A platform-specific exception occurred.				  												setDisplay								  public abstract void setDisplay(String string,				                                  int x,				                                  int y) throws InvalidArgumentException, PlatformException												   Displays the given string starting at coordinates (x, y).								  				     Parameters:				     string - The string to display.				     x - The x-coordinate.				     y - The y-coordinate.				     Throws: InvalidArgumentException				     Either the coordinates provided				were invalid.				     Throws: PlatformException				     A platform-specific exception occurred.				  																All Packages  Class Hierarchy  This Package  Previous  Next  Index															

相关资源