|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ internal overview ] | PREV NEXT | ||||||||
A
- addLanguageListener(long, Runnable) - Static method in class org.eclipse.swt.internal.BidiUtil
- address - Variable in class org.eclipse.swt.internal.Callback
- argCount - Variable in class org.eclipse.swt.internal.Callback
B
- BidiUtil - class org.eclipse.swt.internal.BidiUtil.
- BidiUtil() - Constructor for class org.eclipse.swt.internal.BidiUtil
- bind(Callback) - Static method in class org.eclipse.swt.internal.Callback
- Allocates the native level resources associated with the callback.
C
- CLASSIN - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_ARABIC - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_HEBREW - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_LATINNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
- CLASS_LOCALNUMBER - Static variable in class org.eclipse.swt.internal.BidiUtil
- Callback - class org.eclipse.swt.internal.Callback.
- Instances of this class represent entry points into Java which can be invoked from operating system level callback routines.
- Callback(Object, String, int) - Constructor for class org.eclipse.swt.internal.Callback
- Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke and an argument count.
- Callback(Object, String, int, boolean) - Constructor for class org.eclipse.swt.internal.Callback
- Constructs a new instance of this class given an object to send the message to, a string naming the method to invoke, an argument count and a flag indicating whether or not the arguments will be passed in an array.
- CloneableCompatibility - interface org.eclipse.swt.internal.CloneableCompatibility.
- This interface is the cross-platform version of the java.lang.Cloneable interface.
- Compatibility - class org.eclipse.swt.internal.Compatibility.
- This class is a placeholder for utility methods commonly used on J2SE platforms but not supported on some J2ME profiles.
- Compatibility() - Constructor for class org.eclipse.swt.internal.Compatibility
- Converter - class org.eclipse.swt.internal.Converter.
- This class implements the conversions between unicode characters and the platform supported representation for characters.
- Converter() - Constructor for class org.eclipse.swt.internal.Converter
- ceil(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers the most negative (i.e.
- cos(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers the length of the side adjacent to the given angle of a right triangle.
D
- defaultCodePage() - Static method in class org.eclipse.swt.internal.Converter
- Returns the default code page for the platform where the application is currently running.
- dispose() - Method in class org.eclipse.swt.internal.Callback
- Releases the native level resources associated with the callback, and removes all references between the callback and other objects.
- drawGlyphs(GC, char[], int[], int, int) - Static method in class org.eclipse.swt.internal.BidiUtil
E
- EmptyByteArray - Static variable in class org.eclipse.swt.internal.Converter
- EmptyCharArray - Static variable in class org.eclipse.swt.internal.Converter
- equalsIgnoreCase(String, String) - Static method in class org.eclipse.swt.internal.Compatibility
- Compares two instances of class String ignoring the case of the characters and answers if they are equal.
- exec(String) - Static method in class org.eclipse.swt.internal.Compatibility
- Execute a program in a separate platform process if the underlying platform support this.
- exec(String[]) - Static method in class org.eclipse.swt.internal.Compatibility
- Execute progArray[0] in a separate platform process if the underlying platform support this.
F
- floor(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers the most positive (i.e.
G
- GLYPHSHAPE - Static variable in class org.eclipse.swt.internal.BidiUtil
- getAddress() - Method in class org.eclipse.swt.internal.Callback
- Returns the address of a block of machine code which will invoke the callback represented by the receiver.
- getEnabled() - Static method in class org.eclipse.swt.internal.Callback
- Returns whether or not callbacks which are triggered at the
native level should cause the messages described by the matching
Callbackobjects to be invoked. - getEntryCount() - Static method in class org.eclipse.swt.internal.Callback
- Returns the number of times the system has been recursively entered through a callback.
- getFontBidiAttributes(GC) - Static method in class org.eclipse.swt.internal.BidiUtil
- getKeyboardLanguage() - Static method in class org.eclipse.swt.internal.BidiUtil
- getMessage(String) - Static method in class org.eclipse.swt.internal.Compatibility
- Returns the NLS'ed message for the given argument.
- getOrderInfo(GC, String, int[], byte[], int, int[]) - Static method in class org.eclipse.swt.internal.BidiUtil
- getPlatform() - Static method in class org.eclipse.swt.internal.Callback
- Returns the SWT platform name.
- getPlatform() - Static method in class org.eclipse.swt.internal.Library
- Returns the SWT platform name.
- getRenderInfo(GC, String, int[], byte[], int[], int, int[]) - Static method in class org.eclipse.swt.internal.BidiUtil
- getRevision() - Static method in class org.eclipse.swt.internal.Library
- Returns the SWT revision number as an integer.
- getSignature(int) - Static method in class org.eclipse.swt.internal.Callback
- getVersion() - Static method in class org.eclipse.swt.internal.Library
- Returns the SWT version as an integer in the standard format Mmmm where M is the major version number and mmm is the minor version number.
I
- ignoreCallbacks(boolean) - Static method in class org.eclipse.swt.internal.Callback
- Deprecated.
- interrupt() - Static method in class org.eclipse.swt.internal.Compatibility
- Interrupt the current thread.
- isArrayBased - Variable in class org.eclipse.swt.internal.Callback
- isBidiPlatform() - Static method in class org.eclipse.swt.internal.BidiUtil
- isKeyboardBidi() - Static method in class org.eclipse.swt.internal.BidiUtil
- isLetter(char) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers whether the character is a letter.
- isLetterOrDigit(char) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers whether the character is a letter or a digit.
- isSpaceChar(char) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers whether the character is a Unicode space character.
- isStatic - Variable in class org.eclipse.swt.internal.Callback
- isWhitespace(char) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers whether the character is a whitespace character.
K
- KEYBOARD_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
- KEYBOARD_NON_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
L
- LIGATE - Static variable in class org.eclipse.swt.internal.BidiUtil
- LINKAFTER - Static variable in class org.eclipse.swt.internal.BidiUtil
- LINKBEFORE - Static variable in class org.eclipse.swt.internal.BidiUtil
- Library - class org.eclipse.swt.internal.Library.
- Library() - Constructor for class org.eclipse.swt.internal.Library
- loadLibrary(String) - Static method in class org.eclipse.swt.internal.Library
- Loads the shared library that matches the version of the Java code which is currently running.
M
- MAJOR_VERSION - Static variable in class org.eclipse.swt.internal.Library
- SWT Major version number (must be >= 0)
- MINOR_VERSION - Static variable in class org.eclipse.swt.internal.Library
- SWT Minor version number (must be in the range 0..999)
- mbcsToWcs(String, byte[]) - Static method in class org.eclipse.swt.internal.Converter
- method - Variable in class org.eclipse.swt.internal.Callback
- msgs - Static variable in class org.eclipse.swt.internal.Compatibility
N
- NullByteArray - Static variable in class org.eclipse.swt.internal.Converter
- newFileInputStream(String) - Static method in class org.eclipse.swt.internal.Compatibility
- Open a file if such things are supported.
- newFileOutputStream(String) - Static method in class org.eclipse.swt.internal.Compatibility
- Open a file if such things are supported.
O
- object - Variable in class org.eclipse.swt.internal.Callback
- org.eclipse.swt.internal - package org.eclipse.swt.internal
P
- PI - Static variable in class org.eclipse.swt.internal.Compatibility
- Returns the PI constant as a double.
- PLATFORM - Static variable in class org.eclipse.swt.internal.Platform
- PTR_SIGNATURE - Static variable in class org.eclipse.swt.internal.Callback
- PTR_SIZEOF - Static variable in class org.eclipse.swt.internal.Callback
- PTR_sizeof() - Static method in class org.eclipse.swt.internal.Callback
- Platform - class org.eclipse.swt.internal.Platform.
- Platform() - Constructor for class org.eclipse.swt.internal.Platform
- pow2(int) - Static method in class org.eclipse.swt.internal.Compatibility
- Returns 2 raised to the power of the argument.
R
- REORDER - Static variable in class org.eclipse.swt.internal.BidiUtil
- REVISION - Static variable in class org.eclipse.swt.internal.Library
- SWT revision number (must be >= 0)
- removeLanguageListener(long) - Static method in class org.eclipse.swt.internal.BidiUtil
- reset() - Static method in class org.eclipse.swt.internal.Callback
- Immediately wipes out all native level state associated with all callbacks.
- round(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers the result of rounding to the closest integer the number obtained by dividing the first argument p by the second argument q.
S
- SIGNATURE_0 - Static variable in class org.eclipse.swt.internal.Callback
- SIGNATURE_1 - Static variable in class org.eclipse.swt.internal.Callback
- SIGNATURE_2 - Static variable in class org.eclipse.swt.internal.Callback
- SIGNATURE_3 - Static variable in class org.eclipse.swt.internal.Callback
- SIGNATURE_4 - Static variable in class org.eclipse.swt.internal.Callback
- SIGNATURE_N - Static variable in class org.eclipse.swt.internal.Callback
- SWTEventListener - interface org.eclipse.swt.internal.SWTEventListener.
- This interface is the cross-platform version of the java.util.EventListener interface.
- SWTEventObject - class org.eclipse.swt.internal.SWTEventObject.
- This class is the cross-platform version of the java.util.EventObject class.
- SWTEventObject(Object) - Constructor for class org.eclipse.swt.internal.SWTEventObject
- Constructs a new instance of this class.
- SerializableCompatibility - interface org.eclipse.swt.internal.SerializableCompatibility.
- This interface is the cross-platform version of the java.io.Serializable interface.
- setEnabled(boolean) - Static method in class org.eclipse.swt.internal.Callback
- Indicates whether or not callbacks which are triggered at the
native level should cause the messages described by the matching
Callbackobjects to be invoked. - setKeyboardLanguage(int) - Static method in class org.eclipse.swt.internal.BidiUtil
- setOrientation(long, int) - Static method in class org.eclipse.swt.internal.BidiUtil
- signature - Variable in class org.eclipse.swt.internal.Callback
- sin(int, int) - Static method in class org.eclipse.swt.internal.Compatibility
- Answers the length of the side opposite to the given angle of a right triangle.
T
- toRadians - Static variable in class org.eclipse.swt.internal.Compatibility
U
- unbind(Callback) - Static method in class org.eclipse.swt.internal.Callback
- Releases the native level resources associated with the callback.
W
- wcsToMbcs(String, String, boolean) - Static method in class org.eclipse.swt.internal.Converter
- wcsToMbcs(String, char[], boolean) - Static method in class org.eclipse.swt.internal.Converter
A B C D E F G I K L M N O P R S T U W
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ internal overview ] | PREV NEXT | ||||||||