com.sap.ip.me.api.runtime.awt
Interface AwtApplication

All Superinterfaces:
Application
All Known Subinterfaces:
PreActivatedAwtApp

public interface AwtApplication
extends Application

The base interface for Mobile Infrastructure AWT applications. If you write an application you need to implement this interface.

Author:
SAP

Method Summary
 void actionMenuItem(java.awt.MenuItem menuItem)
          The menu commands delivering.
 java.awt.Panel getRootPanel()
          The panel that are displayed within the Mobile Infrastructure content area.
 
Methods inherited from interface com.sap.ip.me.api.runtime.Application
activateApplication, deactivateApplication, destroyApplication, getApplicationName, initApplication
 

Method Detail

getRootPanel

public java.awt.Panel getRootPanel()
The panel that are displayed within the Mobile Infrastructure content area.

Returns:
The rootPanel that represents the UI of the application

actionMenuItem

public void actionMenuItem(java.awt.MenuItem menuItem)
The menu commands delivering.



Copyright © 2005 SAP AG. All Rights Reserved.