|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionEvent | |
---|---|
org.eclipse.ercp.eworkbench | |
org.eclipse.ercp.update.views | |
org.eclipse.jface.util | Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.events | SWT typed listener support. |
Uses of SelectionEvent in org.eclipse.ercp.eworkbench |
---|
Methods in org.eclipse.ercp.eworkbench with parameters of type SelectionEvent | |
---|---|
void |
DefaultView.widgetDefaultSelected(SelectionEvent arg0)
|
void |
DefaultView.widgetSelected(SelectionEvent e)
|
Uses of SelectionEvent in org.eclipse.ercp.update.views |
---|
Methods in org.eclipse.ercp.update.views with parameters of type SelectionEvent | |
---|---|
void |
ManageScreen.widgetDefaultSelected(SelectionEvent e)
|
void |
AbsScreen.widgetDefaultSelected(SelectionEvent arg0)
|
void |
UpdatingScreen.widgetSelected(SelectionEvent e)
|
void |
UninstallScreen.widgetSelected(SelectionEvent e)
|
void |
SelectFeaturesScreen.widgetSelected(SelectionEvent e)
|
void |
RootScreen.widgetSelected(SelectionEvent e)
|
void |
PropertiesScreen.widgetSelected(SelectionEvent e)
|
void |
ManageScreen.widgetSelected(SelectionEvent e)
|
void |
LicenseScreen.widgetSelected(SelectionEvent e)
|
void |
InstallingScreen.widgetSelected(SelectionEvent e)
|
void |
EditBookmarkScreen.widgetSelected(SelectionEvent e)
|
void |
BookmarksScreen.widgetSelected(SelectionEvent e)
|
void |
AddRemoteScreen.widgetSelected(SelectionEvent e)
|
void |
AddLocalScreen.widgetSelected(SelectionEvent e)
|
void |
AddBookmarkScreen.widgetSelected(SelectionEvent e)
|
abstract void |
AbsScreen.widgetSelected(SelectionEvent se)
|
Uses of SelectionEvent in org.eclipse.jface.util |
---|
Methods in org.eclipse.jface.util with parameters of type SelectionEvent | |
---|---|
void |
IOpenEventListener.handleOpen(SelectionEvent e)
Called when a selection or default selection occurs depending on the user preference. |
Uses of SelectionEvent in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers with parameters of type SelectionEvent | |
---|---|
protected void |
TextCellEditor.handleDefaultSelection(SelectionEvent event)
Handles a default selection event from the text control by applying the editor value and deactivating this cell editor. |
protected void |
CheckboxTreeViewer.handleDoubleSelect(SelectionEvent event)
|
protected void |
StructuredViewer.handleDoubleSelect(SelectionEvent event)
Handles a double-click select event from the widget. |
protected void |
StructuredViewer.handleOpen(SelectionEvent event)
Handles an open event from the OpenStrategy. |
protected void |
StructuredViewer.handlePostSelect(SelectionEvent e)
Handles a post select event from the widget. |
void |
CheckboxTableViewer.handleSelect(SelectionEvent event)
|
protected void |
CheckboxTreeViewer.handleSelect(SelectionEvent event)
|
protected void |
StructuredViewer.handleSelect(SelectionEvent event)
Handles a select event from the widget. |
Uses of SelectionEvent in org.eclipse.swt.events |
---|
Subclasses of SelectionEvent in org.eclipse.swt.events | |
---|---|
class |
TreeEvent
Instances of this class are sent as a result of trees being expanded and collapsed. |
Methods in org.eclipse.swt.events with parameters of type SelectionEvent | |
---|---|
void |
SelectionListener.widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control. |
void |
SelectionListener.widgetSelected(SelectionEvent e)
Sent when selection occurs in the control. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |