Java Doc for LocalizationVisualMIDlet.java in  » IDE-Netbeans » mobility » l10ndemo » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » mobility » l10ndemo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


l10ndemo.LocalizationVisualMIDlet

LocalizationVisualMIDlet
public class LocalizationVisualMIDlet extends MIDlet implements CommandListener(Code)

author:
   tester



Constructor Summary
public  LocalizationVisualMIDlet()
     The LocalizationVisualMIDlet constructor.

Method Summary
public  voidcommandAction(Command command, Displayable displayable)
     Called by a system to indicated that a command has been invoked on a particular displayable.
public  voiddestroyApp(boolean unconditional)
     Called to signal the MIDlet to terminate.
public  voidexitMIDlet()
     Exits MIDlet.
public  AlertgetAlert()
     Returns an initiliazed instance of alert component.
public  AlertgetAlert1()
     Returns an initiliazed instance of alert1 component.
public  AlertgetAlert2()
     Returns an initiliazed instance of alert2 component.
public  AlertgetAlert3()
     Returns an initiliazed instance of alert3 component.
public  DisplaygetDisplay()
     Returns a display instance.
public  CommandgetExitCommand()
     Returns an initiliazed instance of exitCommand component.
public  ListgetList()
     Returns an initiliazed instance of list component.
public  voidlistAction()
     Performs an action assigned to the selected list element in the list component.
public  voidpauseApp()
     Called when MIDlet is paused.
public  voidresumeMIDlet()
     Performs an action assigned to the Mobile Device - MIDlet Resumed point.
public  voidstartApp()
     Called when MIDlet is started.
public  voidstartMIDlet()
     Performs an action assigned to the Mobile Device - MIDlet Started point.
public  voidswitchDisplayable(Alert alert, Displayable nextDisplayable)
     Switches a current displayable in a display.
public  voidupdateAlertMessage()
    


Constructor Detail
LocalizationVisualMIDlet
public LocalizationVisualMIDlet()(Code)
The LocalizationVisualMIDlet constructor.




Method Detail
commandAction
public void commandAction(Command command, Displayable displayable)(Code)
Called by a system to indicated that a command has been invoked on a particular displayable.
Parameters:
  command - the Command that was invoked
Parameters:
  displayable - the Displayable where the command was invoked



destroyApp
public void destroyApp(boolean unconditional)(Code)
Called to signal the MIDlet to terminate.
Parameters:
  unconditional - if true, then the MIDlet has to be unconditionally terminated and all resources has to be released.



exitMIDlet
public void exitMIDlet()(Code)
Exits MIDlet.



getAlert
public Alert getAlert()(Code)
Returns an initiliazed instance of alert component. the initialized component instance



getAlert1
public Alert getAlert1()(Code)
Returns an initiliazed instance of alert1 component. the initialized component instance



getAlert2
public Alert getAlert2()(Code)
Returns an initiliazed instance of alert2 component. the initialized component instance



getAlert3
public Alert getAlert3()(Code)
Returns an initiliazed instance of alert3 component. the initialized component instance



getDisplay
public Display getDisplay()(Code)
Returns a display instance. the display instance.



getExitCommand
public Command getExitCommand()(Code)
Returns an initiliazed instance of exitCommand component. the initialized component instance



getList
public List getList()(Code)
Returns an initiliazed instance of list component. the initialized component instance



listAction
public void listAction()(Code)
Performs an action assigned to the selected list element in the list component.



pauseApp
public void pauseApp()(Code)
Called when MIDlet is paused.



resumeMIDlet
public void resumeMIDlet()(Code)
Performs an action assigned to the Mobile Device - MIDlet Resumed point.



startApp
public void startApp()(Code)
Called when MIDlet is started. Checks whether the MIDlet have been already started and initialize/starts or resumes the MIDlet.



startMIDlet
public void startMIDlet()(Code)
Performs an action assigned to the Mobile Device - MIDlet Started point.



switchDisplayable
public void switchDisplayable(Alert alert, Displayable nextDisplayable)(Code)
Switches a current displayable in a display. The display instance is taken from getDisplay method. This method is used by all actions in the design for switching displayable.
Parameters:
  alert - the Alert which is temporarily set to the display; if null, then nextDisplayable is set immediately
Parameters:
  nextDisplayable - the Displayable to be set



updateAlertMessage
public void updateAlertMessage()(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.