org.eclipse.ercp.update.views
Class SelectFeaturesScreen
java.lang.Object
org.eclipse.ercp.update.views.AbsScreen
org.eclipse.ercp.update.views.SelectFeaturesScreen
- All Implemented Interfaces:
- java.util.EventListener, ControlListener, SelectionListener, TreeListener, org.eclipse.swt.internal.SWTEventListener
public class SelectFeaturesScreen
- extends AbsScreen
- implements TreeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectFeaturesScreen
public SelectFeaturesScreen(NormalView view)
createScreen
protected void createScreen()
- Specified by:
createScreen
in class AbsScreen
refresh
protected void refresh()
- Specified by:
refresh
in class AbsScreen
action
protected void action()
- Specified by:
action
in class AbsScreen
setDefaultFocus
protected void setDefaultFocus()
- Specified by:
setDefaultFocus
in class AbsScreen
widgetSelected
public void widgetSelected(SelectionEvent e)
- Description copied from interface:
SelectionListener
- Sent when selection occurs in the control.
For example, on some platforms selection occurs in
a List when the user selects an item or items.
- Specified by:
widgetSelected
in interface SelectionListener
- Specified by:
widgetSelected
in class AbsScreen
- Parameters:
e
- an event containing information about the selection
widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)
- Description copied from interface:
SelectionListener
- Sent when default selection occurs in the control.
For example, on some platforms default selection occurs
in a List when the user double-clicks an item or types
return in a Text.
- Specified by:
widgetDefaultSelected
in interface SelectionListener
- Overrides:
widgetDefaultSelected
in class AbsScreen
- Parameters:
e
- an event containing information about the default selection
treeCollapsed
public void treeCollapsed(TreeEvent te)
- Description copied from interface:
TreeListener
- Sent when a tree branch is collapsed.
- Specified by:
treeCollapsed
in interface TreeListener
- Parameters:
te
- an event containing information about the tree operation
treeExpanded
public void treeExpanded(TreeEvent te)
- Description copied from interface:
TreeListener
- Sent when a tree branch is expanded.
- Specified by:
treeExpanded
in interface TreeListener
- Parameters:
te
- an event containing information about the tree operation