Uses of Class
org.eclipse.ercp.swt.mobile.Screen

Packages that use Screen
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
 

Uses of Screen in org.eclipse.ercp.swt.mobile
 

Methods in org.eclipse.ercp.swt.mobile that return Screen
 Screen[] MobileDevice.getScreens()
          Returns an array of Screen objects describing the display features available to the device.
 

Constructors in org.eclipse.ercp.swt.mobile with parameters of type Screen
ScreenEvent(Screen screen)
          Constructs a new instance of this class and associates it with the given screen.