org.eclipse.swt.events

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.swt.events 
org.eclipse.swt.events
Java Source File NameTypeComment
ArmEvent.javaClass Instances of this class are sent as a result of a widget such as a menu item being armed.
ArmListener.javaInterface Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.

After creating an instance of a class that implements this interface it can be added to a widget using the addArmListener method and removed using the removeArmListener method.

ControlAdapter.javaClass This adapter class provides default implementations for the methods described by the ControlListener interface.
ControlEvent.javaClass Instances of this class are sent as a result of controls being moved or resized.
ControlListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
DisposeEvent.javaClass Instances of this class are sent as a result of widgets being disposed.
DisposeListener.javaInterface Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.

After creating an instance of a class that implements this interface it can be added to a widget using the addDisposeListener method and removed using the removeDisposeListener method.

FocusAdapter.javaClass This adapter class provides default implementations for the methods described by the FocusListener interface.
FocusEvent.javaClass Instances of this class are sent as a result of widgets gaining and losing focus.
FocusListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated as controls gain and lose focus.

After creating an instance of a class that implements this interface it can be added to a control using the addFocusListener method and removed using the removeFocusListener method.

HelpEvent.javaClass Instances of this class are sent as a result of help being requested for a widget.
HelpListener.javaInterface Classes which implement this interface provide a method that deals with the event that is generated when help is requested for a control, typically when the user presses F1.

After creating an instance of a class that implements this interface it can be added to a control using the addHelpListener method and removed using the removeHelpListener method.

KeyAdapter.javaClass This adapter class provides default implementations for the methods described by the KeyListener interface.
KeyEvent.javaClass
KeyListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.

After creating an instance of a class that implements this interface it can be added to a control using the addKeyListener method and removed using the removeKeyListener method.

MenuAdapter.javaClass This adapter class provides default implementations for the methods described by the MenuListener interface.
MenuDetectEvent.javaClass Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
MenuEvent.javaClass Instances of this class are sent as a result of menus being shown and hidden.
ModifyEvent.javaClass Instances of this class are sent as a result of text being modified.
ModifyListener.javaInterface Classes which implement this interface provide a method that deals with the events that are generated when text is modified.

After creating an instance of a class that implements this interface it can be added to a text widget using the addModifyListener method and removed using the removeModifyListener method.

MouseAdapter.javaClass This adapter class provides default implementations for the methods described by the MouseListener interface.
MouseEvent.javaClass Instances of this class are sent whenever mouse related actions occur.
MouseListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated as mouse buttons are pressed.

After creating an instance of a class that implements this interface it can be added to a control using the addMouseListener method and removed using the removeMouseListener method.

MouseMoveListener.javaInterface Classes which implement this interface provide a method that deals with the events that are generated as the mouse pointer moves.

After creating an instance of a class that implements this interface it can be added to a control using the addMouseMoveListener method and removed using the removeMouseMoveListener method.

MouseTrackAdapter.javaClass This adapter class provides default implementations for the methods described by the MouseTrackListener interface.
MouseTrackListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated as the mouse pointer passes (or hovers) over controls.

After creating an instance of a class that implements this interface it can be added to a control using the addMouseTrackListener method and removed using the removeMouseTrackListener method.

PaintEvent.javaClass Instances of this class are sent as a result of visible areas of controls requiring re-painting.
PaintListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
SelectionAdapter.javaClass This adapter class provides default implementations for the methods described by the SelectionListener interface.
SelectionEvent.javaClass Instances of this class are sent as a result of widgets being selected.
SelectionListener.javaInterface Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.

After creating an instance of a class that implements this interface it can be added to a control using the addSelectionListener method and removed using the removeSelectionListener method.

ShellAdapter.javaClass This adapter class provides default implementations for the methods described by the ShellListener interface.
ShellEvent.javaClass Instances of this class are sent as a result of operations being performed on shells.
TraverseEvent.javaClass Instances of this class are sent as a result of widget traversal actions.

The traversal event allows fine control over keyboard traversal in a control both to implement traversal and override the default traversal behavior defined by the system.

TraverseListener.javaInterface Classes which implement this interface provide a method that deals with the events that are generated when a traverse event occurs in a control.

After creating an instance of a class that implements this interface it can be added to a control using the addTraverseListener method and removed using the removeTraverseListener method.

TreeAdapter.javaClass This adapter class provides default implementations for the methods described by the TreeListener interface.
TreeEvent.javaClass Instances of this class are sent as a result of trees being expanded and collapsed.
TypedEvent.javaClass This is the super class for all typed event classes provided by SWT.
VerifyEvent.javaClass
w_w_w_.___j_ava2s___.___com__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.