KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > phone > PhoneDisplay

javax.telephony.phone
Interface PhoneDisplay

See Also:
Component

public java.lang.String getDisplay(int x,
                                   int y)
                            throws InvalidArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getDisplayColumns()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getDisplayRows()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setDisplay(java.lang.String string,
                       int x,
                       int y)
                throws InvalidArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags