Exit Print View

Java Platform Micro Edition Software Development Kit Version 3.0, Mac OS

Get PDF Book Print View
 

Document Information

Getting Started

Features

Emulation Platforms

CLDC and MIDP Stack

JavaFX Platform

Managing Java Platforms

Support for Third-Party Emulators and Real Devices

Automatic Update

Managing Plugins

Install a Plugin Globally

Editing Options

Create a Keymap Profile

Using Sample Projects

Creating and Editing Projects

Viewing and Editing Project Properties

Running Projects in the Emulator

Searching the WURFL Device Database

Finding Files in the Multiple User Environment

Profiling Applications

Network Monitoring

Lightweight UI Toolkit

Security and MIDlet Signing

CLDC Emulation on a Windows Mobile Device

Installing CLDC Emulation on a Windows Mobile Emulator (Windows Only)

On-device Debugging

Command Line Reference

Logs

JSR Support

JSR 75: PDA Optional Packages

JSR 82: Bluetooth and OBEX Support

JSR 135: Mobile Media API Support

JSR 172: Web Services Support

JSR 177: Smart Card Security (SATSA)

JSR 179: Location API Support

JSR 180: SIP Communications

JSR 184: Mobile 3D Graphics

JSR 205: Wireless Messaging API (WMA) Support

JSR 211: Content Handler API (CHAPI)

JSR 226: Scalable 2D Vector Graphics

JSR 229: Payment API Support

JSR 238: Mobile Internationalization API (MIA)

JSR 256: Mobile Sensor API Support

Index


Editing Options

The Edit menu provides basic editing functions for project sources. Editing tasks and other menu options are mapped to keystroke sequences (shortcuts). See Edit Menu and Using Keymap Profiles. Shortcuts are defined in a keymap profile. You can edit a default profile to re-map shortcuts, or you can create your own keymap profile as described in Create a Keymap Profile.

Edit Menu

The menu options are fully enabled when a source file is open and has focus.

Command
Windows
Mac OS
Action
Copy
Ctrl-C
Cmd-C
Copies the current selection to the clipboard.
Cut
Ctrl-X
Cmd-X
Deletes the current selection and places it on the clipboard.
Delete
Delete
Backspace
Deletes the current selection.
Find
Ctrl-F
Cmd-F
Finds a text string (opens Find box).
Find in Projects
Ctrl-Shift-F
Cmd+Shift+F
Finds specified text, object names, object types within projects.
Find Next
F3
F3
Finds next instance of found text.
Find Previous
Shift-F3
Cmd-Shift-G
Finds previous instance of found text.
Find Selection
Ctrl-F3
Ctrl-F3
Finds instances of the current selection.
Find Usages
Alt-F7
Ctrl-F7
Finds usages and subtypes of selected code.
Paste
Ctrl-V
Cmd-V
Pastes the contents of the clipboard into the insertion point.
Paste Formatted
Ctrl-Shift-V
Cmd-Shift-V
Pastes the formatted contents of the clipboard into the insertion point.
Redo
Ctrl-Y
Cmd-Y
Reverses (one at a time) a series of Undo commands. The Redo button in the toolbar does the same.
Replace
Ctrl-H
Cmd-R
Finds a string of text and replaces it with the string specified (opens the Find and Replace dialog box).
Replace in Projects
Ctrl-Shift-H
Cmd+Shif+H
Replaces text, object names, object types within projects.
Select All
Ctrl-A
Cmd+A
Selects everything in the current document or window.
Undo
Ctrl-Z
Cmd-Z
Reverses (one at a time) a series of editor actions, except Save. The Undo button in the toolbar does the same.
Using Keymap Profiles

You can use the predefined profiles, modify profiles, or create your own keymap profile as described in Create a Keymap Profile.

Action
OS
Procedure
Switch profiles
Windows:

Mac OS:

Select Tools > Options.

Select Java ME SDK > Preferences.

  1. Click Keymap.

  2. Select a Profile from the Profile menu and click OK.

Restore default profile
Windows:

Mac OS:

Select Tools > Options.

Select Java ME SDK > Preferences.

  1. Click Manage Profiles

  2. Select a Profile and click Restore Defaults.

  3. Click OK.

Import or export profile
Windows:

Mac OS:

Select Tools > Options.

Select Java ME SDK > Preferences.

  1. Click Manage Profiles

  2. Select Export or Import.

  3. Click OK.