Header
Home | Sitemap  
Sections
Archive
Su Mo Tu We Th Fr Sa
1
2345678
9101112131415
16171819202122
23242526272829
30
Syndication



MIDP Almanac

by

image

 

MIDP Almanac

Alert

javax.microedition.lcdui

Object
graphics/ccc.gifDisplayable
graphics/ccc.gifScreen
graphics/ccc.gifAlert
                          void addCommand(Command cmd)
graphics/constructor_icon.gif Alert(String title)
graphics/constructor_icon.gif Alert(String title, String alertText, Image alertImage, AlertType alertType)
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif Command DISMISS_COMMAND
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FOREVER
int getDefaultTimeout()
Image getImage()
MIDP 2.0 Gauge getIndicator()
String getString()
int getTimeout()
AlertType getType()
void removeCommand(Command cmd)
void setCommandListener(CommandListener l)
void setImage(Image img)
MIDP 2.0 void setIndicator(Gauge indicator)
void setString(String str)
void setTimeout(int time)
void setType(AlertType type)

AlertType

javax.microedition.lcdui

Object
graphics/ccc.gifAlertType
graphics/field_icon.gifgraphics/staticfinal_icon.gif                   AlertType ALARM
graphics/constructor_icon.gifgraphics/protected_icon.gif                              AlertType()
graphics/field_icon.gifgraphics/staticfinal_icon.gif                  AlertType CONFIRMATION
graphics/field_icon.gifgraphics/staticfinal_icon.gif                  AlertType ERROR
graphics/field_icon.gifgraphics/staticfinal_icon.gif                  AlertType INFO
boolean playSound(Display display) graphics/field_icon.gifgraphics/staticfinal_icon.gif AlertType WARNING

Canvas

javax.microedition.lcdui

Object
graphics/ccc.gifDisplayable
graphics/ccc.gifCanvas
         graphics/constructor_icon.gifgraphics/protected_icon.gif                   Canvas()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int DOWN
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FIRE
graphics/field_icon.gifgraphics/staticfinal_icon.gif int GAME_A
graphics/field_icon.gifgraphics/staticfinal_icon.gif int GAME_B
graphics/field_icon.gifgraphics/staticfinal_icon.gif int GAME_C
graphics/field_icon.gifgraphics/staticfinal_icon.gif int GAME_D
int getGameAction(int keyCode)
int getHeight()
int getKeyCode(int gameAction)
String getKeyName(int keyCode)
Int getWidth()
boolean hasPointerEvents()
boolean hasPointerMotionEvents()
boolean hasRepeatEvents()
graphics/protected_icon.gif void hideNotify()
boolean isDoubleBuffered()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM0
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM1
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM2
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM3
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM4
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM5
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM6
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM7
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM8
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_NUM9
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_POUND
graphics/field_icon.gifgraphics/staticfinal_icon.gif int KEY_STAR
graphics/protected_icon.gif void keyPressed(int keyCode)
graphics/protected_icon.gif void keyReleased(int keyCode)
graphics/protected_icon.gif void keyRepeated(int keyCode)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int LEFT
graphics/abstract_icon.gifgraphics/protected_icon.gif void paint(Graphics g)
graphics/protected_icon.gif void pointerDragged(int x, int y)
graphics/protected_icon.gif void pointerPressed(int x, int y)
graphics/protected_icon.gif void pointerReleased(int x, int y)
graphics/final_icon.gif void repaint()
graphics/final_icon.gif void repaint(int x, int y, int width, int height)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int RIGHT
graphics/final_icon.gif void serviceRepaints()
MIDP 2.0 void setFullScreenMode(boolean mode)
graphics/protected_icon.gif void showNotify()
MIDP 2.0 graphics/protected_icon.gif void sizeChanged(int w, int h)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int UP

Certificate

javax.microedition.pki

MIDP 2.0    Certificate
MIDP 2.0                String getIssuer()
MIDP 2.0 long getNotAfter()
MIDP 2.0 long getNotBefore()
MIDP 2.0 String getSerialNumber()
MIDP 2.0 String getSigAlgName()
MIDP 2.0 String getSubject()
MIDP 2.0 String getType()
MIDP 2.0 String getVersion()

