KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > lcdui > Displayable

javax.microedition.lcdui
Class Displayable

java.lang.Object
  |
  +--javax.microedition.lcdui.Displayable
Direct Known Subclasses:
Canvas, Screen
See Also:
Top Examples, Source Code

public void addCommand(Command cmd)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public Ticker getTicker()
See Also:
setTicker(javax.microedition.lcdui.Ticker)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getTitle()
See Also:
setTitle(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public void removeCommand(Command cmd)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCommandListener(CommandListener l)
See Also:
Commands
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1949]mobile application
By stefanija on 2007/12/28 14:34:36  Rate
setCommandListener ( this ) ;

public void setTicker(Ticker ticker)
See Also:
getTicker(), sizeChanged()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTitle(String s)
See Also:
getTitle(), sizeChanged()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void sizeChanged(int w,
                           int h)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags