Java Doc for InputEvent.java in  » 6.0-JDK-Modules » j2me » java » awt » event » 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 » 6.0 JDK Modules » j2me » java.awt.event 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.awt.event.ComponentEvent
   java.awt.event.InputEvent

All known Subclasses:   java.awt.event.KeyEvent,  java.awt.event.MouseEvent,
InputEvent
abstract public class InputEvent extends ComponentEvent (Code)
The root event class for all component-level input events. Input events are delivered to listeners before they are processed normally by the source where they originated. This allows listeners and component subclasses to "consume" the event so that the source will not process them in their default manner. For example, consuming mousePressed events on a Button component will prevent the Button from being activated.
author:
   Carl Quinn
version:
   1.22, 08/19/02
See Also:   KeyEvent
See Also:   KeyAdapter
See Also:   MouseEvent
See Also:   MouseAdapter
See Also:   MouseMotionAdapter
since:
   1.1


Field Summary
final public static  intALT_DOWN_MASK
     The ALT key extended modifier constant.
final public static  intALT_GRAPH_DOWN_MASK
     The alt-graph key extended modifier constant.
final public static  intALT_GRAPH_MASK
     The alt-graph key modifier constant.
final public static  intALT_MASK
     The alt key modifier constant.
final public static  intBUTTON1_DOWN_MASK
     The mouse button1 extended modifier constant.
final public static  intBUTTON1_MASK
     The mouse button1 modifier constant.
final public static  intBUTTON2_DOWN_MASK
     The mouse button2 extended modifier constant.
final public static  intBUTTON2_MASK
     The mouse button2 modifier constant.
final public static  intBUTTON3_DOWN_MASK
     The mouse button3 extended modifier constant.
final public static  intBUTTON3_MASK
     The mouse button3 modifier constant.
final public static  intCTRL_DOWN_MASK
     The CTRL key extended modifier constant.
final public static  intCTRL_MASK
     The control key modifier constant.
final static  intJDK_1_3_MODIFIERS
    
final public static  intMETA_DOWN_MASK
     The META key extended modifier constant.
final public static  intMETA_MASK
     The meta key modifier constant.
final public static  intSHIFT_DOWN_MASK
     The SHIFT key extended modifier constant.
final public static  intSHIFT_MASK
     The shift key modifier constant.
 intmodifiers
     The state of the modifier key at the time the input event was fired.
final static  longserialVersionUID
    
 longwhen
     The input events Time stamp.

Constructor Summary
 InputEvent(Component source, int id, long when, int modifiers)
     Constructs an InputEvent object with the specified source component, modifiers, and type.

Method Summary
public  voidconsume()
     Consumes this event so that it will not be processed in the default manner by the source which originated it.
public  intgetModifiers()
     Returns the modifiers flag for this event.
public  intgetModifiersEx()
     Returns the extended modifiers flag for this event.
public static  StringgetModifiersExText(int modifiers)
     Returns a String describing the extended modifier key(s), such as "Shift", "Button1" or "Ctrl+Shift" .
public  longgetWhen()
     Returns the timestamp of when this event occurred.
public  booleanisAltDown()
     Returns whether or not the Alt modifier is down on this event.
public  booleanisAltGraphDown()
     Returns whether or not the Alt-Graph modifier is down on this event.
public  booleanisConsumed()
     Returns whether or not this event has been consumed.
public  booleanisControlDown()
     Returns whether or not the Control modifier is down on this event.
public  booleanisMetaDown()
     Returns whether or not the Meta modifier is down on this event.
public  booleanisShiftDown()
     Returns whether or not the Shift modifier is down on this event.

Field Detail
ALT_DOWN_MASK
final public static int ALT_DOWN_MASK(Code)
The ALT key extended modifier constant.
since:
   1.4



ALT_GRAPH_DOWN_MASK
final public static int ALT_GRAPH_DOWN_MASK(Code)
The alt-graph key extended modifier constant.
since:
   1.4



ALT_GRAPH_MASK
final public static int ALT_GRAPH_MASK(Code)
The alt-graph key modifier constant.



ALT_MASK
final public static int ALT_MASK(Code)
The alt key modifier constant. It is recommended that ALT_DOWN_MASK to be used instead.



BUTTON1_DOWN_MASK
final public static int BUTTON1_DOWN_MASK(Code)
The mouse button1 extended modifier constant.
since:
   1.4



BUTTON1_MASK
final public static int BUTTON1_MASK(Code)
The mouse button1 modifier constant. It is recommended that BUTTON1_DOWN_MASK to be used instead.



BUTTON2_DOWN_MASK
final public static int BUTTON2_DOWN_MASK(Code)
The mouse button2 extended modifier constant.
since:
   1.4



BUTTON2_MASK
final public static int BUTTON2_MASK(Code)
The mouse button2 modifier constant. It is recommended that BUTTON2_DOWN_MASK to be used instead.