CertificateException

javax.microedition.pki

   Object
graphics/ccc.gifThrowable
graphics/ccc.gifException
graphics/ccc.gifjava.io.IOException
MIDP 2.0 graphics/ccc.gifCertificateException
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif              byte BAD_EXTENSIONS
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte BROKEN_CHAIN
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte CERTIFICATE_CHAIN_TOO_LONG
MIDP 2.0 graphics/constructor_icon.gif CertificateException(Certificate certificate, byte status)
MIDP 2.0 graphics/constructor_icon.gif CertificateException(String message, Certificate certificate, byte status)
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte EXPIRED
MIDP 2.0 Certificate getCertificate()
MIDP 2.0 byte getReason()
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte INAPPROPRIATE_KEY_USAGE
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte MISSING_SIGNATURE
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte NOT_YET_VALID
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte ROOT_CA_EXPIRED
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte SITENAME_MISMATCH
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte UNAUTHORIZED_INTERMEDIATE_CA
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte UNRECOGNIZED_ISSUER
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte UNSUPPORTED_PUBLIC_KEY_TYPE
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte UNSUPPORTED_SIGALG
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif byte VERIFICATION_FAILED

Choice

javax.microedition.lcdui

Choice
                           int append(String stringPart, Image imagePart)
void delete(int elementNum)
MIDP 2.0 void deleteAll()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int EXCLUSIVE
MIDP 2.0 int getFitPolicy()
MIDP 2.0 Font getFont(int elementNum)
Image getImage(int elementNum)
int getSelectedFlags(boolean[] selectedArray_return)
int getSelectedIndex()
String getString(int elementNum)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int IMPLICIT
void insert(int elementNum, String stringPart, Image imagePart)
boolean isSelected(int elementNum)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int MULTIPLE
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int POPUP
void set(int elementNum, String stringPart, Image imagePart)
MIDP 2.0 void setFitPolicy(int fitPolicy)
MIDP 2.0 void setFont(int elementNum, Font font)
void setSelectedFlags(boolean[] selectedArray)
void setSelectedIndex(int elementNum, boolean selected)
int size()
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int TEXT_WRAP_DEFAULT
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int TEXT_WRAP_OFF
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int TEXT_WRAP_ON

ChoiceGroup

javax.microedition.lcdui

Object
graphics/ccc.gifItem
graphics/ccc.gifChoiceGroup Choice
                           int append(String stringPart, Image imagePart)
graphics/constructor_icon.gif ChoiceGroup(String label, int choiceType)
graphics/constructor_icon.gif ChoiceGroup(String label, int choiceType, String stringElements, Image imageElements)
void delete(int elementNum)
MIDP 2.0 void deleteAll()
MIDP 2.0 int getFitPolicy()
MIDP 2.0 Font getFont(int elementNum)
image getImage(int elementNum)
int getSelectedFlags(boolean[] selectedArray_return)
int getSelectedIndex()
String getString(int elementNum)
void insert(int elementNum, String stringPart, Image imagePart)
boolean isSelected(int elementNum)
void set(int elementNum, String stringPart, Image imagePart)
MIDP 2.0 void setFitPolicy(int fitPolicy)
MIDP 2.0 void setFont(int elementNum, Font font)
void setSelectedFlags(boolean[] selectedArray)
void setSelectedIndex(int elementNum, boolean selected)
int size()

Command

javax microedition.lcdui

Object
graphics/ccc.gifCommand
         graphics/field_icon.gifgraphics/staticfinal_icon.gif               int BACK
graphics/field_icon.gifgraphics/staticfinal_icon.gif int CANCEL
graphics/constructor_icon.gif Command(String label, int commandType, int priority)
MIDP 2.0 graphics/constructor_icon.gif Command(String shortLabel, String longLabel, int commandType, int priority)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int EXIT
int getCommandType()
String getLabel()
MIDP 2.0 String getLongLabel()
int getPriority()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int HELP
graphics/field_icon.gifgraphics/staticfinal_icon.gif int ITEM
graphics/field_icon.gifgraphics/staticfinal_icon.gif int OK
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SCREEN
graphics/field_icon.gifgraphics/staticfinal_icon.gif int STOP

