Modifier and Type | Field and Description |
---|---|
static int |
BUSY_CURSOR
This cursor is an arrow and an hour glass.
|
static int |
COPY_MULTIPLE_CURSOR |
static int |
COPY_SINGLE_CURSOR |
static int |
CROSS_CURSOR |
static int |
DEFAULT_CURSOR |
static int |
DONT_DROP_CURSOR |
static int |
DRAG_MULTIPLE_CURSOR |
static int |
DRAG_SINGLE_CURSOR |
static int |
GET_PARAMATER_SIP_BUTTON_HEIGHT |
static int |
GET_PARAMATER_SOFTKEY_BAR_HEIGHT |
static int |
GET_SET_PARAMATER_PAINT_BUFFER_TIME |
static int |
GET_SET_PARAMATER_PEN_MOVE_BUFFER_TIME |
static int |
GET_SET_PARAMATER_RESIZE_BUFFER_TIME |
static int |
HAND_CURSOR |
static int |
IBEAM_CURSOR |
static int |
INVISIBLE_CURSOR |
static int |
JAR_RESOURCE_ID |
static int |
LEFT_RIGHT_CURSOR |
static int |
MOVE_CURSOR |
static int |
NO_CURSOR
This means no special cursor;
|
static int |
RESIZE_CURSOR |
static int |
SET_USE_SIP
Used with getParameter() or setParameter() it determines whether the VM will use the SIP (Supplementary Input Panel).
|
static int |
SIMULATE_SIP
Used with setParameter() it switches on (1) or off (0) SIP simulation for
Java and ewe on the PC.
|
static int |
TIMER_TICK
Used with setParameter() it adjusts the minimum timer tick.
|
static int |
TURN_OFF_VM_FLAG_BITS
Used with setParameter() the specified VM flag bits will be cleared in the
VM flags value.
|
static int |
TURN_ON_VM_FLAG_BITS
Used with setParameter() the specified VM flag bits will be set in the
VM flags value.
|
static int |
UP_DOWN_CURSOR |
static int |
VM_CLASS_MEMORY |
static int |
VM_FILE_SEPARATOR
Used with getParameter() or setParameter() it determines whether the VM will use the SIP (Supplementary Input Panel).
|
static int |
VM_FLAG_HAS_BACK_BUTTON
This is a VM flag bit which indicates that the device has a dedicated "Back" button.
|
static int |
VM_FLAG_HAS_SOFT_KEYS
This is a VM flag bit which indicates that the device has at least 2 general purpose
"Soft" keys, such as MS SmartPhone devices.
|
static int |
VM_FLAG_HAS_SOFTKEY_MENU_BUTTON |
static int |
VM_FLAG_HIDDEN_SOFTKEYS |
static int |
VM_FLAG_IS_APPLET
This is a VM flag bit which indicates that the VM is running as an Applet in a browser.
|
static int |
VM_FLAG_IS_MOBILE
This is a VM flag bit which indicates that the VM is running on a Mobile PC.
|
static int |
VM_FLAG_IS_MONOCHROME
This is a VM flag bit which indicates that the VM is running on a system with a monochrome display.
|
static int |
VM_FLAG_IS_ZAURUS_EVM
This is a VM flag bit which indicates that the program is running on the Sharp Zaurus Jeode(R) EVM.
|
static int |
VM_FLAG_LOAD_FAKE_FILE |
static int |
VM_FLAG_LOW_MEMORY
This is a VM flag bit which indicates that the program is running on low-memory device
such as the Casio BE300.
|
static int |
VM_FLAG_MAXIMIZE_APPS
This is a VM flag bit which indicates that applications windows should
be maximized.
|
static int |
VM_FLAG_NO_CR
This is a VM flag bit which indicates that the platform does not want CR characters in its text files.
|
static int |
VM_FLAG_NO_GUI
This is a VM flag bit which indicates that the device does not have a
functioning GUI even though the eve.fx.WindowSurface exists and eve.fx.WindowSurface.getNew()
returns a valid Object.
|
static int |
VM_FLAG_NO_KEYBOARD
This is a VM flag bit which indicates that the VM is running on a system that has no keyboard.
|
static int |
VM_FLAG_NO_MOUSE_POINTER
This is a VM flag bit which indicates that the VM is running on a system that has no mouse pointer.
|
static int |
VM_FLAG_NO_PEN
This is a VM flag bit which indicates that the platform has no mouse OR touchscreen capabilities and
only keyboard navigation is possible - for example on many SmartPhone devices.
|
static int |
VM_FLAG_NO_VISIBLE_WINDOW
This is a VM flag bit which indicates that the device should not show
a visible window.
|
static int |
VM_FLAG_NO_WINDOWS
This is a VM flag bit which indicates that multiple native windows are not supported.
|
static int |
VM_FLAG_SIP_BUTTON_ALWAYS_SHOWN
This is a VM flag bit which indicates that the device will ALWAYS display the SIP
button.
|
static int |
VM_FLAG_SIP_BUTTON_ON_SCREEN
This is a VM flag bit which indicates that the platform has a SipButton at the bottom that may overwrite
program controls (only PocketPC has this).
|
static int |
VM_FLAG_SIP_DISABLED |
static int |
VM_FLAG_SLOW_MACHINE
This is a VM flag bit which indicates that the VM is running on a slow machine.
|
static int |
VM_FLAG_SYSTEM_FONTS_ONLY |
static int |
VM_FLAG_USE_NATIVE_TEXT_INPUT
This is a VM flag bit which indicates that text input is not possible unless a native platform
input box is used.
|
static int |
VM_FLAG_USE_SOFT_KEYPAD |
static int |
VM_FLAG_USING_CLASSES
This is a VM flag bit which indicates that the main program class was
loaded from a class file rather than from a ewe file.
|
static int |
VM_FLAGS
Used with getParameter() it gets VM flag bits.
|
static int |
VM_NUM_OBJECTS |
static int |
VM_NUM_THREADS |
static int |
VM_OBJECT_MEMORY |
static int |
VM_PATH_SEPARATOR |
static int |
WAIT_CURSOR
This is the only one apart from DEFAULT_CURSOR you should use directly with
ewe.sys.Vm.setCursor().
|
static final int VM_NUM_OBJECTS
static final int VM_NUM_THREADS
static final int VM_OBJECT_MEMORY
static final int VM_CLASS_MEMORY
static final int VM_FLAGS
static final int VM_FLAG_USING_CLASSES
static final int VM_FLAG_IS_MOBILE
static final int VM_FLAG_SLOW_MACHINE
static final int VM_FLAG_IS_MONOCHROME
static final int VM_FLAG_NO_KEYBOARD
static final int VM_FLAG_NO_MOUSE_POINTER
static final int VM_FLAG_IS_APPLET
static final int VM_FLAG_NO_WINDOWS
static final int VM_FLAG_SIP_BUTTON_ON_SCREEN
static final int VM_FLAG_NO_CR
static final int VM_FLAG_IS_ZAURUS_EVM
static final int VM_FLAG_LOW_MEMORY
static final int VM_FLAG_NO_PEN
static final int VM_FLAG_USE_NATIVE_TEXT_INPUT
static final int VM_FLAG_HAS_SOFT_KEYS
static final int VM_FLAG_SIP_BUTTON_ALWAYS_SHOWN
static final int VM_FLAG_NO_GUI
static final int VM_FLAG_HAS_BACK_BUTTON
static final int VM_FLAG_NO_VISIBLE_WINDOW
static final int VM_FLAG_MAXIMIZE_APPS
static final int VM_FLAG_LOAD_FAKE_FILE
static final int VM_FLAG_SIP_DISABLED
static final int VM_FLAG_SYSTEM_FONTS_ONLY
static final int VM_FLAG_USE_SOFT_KEYPAD
static final int VM_FLAG_HIDDEN_SOFTKEYS
static final int VM_FLAG_HAS_SOFTKEY_MENU_BUTTON
static final int VM_FILE_SEPARATOR
static final int VM_PATH_SEPARATOR
static final int TIMER_TICK
static final int SIMULATE_SIP
static final int SET_USE_SIP
static final int WAIT_CURSOR
static final int IBEAM_CURSOR
static final int HAND_CURSOR
static final int CROSS_CURSOR
static final int LEFT_RIGHT_CURSOR
static final int UP_DOWN_CURSOR
static final int BUSY_CURSOR
static final int DRAG_SINGLE_CURSOR
static final int DRAG_MULTIPLE_CURSOR
static final int COPY_SINGLE_CURSOR
static final int COPY_MULTIPLE_CURSOR
static final int DONT_DROP_CURSOR
static final int MOVE_CURSOR
static final int RESIZE_CURSOR
static final int INVISIBLE_CURSOR
static final int NO_CURSOR
static final int DEFAULT_CURSOR
static final int TURN_ON_VM_FLAG_BITS
static final int TURN_OFF_VM_FLAG_BITS
static final int JAR_RESOURCE_ID
static final int GET_PARAMATER_SIP_BUTTON_HEIGHT
static final int GET_PARAMATER_SOFTKEY_BAR_HEIGHT
static final int GET_SET_PARAMATER_PEN_MOVE_BUFFER_TIME
static final int GET_SET_PARAMATER_RESIZE_BUFFER_TIME
static final int GET_SET_PARAMATER_PAINT_BUFFER_TIME