BUTTON3_DOWN_MASK
final public static int BUTTON3_DOWN_MASK(Code)
The mouse button3 extended modifier constant.
since:
   1.4



BUTTON3_MASK
final public static int BUTTON3_MASK(Code)
The mouse button3 modifier constant. It is recommended that BUTTON3_DOWN_MASK to be used instead.



CTRL_DOWN_MASK
final public static int CTRL_DOWN_MASK(Code)
The CTRL key extended modifier constant.
since:
   1.4



CTRL_MASK
final public static int CTRL_MASK(Code)
The control key modifier constant. It is recommended that CTRL_DOWN_MASK to be used instead.



JDK_1_3_MODIFIERS
final static int JDK_1_3_MODIFIERS(Code)



META_DOWN_MASK
final public static int META_DOWN_MASK(Code)
The META key extended modifier constant.
since:
   1.4



META_MASK
final public static int META_MASK(Code)
The meta key modifier constant. It is recommended that META_DOWN_MASK to be used instead.



SHIFT_DOWN_MASK
final public static int SHIFT_DOWN_MASK(Code)
The SHIFT key extended modifier constant.
since:
   1.4



SHIFT_MASK
final public static int SHIFT_MASK(Code)
The shift key modifier constant. It is recommended that SHIFT_DOWN_MASK to be used instead.



modifiers
int modifiers(Code)
The state of the modifier key at the time the input event was fired.
See Also:    getModifiers()
See Also:   java.awt.event.MouseEvent



serialVersionUID
final static long serialVersionUID(Code)



when
long when(Code)
The input events Time stamp. The time stamp is in UTC format that indicates when the input event was created.
See Also:    getWhen()




Constructor Detail
InputEvent
InputEvent(Component source, int id, long when, int modifiers)(Code)
Constructs an InputEvent object with the specified source component, modifiers, and type.
Parameters:
  source - the object where the event originated




Method Detail
consume
public void consume()(Code)
Consumes this event so that it will not be processed in the default manner by the source which originated it.



getModifiers
public int getModifiers()(Code)
Returns the modifiers flag for this event.



getModifiersEx
public int getModifiersEx()(Code)
Returns the extended modifiers flag for this event. Extended modifiers represent state of all modal keys, such of ALT, CTRL, META and mouse buttons just after event occured

For example, if the user presses button 1 followed by button 2, and then releases them in the same order, the following sequence of events is generated:

 MOUSE_PRESSED:  BUTTON1_DOWN_MASK
 MOUSE_PRESSED:  BUTTON1_DOWN_MASK | BUTTON2_DOWN_MASK
 MOUSE_RELEASED: BUTTON2_DOWN_MASK
 MOUSE_CLICKED:  BUTTON2_DOWN_MASK
 MOUSE_RELEASED:
 MOUSE_CLICKED:
 

It is not recommended to compare the return value of this method via == because new modifiers can be added in the future. For example, the appropriate way to check that SHIFT and BUTTON1 are down, but CTRL is up is demonstrated by the following code:

 int onmask = SHIFT_DOWN_MASK | BUTTON1_DOWN_MASK;
 int offmask = CTRL_DOWN_MASK;
 if (event.getModifiersEx() & (onmask | offmask) == onmask) {
 ...
 }
 
The above code will work even if new modifiers are added.
since:
   1.4



getModifiersExText
public static String getModifiersExText(int modifiers)(Code)
Returns a String describing the extended modifier key(s), such as "Shift", "Button1" or "Ctrl+Shift" . These strings can be localized by changing the awt.properties file. string a text description of the combination of extendedmodifier keys that were held down during the event
since:
   1.4



getWhen
public long getWhen()(Code)
Returns the timestamp of when this event occurred.



isAltDown
public boolean isAltDown()(Code)
Returns whether or not the Alt modifier is down on this event.



isAltGraphDown
public boolean isAltGraphDown()(Code)
Returns whether or not the Alt-Graph modifier is down on this event.



isConsumed
public boolean isConsumed()(Code)
Returns whether or not this event has been consumed.
See Also:   InputEvent.consume



isControlDown
public boolean isControlDown()(Code)
Returns whether or not the Control modifier is down on this event.



isMetaDown
public boolean isMetaDown()(Code)
Returns whether or not the Meta modifier is down on this event.



isShiftDown
public boolean isShiftDown()(Code)
Returns whether or not the Shift modifier is down on this event.



Fields inherited from java.awt.event.ComponentEvent
final public static int COMPONENT_FIRST(Code)(Java Doc)
final public static int COMPONENT_HIDDEN(Code)(Java Doc)
final public static int COMPONENT_LAST(Code)(Java Doc)
final public static int COMPONENT_MOVED(Code)(Java Doc)
final public static int COMPONENT_RESIZED(Code)(Java Doc)
final public static int COMPONENT_SHOWN(Code)(Java Doc)

Methods inherited from java.awt.event.ComponentEvent
public Component getComponent()(Code)(Java Doc)
public String paramString()(Code)(Java Doc)

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