CommandListener

javax.microedition.lcdui

CommandListener
                          void commandAction(Command c, Displayable d)

CommConnection

javax.microedition.io

MIDP 2.0    CommConnection                     StreamConnection
MIDP 2.0                   int getBaudRate()
MIDP 2.0 int setBaudRate(int baudrate)

Control

javax.microedition.media

MIDP 2.0    Control

Controllable

javax.microedition.media

MIDP 2.0   Controllable
MIDP 2.0                 Control getControl(String controlType)
MIDP 2.0 Control[] getControls()

CustomItem

javax.microedition.lcdui

    Object
graphics/ccc.gifItem
MIDP 2.0 graphics/ccc.gifCustomItem
MIDP 2.0 graphics/constructor_icon.gifgraphics/protected_icon.gif                    CustomItem(String label)
MIDP 2.0 int getGameAction(int keyCode)
MIDP 2.0 graphics/final_icon.gifgraphics/protected_icon.gif int getInteractionModes()
MIDP 2.0 graphics/abstract_icon.gifgraphics/protected_icon.gif int getMinContentHeight()
MIDP 2.0 graphics/abstract_icon.gifgraphics/protected_icon.gif int getMinContentWidth()
MIDP 2.0 graphics/abstract_icon.gifgraphics/protected_icon.gif int getPrefContentHeight(int width)
MIDP 2.0 graphics/abstract_icon.gifgraphics/protected_icon.gif int getPrefContentWidth(int height)
MIDP 2.0 graphics/protected_icon.gif void hideNotify()
MIDP 2.0 graphics/final_icon.gifgraphics/protected_icon.gif void invalidate()
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int KEY_PRESS
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int KEY_RELEASE
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int KEY_REPEAT
MIDP 2.0 graphics/protected_icon.gif void keyPressed(int keyCode)
MIDP 2.0 graphics/protected_icon.gif void keyReleased(int keyCode)
MIDP 2.0 graphics/protected_icon.gif void keyRepeated(int keyCode)
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int NONE
MIDP 2.0 graphics/abstract_icon.gifgraphics/protected_icon.gif void paint(Graphics g, int w, int h)
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int POINTER_DRAG
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int POINTER_PRESS
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int POINTER_RELEASE
MIDP 2.0 graphics/protected_icon.gif void pointerDragged(int x, int y)
MIDP 2.0 graphics/protected_icon.gif void pointerPressed(int x, int y)
MIDP 2.0 graphics/protected_icon.gif void pointerReleased(int x, int y)
MIDP 2.0 graphics/final_icon.gifgraphics/protected_icon.gif void repaint()
MIDP 2.0 graphics/final_icon.gifgraphics/protected_icon.gif void repaint(int x, int y, int w, int h)
MIDP 2.0 graphics/protected_icon.gif void showNotify()
MIDP 2.0 graphics/protected_icon.gif void sizeChanged(int w, int h)
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int TRAVERSE_HORIZONTAL
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gifgraphics/protected_icon.gif int TRAVERSE_VERTICAL
MIDP 2.0 graphics/protected_icon.gif boolean traverse(int dir, int viewportWidth, int viewportHeight, int[] visRect_inout)
MIDP 2.0 graphics/protected_icon.gif void traverseOut()

DateField

javax.microedition.lcdui

Object
graphics/ccc.gifItem
graphics/ccc.gifDateField
graphics/field_icon.gifgraphics/staticfinal_icon.gif                        int DATE
graphics/field_icon.gifgraphics/staticfinal_icon.gif                        int DATE_TIME
graphics/constructor_icon.gif DateField(String label, int mode)
graphics/constructor_icon.gif DateField(String label, int mode, java.util.TimeZone timeZone)
java.util.Date getDate()
int getInputMode()
void setDate(java.util.Date date)
void setInputMode(int mode) graphics/field_icon.gifgraphics/staticfinal_icon.gif int TIME

