Interface Summary |
CustomKeyboardControl |
Some touch devices may want to use a virtual keyboard as a replacement for the physical keyboard and thus allow
user to have keypad for input. |
DirectGraphics |
DirectGraphics contains some graphics extensions to MIDP Graphics:
drawing triangles, drawing manipulated images (rotated, flipped) and drawing
raw pixel array directly to graphics context. |
ElementListener |
ElementListener enables an application to discover when the user has selected an element from a CategoryBar . |
JoystickEventListener |
A listener interface to learn when the state of a Joystick changes. |
KeyboardVisibilityListener |
MIDlets that are interested in virtual keyboard visibility notifications, to for example adjust its UI,
should implement this interface. |
PopupListListener |
This interface should be implemented by anyone who wishes to receive events from a popuplist. |
S60TextEditor |
S60 platform specific extensions to TextEditor . |
SoftNotificationListener |
SoftNotificationListener interface is used by applications which need
callbacks from soft notifications. |
TextEditorExtensionAccess |
This interface provides access to extended functionality related to the TextEditor-API
The object returned by the method TextEditor.createTextEditor(String,int, int, int, int) and
TextEditor.createTextEditor(int, int, int, int) implements this interface. |
TextEditorListener |
A listener for receiving notification of content changes and other editor
events from TextEditor objects. |
TextEditorTouchControl |
Touch-devices can use a virtual control-panel to replace physical keys, and to facilitate
textual input. |
Class Summary |
CanvasGraphicsItem |
A paintable item that can be used on top of Canvas or CustomItem |
CanvasItem |
|
CategoryBar |
CategoryBar is a UI component designed for use in switching between application views. |
Clipboard |
Class to provide extra functionality that is related to text-editing |
DeviceControl |
DeviceControl provides a collection of static methods to
control device features such as vibra, backlights, and
active cover lights. |
DirectUtils |
This class is a placeholder of utility methods. |
FullCanvas |
FullCanvas provides totally full screen painting area. |
IconCommand |
The Nokia IconCommand class encapsulates the semantic information of an
action and is an extension to the
class. |
LCDUIUtil |
A utility class which provides static methods. |
PopupList |
This class implements a popup list which can be populated by various types of list elements. |
PopupListItem |
This class represents an item in a popuplist. |
SoftNotification |
The SoftNotification is a class to manage soft notifications. |
TactileFeedback |
|
TextEditor |
A TextEditor is an editable text component that is used with a
parent object; with Canvas or CustomItem . |
VirtualKeyboard |
Some touch devices can use a virtual keyboard as a replacement for the physical keyboard and thus allow
client to use keypad in Canvas, GameCanvas and CustomItem. |