|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.eclipse.swt |
---|
Class org.eclipse.swt.SWTError extends java.lang.Error implements Serializable |
---|
serialVersionUID: 3833467327105808433L
Serialized Fields |
---|
int code
java.lang.Throwable throwable
Class org.eclipse.swt.SWTException extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: 3257282552304842547L
Serialized Fields |
---|
int code
java.lang.Throwable throwable
Package org.eclipse.swt.accessibility |
---|
Class org.eclipse.swt.accessibility.AccessibleControlEvent extends SWTEventObject implements Serializable |
---|
serialVersionUID: 3257281444169529141L
Serialized Fields |
---|
int childID
Accessible accessible
int x
int y
int width
int height
int detail
java.lang.String result
java.lang.Object[] children
Class org.eclipse.swt.accessibility.AccessibleEvent extends SWTEventObject implements Serializable |
---|
serialVersionUID: 3257567304224026934L
Serialized Fields |
---|
int childID
java.lang.String result
Class org.eclipse.swt.accessibility.AccessibleTextEvent extends SWTEventObject implements Serializable |
---|
serialVersionUID: 3977019530868308275L
Serialized Fields |
---|
int childID
int offset
int length
Package org.eclipse.swt.browser |
---|
Class org.eclipse.swt.browser.LocationEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3906644198244299574L
Serialized Fields |
---|
java.lang.String location
boolean top
boolean doit
false
will cancel the operation.
Class org.eclipse.swt.browser.ProgressEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3977018427045393972L
Serialized Fields |
---|
int current
int total
Class org.eclipse.swt.browser.StatusTextEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258407348371600439L
Serialized Fields |
---|
java.lang.String text
Class org.eclipse.swt.browser.TitleEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 4121132532906340919L
Serialized Fields |
---|
java.lang.String title
Class org.eclipse.swt.browser.WindowEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3617851997387174969L
Serialized Fields |
---|
boolean required
Browser
to handle the new window.
Browser browser
Browser
provided by the application.
Point location
Shell
hosting the Browser
.
It is null
if no location has been requested.
Point size
Browser
size. The client area of the Shell
hosting the Browser
should be large enough to accommodate that size.
It is null
if no size has been requested.
boolean addressBar
Shell
hosting the Browser
should
display an address bar.
boolean menuBar
Shell
hosting the Browser
should
display a menu bar.
boolean statusBar
Shell
hosting the Browser
should
display a status bar.
boolean toolBar
Shell
hosting the Browser
should
display a tool bar.
Package org.eclipse.swt.custom |
---|
Class org.eclipse.swt.custom.BidiSegmentEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257846571587547957L
Serialized Fields |
---|
int lineOffset
java.lang.String lineText
int[] segments
Class org.eclipse.swt.custom.CaretEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257846571587545489L
Serialized Fields |
---|
int caretOffset
Class org.eclipse.swt.custom.CTabFolderEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3760566386225066807L
Serialized Fields |
---|
Widget item
boolean doit
false
will cancel the operation.
Applies to the close and showList events.
int x
int y
int width
int height
Class org.eclipse.swt.custom.ExtendedModifyEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258696507027830832L
Serialized Fields |
---|
int start
int length
java.lang.String replacedText
Class org.eclipse.swt.custom.LineBackgroundEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3978711687853324342L
Serialized Fields |
---|
int lineOffset
java.lang.String lineText
Color lineBackground
Class org.eclipse.swt.custom.LineStyleEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3906081274027192884L
Serialized Fields |
---|
int lineOffset
java.lang.String lineText
int[] ranges
StyleRange[] styles
ranges
can be used to share
styles and reduce memory usage.
int alignment
int indent
boolean justify
Bullet bullet
int bulletIndex
Class org.eclipse.swt.custom.MovementEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3978765487853324342L
Serialized Fields |
---|
int lineOffset
java.lang.String lineText
int offset
int newOffset
int movement
SWT.MOVEMENT_WORD
,
SWT.MOVEMENT_WORD_END
,
SWT.MOVEMENT_WORD_START
,
SWT.MOVEMENT_CHAR
,
SWT.MOVEMENT_CLUSTER
Class org.eclipse.swt.custom.PaintObjectEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3906081274027192855L
Serialized Fields |
---|
GC gc
int x
int y
int ascent
int descent
StyleRange style
Bullet bullet
int bulletIndex
Class org.eclipse.swt.custom.TextChangedEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258696524257835065L
Class org.eclipse.swt.custom.TextChangingEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257290210114352439L
Serialized Fields |
---|
int start
java.lang.String newText
int replaceCharCount
int newCharCount
int replaceLineCount
int newLineCount
Package org.eclipse.swt.dnd |
---|
Class org.eclipse.swt.dnd.DragSourceEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257002142513770808L
Serialized Fields |
---|
int detail
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
,
DND.DROP_TARGET_MOVE
boolean doit
Flag to determine if the drag and drop operation should proceed. The application can set this value to false to prevent the drag from starting. Set to true by default.
In dragFinished:
Flag to indicate if the operation was performed successfully. True if the operation was performed successfully.
int x
int y
TransferData dataType
Image image
A value of null indicates that no drag image will be displayed.
The default value is null.
int offsetX
int offsetY
Class org.eclipse.swt.dnd.DropTargetEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3256727264573338678L
Serialized Fields |
---|
int x
Display
int y
Display
int detail
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
int operations
DND.DROP_NONE
,
DND.DROP_MOVE
,
DND.DROP_COPY
,
DND.DROP_LINK
int feedback
A value of DND.FEEDBACK_NONE indicates that no drag under effect will be displayed.
Feedback effects will only be applied if they are applicable.
The default value is DND.FEEDBACK_SELECT.
DND.FEEDBACK_NONE
,
DND.FEEDBACK_SELECT
,
DND.FEEDBACK_INSERT_BEFORE
,
DND.FEEDBACK_INSERT_AFTER
,
DND.FEEDBACK_SCROLL
,
DND.FEEDBACK_EXPAND
Widget item
TransferData currentDataType
TransferData[] dataTypes
Package org.eclipse.swt.events |
---|
Class org.eclipse.swt.events.ArmEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258126964249212217L
Class org.eclipse.swt.events.ControlEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258132436155119161L
Class org.eclipse.swt.events.DisposeEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257566187633521206L
Class org.eclipse.swt.events.DragDetectEvent extends MouseEvent implements Serializable |
---|
serialVersionUID: -7229172519733647232L
Class org.eclipse.swt.events.ExpandEvent extends SelectionEvent implements Serializable |
---|
serialVersionUID: 3976735856884987356L
Class org.eclipse.swt.events.FocusEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258134643684227381L
Class org.eclipse.swt.events.HelpEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257001038606251315L
Class org.eclipse.swt.events.KeyEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3256442491011412789L
Serialized Fields |
---|
char character
int keyCode
SWT
.
When the character field of the event is ambiguous, this field
contains the unicode value of the original character. For example,
typing Ctrl+M or Return both result in the character '\r' but the
keyCode field will also contain '\r' when Return was typed.
SWT
int stateMask
SWT
.
SWT
boolean doit
false
will cancel the operation.
Class org.eclipse.swt.events.MenuDetectEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: -3061660596590828941L
Serialized Fields |
---|
int x
int y
boolean doit
false
will cancel the operation.
Class org.eclipse.swt.events.MenuEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258132440332383025L
Class org.eclipse.swt.events.ModifyEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3258129146227011891L
Class org.eclipse.swt.events.MouseEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257288037011566898L
Serialized Fields |
---|
int button
int stateMask
int x
int y
int count
Class org.eclipse.swt.events.PaintEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3256446919205992497L
Serialized Fields |
---|
GC gc
int x
int y
int width
int height
int count
Class org.eclipse.swt.events.SelectionEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3976735856884987953L
Serialized Fields |
---|
Widget item
int detail
Sash
ScrollBar and Slider
Table and Tree
Text
CoolItem and ToolItem
int x
int y
int width
int height
int stateMask
java.lang.String text
Link.setText(String)
boolean doit
false
will cancel the
operation, depending on the widget.
Class org.eclipse.swt.events.ShellEvent extends TypedEvent implements Serializable |
---|
serialVersionUID: 3257569490479888441L
Serialized Fields |
---|
boolean doit
false
will cancel the operation.
Class org.eclipse.swt.events.TraverseEvent extends KeyEvent implements Serializable |
---|
serialVersionUID: 3257565105301239349L
Serialized Fields |
---|
int detail
SWT.TRAVERSE_NONE
SWT.TRAVERSE_ESCAPE
SWT.TRAVERSE_RETURN
SWT.TRAVERSE_TAB_NEXT
SWT.TRAVERSE_TAB_PREVIOUS
SWT.TRAVERSE_ARROW_NEXT
SWT.TRAVERSE_ARROW_PREVIOUS
SWT.TRAVERSE_MNEMONIC
SWT.TRAVERSE_PAGE_NEXT
SWT.TRAVERSE_PAGE_PREVIOUS
TRAVERSE_NONE
causes no traversal action to be taken.
When used in conjunction with the doit
field, the
traversal detail field can be useful when overriding the default
traversal mechanism for a control. For example, setting the doit
field to false
will cancel the operation and allow
the traversal key stroke to be delivered to the control. Setting
the doit field to true
indicates that the traversal
described by the detail field is to be performed.
Class org.eclipse.swt.events.TreeEvent extends SelectionEvent implements Serializable |
---|
serialVersionUID: 3257282548009677109L
Class org.eclipse.swt.events.TypedEvent extends SWTEventObject implements Serializable |
---|
serialVersionUID: 3257285846578377524L
Serialized Fields |
---|
Display display
Widget widget
int time
java.lang.Object data
Class org.eclipse.swt.events.VerifyEvent extends KeyEvent implements Serializable |
---|
serialVersionUID: 3257003246269577014L
Serialized Fields |
---|
int start
int end
java.lang.String text
Package org.eclipse.swt.graphics |
---|
Class org.eclipse.swt.graphics.ImageLoaderEvent extends SWTEventObject implements Serializable |
---|
serialVersionUID: 3257284738325558065L
Serialized Fields |
---|
ImageData imageData
endOfImage
flag is false, then this is a
partially complete copy of the current ImageData
,
otherwise this is a completely loaded ImageData
int incrementCount
boolean endOfImage
Class org.eclipse.swt.graphics.Point extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3257002163938146354L
Serialized Fields |
---|
int x
int y
Class org.eclipse.swt.graphics.Rectangle extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3256439218279428914L
Serialized Fields |
---|
int x
int y
int width
int height
Class org.eclipse.swt.graphics.RGB extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3258415023461249074L
Serialized Fields |
---|
int red
int green
int blue
Package org.eclipse.swt.internal |
---|
Class org.eclipse.swt.internal.SWTEventObject extends java.util.EventObject implements Serializable |
---|
serialVersionUID: 3258125873411470903L
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |