Uses of Class
gr.bluevibe.fire.components.Panel

Packages that use Panel
gr.bluevibe.fire.components   
gr.bluevibe.fire.displayables   
gr.bluevibe.fire.test   
 

Uses of Panel in gr.bluevibe.fire.components
 

Subclasses of Panel in gr.bluevibe.fire.components
 class Popup
           
 

Uses of Panel in gr.bluevibe.fire.displayables
 

Methods in gr.bluevibe.fire.displayables that return Panel
 Panel FireScreen.getCurrentPanel()
          Returns the current panel set on the FireScreen.
 

Methods in gr.bluevibe.fire.displayables with parameters of type Panel
 void FireScreen.setCurrent(Panel p)
          Set a panel to the FireScreen.
 void FireScreen.setCurrent(Panel p, int animDirection)
          Shows the panel p on the screen with the supplied animation direction.
 

Uses of Panel in gr.bluevibe.fire.test
 

Methods in gr.bluevibe.fire.test that return Panel
 Panel ReadMe.createPanel()
          Demonstrates how to create a simple panel on Fire engine.
 Panel ReadMe.createPanel2()
          This method demonstrates the Ticker, and the DateTimeRow
 Panel ReadMe.createPanel3()
          This method demostrates how to dynamically add and remove components from a Panel.