Display

javax.microedition.lcdui

Object
graphics/ccc.gifDisplay
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif               int ALERT
void callSerially(Runnable r)
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int CHOICE_GROUP_ELEMENT
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int COLOR_BACKGROUND
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int COLOR_BORDER
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int COLOR_FOREGROUND
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int COLOR_HIGHLIGHTED_BACKGROUND
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int COLOR_HIGHLIGHTED_BORDER
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int COLOR_HIGHLIGHTED_FOREGROUND
MIDP 2.0 boolean flashBacklight(int duration)
MIDP 2.0 int getBestImageHeight(int imageType)
MIDP 2.0 int getBestImageWidth(int imageType)
MIDP 2.0 int getBorderStyle(boolean highlighted)
MIDP 2.0 int getColor(int colorSpecifier)
Displayable getCurrent()
graphics/static_icon.gif Display getDisplay(javax.microedition.midlet.MIDlet m)
boolean isColor()
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int LIST_ELEMENT
MIDP 2.0 int numAlphaLevels()
int numColors()
void setCurrent(Alert alert, Displayable nextDisplayable)
void setCurrent(Displayable nextDisplayable)
MIDP 2.0 void setCurrentItem(Item item)
MIDP 2.0 boolean vibrate(int duration)

Displayable

javax.microedition.lcdui

Object
graphics/ccc.gifDisplayable
                          void addCommand(Command cmd)
MIDP 2.0 int getHeight()
MIDP 2.0 Ticker getTicker()
MIDP 2.0 String getTitle()
MIDP 2.0 int getWidth()
boolean isShown()
void removeCommand(Command cmd)
void setCommandListener(CommandListener l)
MIDP 2.0 void setTicker(Ticker ticker)
MIDP 2.0 void setTitle(String s)
MIDP 2.0 graphics/protected_icon.gif void sizeChanged(int w, int h)

Font

javax.microedition.lcdui

Object
graphics/ccc.gifFont
                             int charsWidth(char[] ch, int offset, int length)
int charWidth(char ch)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FACE_MONOSPACE
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FACE_PROPORTIONAL
graphics/field_icon.gifgraphics/staticfinal_icon.gif int FACE_SYSTEM
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int FONT_INPUT_TEXT
MIDP 2.0 graphics/field_icon.gifgraphics/staticfinal_icon.gif int FONT_STATIC_TEXT
int getBaselinePosition()
graphics/static_icon.gif Font getDefaultFont()
int getFace()
MIDP 2.0 graphics/static_icon.gif Font getFont(int fontSpecifier)
graphics/static_icon.gif Font getFont(int face, int style, int size)
int getHeight()
int getSize()
int getStyle()
boolean isBold()
boolean isItalic()
boolean isPlain()
boolean isUnderlined()
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SIZE_LARGE
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SIZE_MEDIUM
graphics/field_icon.gifgraphics/staticfinal_icon.gif int SIZE_SMALL
int stringWidth(String str)
graphics/field_icon.gifgraphics/staticfinal_icon.gif int STYLE_BOLD
graphics/field_icon.gifgraphics/staticfinal_icon.gif int STYLE_ITALIC
graphics/field_icon.gifgraphics/staticfinal_icon.gif int STYLE_PLAIN
graphics/field_icon.gifgraphics/staticfinal_icon.gif int STYLE_UNDERLINED
int substringWidth(String str, int offset, int len)

Form

javax.microedition.lcdui

Object
graphics/ccc.gifDisplayable
graphics/ccc.gifScreen
graphics/ccc.gifForm
                           int append(Image img)
251 times read

Related news

» Package javax.microedition.midlet
by admin posted on Nov 17,2006
» Package javax.microedition.rms
by admin posted on Nov 17,2006
» Package javax.microedition.lcdui.game
by admin posted on Nov 17,2006
» Package javax.microedition.media
by admin posted on Nov 17,2006
» System Properties
by admin posted on Sep 26,2007


More Top News
Cisco Wireless Networking
Most Popular
Featured Author