Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.swt.events.TypedEvent

Packages that use TypedEvent
org.eclipse.swt.browser SWT Browser widget. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.ui.forms.events Events and listeners for forms-based parts. 
 

Uses of TypedEvent in org.eclipse.swt.browser
 

Subclasses of TypedEvent in org.eclipse.swt.browser
 class AuthenticationEvent
          An AuthenticationEvent is sent by a Browser to AuthenticationListener's when the Browser navigates to a page that requires authentication.
 class LocationEvent
          A LocationEvent is sent by a Browser to LocationListener's when the Browser navigates to a different URL.
 class ProgressEvent
          A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
 class StatusTextEvent
          A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
 class TitleEvent
          A TitleEvent is sent by a Browser to TitleListener's when the title of the current document is available or when it is modified.
 class WindowEvent
          A WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
 

Uses of TypedEvent in org.eclipse.swt.custom
 

Subclasses of TypedEvent in org.eclipse.swt.custom
 class BidiSegmentEvent
          This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
 class CaretEvent
          This event is sent when the caret offset changes.
 class CTabFolderEvent
          This event is sent when an event is generated in the CTabFolder.
 class ExtendedModifyEvent
          This event is sent after a text change occurs.
 class LineBackgroundEvent
          This event is sent when a line is about to be drawn.
 class LineStyleEvent
          This event is sent when a line is about to be drawn.
 class MovementEvent
          This event is sent when a new offset is required based on the current offset and a movement type.
 class PaintObjectEvent
          This event is sent when an object needs to be drawn.
 class TextChangedEvent
          This event is sent by the StyledTextContent implementor when a change to the text occurs.
 class TextChangingEvent
          This event is sent by the StyledTextContent implementor when a change to the text is about to occur.
 

Uses of TypedEvent in org.eclipse.swt.dnd
 

Subclasses of TypedEvent in org.eclipse.swt.dnd
 class DragSourceEvent
          The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
 class DropTargetEvent
          The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
 

Uses of TypedEvent in org.eclipse.swt.events
 

Subclasses of TypedEvent in org.eclipse.swt.events
 class ArmEvent
          Instances of this class are sent as a result of a widget such as a menu item being armed.
 class ControlEvent
          Instances of this class are sent as a result of controls being moved or resized.
 class DisposeEvent
          Instances of this class are sent as a result of widgets being disposed.
 class DragDetectEvent
          Instances of this class are sent as a result of a drag gesture.
 class ExpandEvent
          Instances of this class are sent as a result of ExpandItems being expanded or collapsed.
 class FocusEvent
          Instances of this class are sent as a result of widgets gaining and losing focus.
 class HelpEvent
          Instances of this class are sent as a result of help being requested for a widget.
 class KeyEvent
          Instances of this class are sent as a result of keys being pressed and released on the keyboard.
 class MenuDetectEvent
          Instances of this class are sent whenever the platform- specific trigger for showing a context menu is detected.
 class MenuEvent
          Instances of this class are sent as a result of menus being shown and hidden.
 class ModifyEvent
          Instances of this class are sent as a result of text being modified.
 class MouseEvent
          Instances of this class are sent whenever mouse related actions occur.
 class PaintEvent
          Instances of this class are sent as a result of visible areas of controls requiring re-painting.
 class SelectionEvent
          Instances of this class are sent as a result of widgets being selected.
 class ShellEvent
          Instances of this class are sent as a result of operations being performed on shells.
 class TraverseEvent
          Instances of this class are sent as a result of widget traversal actions.
 class TreeEvent
          Instances of this class are sent as a result of trees being expanded and collapsed.
 class VerifyEvent
          Instances of this class are sent as a result of widgets handling keyboard events
 

Uses of TypedEvent in org.eclipse.ui.forms.events
 

Subclasses of TypedEvent in org.eclipse.ui.forms.events
 class ExpansionEvent
          Notifies listeners when expandable controls change expansion state.
 class HyperlinkEvent
          Notifies listeners about a hyperlink change.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire