A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
K
- KEEPONE_PROPERTY -
Static variable in interface org.eclipse.ui.progress.IProgressConstants
- The KEEPONE_PROPERTY is an extension to the KEEP_PROPERTY, that provides a hint
to the progress UI to ensure that only a single Job of a Job family is kept in the
set of kept Jobs.
- KEEP_HISTORY -
Static variable in interface org.eclipse.core.resources.IResource
- Update flag constant (bit mask value 2) indicating that the operation
should maintain local history by taking snapshots of the contents of
files just before being overwritten or deleted.
- KEEP_PROPERTY -
Static variable in interface org.eclipse.ui.progress.IProgressConstants
- This property provides a hint to the progress UI to keep Jobs
in the UI after they have finished.
- KEY -
Static variable in class org.eclipse.jface.text.TextViewer
- Identifies key strokes as originators of a view port change.
- KEYCODE_BIT -
Static variable in class org.eclipse.swt.SWT
- Accelerator constant used to differentiate a key code from a
unicode character.
- KEYPAD_0 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad zero key (value is (1<<24)+48).
- KEYPAD_1 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad one key (value is (1<<24)+49).
- KEYPAD_2 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad two key (value is (1<<24)+50).
- KEYPAD_3 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad three key (value is (1<<24)+51).
- KEYPAD_4 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad four key (value is (1<<24)+52).
- KEYPAD_5 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad five key (value is (1<<24)+53).
- KEYPAD_6 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad six key (value is (1<<24)+54).
- KEYPAD_7 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad seven key (value is (1<<24)+55).
- KEYPAD_8 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad eight key (value is (1<<24)+56).
- KEYPAD_9 -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad nine key (value is (1<<24)+57).
- KEYPAD_ADD -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad add key (value is (1<<24)+43).
- KEYPAD_CR -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad enter key (value is (1<<24)+80).
- KEYPAD_DECIMAL -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad decimal key (value is (1<<24)+46).
- KEYPAD_DIVIDE -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad divide key (value is (1<<24)+47).
- KEYPAD_EQUAL -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad equal key (value is (1<<24)+61).
- KEYPAD_MULTIPLY -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad multiply key (value is (1<<24)+42).
- KEYPAD_SUBTRACT -
Static variable in class org.eclipse.swt.SWT
- Keyboard event constant representing the numeric key
pad subtract key (value is (1<<24)+45).
- KEY_DELIMITER -
Static variable in class org.eclipse.ui.keys.KeyStroke
- The delimiter between multiple keys in a single key strokes -- expressed
in the formal key stroke grammar.
- KEY_DELIMITERS -
Static variable in class org.eclipse.ui.keys.KeyStroke
- The set of delimiters for Key objects allowed during
parsing of the formal string representation.
- KEY_DRAW_BORDER -
Static variable in class org.eclipse.ui.forms.widgets.FormToolkit
-
- KEY_MASK -
Static variable in class org.eclipse.swt.SWT
- Accelerator constant used to extract the key stroke portion of
an accelerator.
- KEY_STROKE -
Static variable in interface org.eclipse.jface.text.IPainter
- Constant describing the reason of a repaint request: key pressed.
- KEY_STROKE_DELIMITER -
Static variable in class org.eclipse.ui.keys.KeySequence
- The delimiter between multiple key strokes in a single key sequence --
expressed in the formal key stroke grammar.
- KEY_STROKE_DELIMITERS -
Static variable in class org.eclipse.ui.keys.KeySequence
- The set of delimiters for KeyStroke objects allowed
during parsing of the formal string representation.
- KIND_FEATURE -
Static variable in interface org.eclipse.update.core.IImport
- The import relates to a feature
- KIND_PLUGIN -
Static variable in interface org.eclipse.update.core.IImport
- The import relates to a plugin
- Key - class org.eclipse.ui.keys.Key.
-
Key is the abstract base class for all objects representing
keys on the keyboard.
- KeyAdapter - class org.eclipse.swt.events.KeyAdapter.
- This adapter class provides default implementations for the
methods described by the KeyListener interface.
- KeyAdapter() -
Constructor for class org.eclipse.swt.events.KeyAdapter
-
- KeyConfigurationEvent - class org.eclipse.ui.commands.KeyConfigurationEvent.
- An instance of this class describes changes to an instance of
IKeyConfiguration.
- KeyConfigurationEvent(IKeyConfiguration, boolean, boolean, boolean, boolean) -
Constructor for class org.eclipse.ui.commands.KeyConfigurationEvent
- Creates a new instance of this class.
- KeyDown -
Static variable in class org.eclipse.swt.SWT
- The key down event type (value is 1).
- KeyEvent - class org.eclipse.swt.events.KeyEvent.
- Instances of this class are sent as a result of
keys being pressed and released on the keyboard
- KeyEvent(Event) -
Constructor for class org.eclipse.swt.events.KeyEvent
- Constructs a new instance of this class based on the
information in the given untyped event.
- KeyFormatterFactory - class org.eclipse.ui.keys.KeyFormatterFactory.
- A cache for formatters.
- KeyListener - interface org.eclipse.swt.events.KeyListener.
- Classes which implement this interface provide methods
that deal with the events that are generated as keys
are pressed on the system keyboard.
- KeySequence - class org.eclipse.ui.keys.KeySequence.
-
A KeySequence is defined as a list of zero or more
KeyStrokes, with the stipulation that all
KeyStroke objects must be complete, save for the last one,
whose completeness is optional.
- KeyStroke - class org.eclipse.ui.keys.KeyStroke.
-
A KeyStroke is defined as an optional set of modifier keys
followed optionally by a natural key.
- KeyUp -
Static variable in class org.eclipse.swt.SWT
- The key up event type (value is 2).
- keyCode -
Variable in class org.eclipse.swt.events.KeyEvent
- the key code of the key that was typed,
as defined by the key code constants in class SWT.
- keyCode -
Variable in class org.eclipse.swt.widgets.Event
- depending on the event, the key code of the key that was typed,
as defined by the key code constants in class SWT.
- keyConfigurationChanged(KeyConfigurationEvent) -
Method in interface org.eclipse.ui.commands.IKeyConfigurationListener
- Notifies that one or more attributes of an instance of IKeyConfiguration
have changed.
- keyPressed(KeyEvent) -
Method in class org.eclipse.jface.text.PaintManager
-
- keyPressed(KeyEvent) -
Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
- keyPressed(KeyEvent) -
Method in class org.eclipse.swt.events.KeyAdapter
- Sent when a key is pressed on the system keyboard.
- keyPressed(KeyEvent) -
Method in interface org.eclipse.swt.events.KeyListener
- Sent when a key is pressed on the system keyboard.
- keyReleaseOccured(KeyEvent) -
Method in class org.eclipse.jface.viewers.CellEditor
- Processes a key release event that occurred in this cell editor.
- keyReleaseOccured(KeyEvent) -
Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
-
- keyReleaseOccured(KeyEvent) -
Method in class org.eclipse.jface.viewers.TextCellEditor
- Processes a key release event that occurred in this cell editor.
- keyReleased(KeyEvent) -
Method in class org.eclipse.jface.text.PaintManager
-
- keyReleased(KeyEvent) -
Method in class org.eclipse.jface.text.source.AnnotationBarHoverManager.Closer
-
- keyReleased(KeyEvent) -
Method in class org.eclipse.swt.events.KeyAdapter
- Sent when a key is released on the system keyboard.
- keyReleased(KeyEvent) -
Method in interface org.eclipse.swt.events.KeyListener
- Sent when a key is released on the system keyboard.
- keySet() -
Method in interface org.eclipse.jface.text.source.IAnnotationMap
-
The returned set is not synchronized on this annotation map's lock object.
- keySet() -
Method in interface org.eclipse.ui.themes.ITheme
- Get the set of keys associated with this theme.
- keySetIterator() -
Method in interface org.eclipse.jface.text.source.IAnnotationMap
- Returns an iterator for a copy of this map's key set.
- keyTraversed(TraverseEvent) -
Method in interface org.eclipse.swt.events.TraverseListener
- Sent when a traverse event occurs in a control.
- kind() -
Method in class org.eclipse.compare.rangedifferencer.RangeDifference
- Returns the kind of difference.
- kind -
Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
-
- kindToString(int) -
Static method in class org.eclipse.team.core.synchronize.SyncInfo
- A helper method that returns a displayable (i.e. externalized)
string describing the provided sync kind.
- knots -
Variable in class org.eclipse.core.resources.IWorkspace.ProjectOrder
- A list of knots in the project reference graph.
- knownOSArchValues() -
Static method in class org.eclipse.core.runtime.Platform
- Returns a list of known system architectures.
- knownOSValues() -
Static method in class org.eclipse.core.runtime.Platform
- Returns a list of known operating system names.
- knownWSValues() -
Static method in class org.eclipse.core.runtime.Platform
- Returns a list of known windowing system names.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.