|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Adapts a Combo to a IContentAssistSubjectControl.
Known issues:
Field Summary |
Fields inherited from class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter |
DEBUG |
Constructor Summary | |
ComboContentAssistSubjectAdapter(Combo combo)
Creates a content assist subject control adapter for the given combo. |
Method Summary | |
boolean | addSelectionListener(SelectionListener selectionListener)
If supported, adds a selection listener. |
int | getCaretOffset()
Returns the caret position relative to the start of the text in widget coordinates. |
Control | getControl()
Returns the control of this content assist subject control. |
IDocument | getDocument()
Returns this content assist subject control's document. |
int | getLineHeight()
Returns the line height. |
Point | getLocationAtOffset(int offset)
Returns the x, y location of the upper left corner of the character bounding box at the specified offset in the text. |
Point | getSelectedRange()
Returns the selected range. |
Point | getWidgetSelectionRange()
Returns the selected range in the subject's widget. |
void | removeSelectionListener(SelectionListener selectionListener)
Removes the specified selection listener. |
void | revealRange(int i,
int j)
Reveals the given region. |
void | setSelectedRange(int i,
int j)
Sets the selected range. |
Methods inherited from class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter |
addKeyListener, appendVerifyKeyListener, getLineDelimiter, prependVerifyKeyListener, removeKeyListener, removeVerifyKeyListener, setContentAssistCueProvider, setEventConsumer, supportsVerifyKeyListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComboContentAssistSubjectAdapter(Combo combo)
Method Detail |
public Control getControl()
public int getLineHeight()
public int getCaretOffset()
public Point getLocationAtOffset(int offset)
public Point getWidgetSelectionRange()
public Point getSelectedRange()
public IDocument getDocument()
public void setSelectedRange(int i, int j)
public void revealRange(int i, int j)
public boolean addSelectionListener(SelectionListener selectionListener)
public void removeSelectionListener(SelectionListener selectionListener)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.