|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ercp.update.views.AbsScreen
org.eclipse.ercp.update.views.SelectFeaturesScreen
public class SelectFeaturesScreen
Field Summary |
---|
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
BACK, CANCEL, FINISHED, NEXT, NONE |
Constructor Summary | |
---|---|
SelectFeaturesScreen(NormalView view)
|
Method Summary | |
---|---|
protected void |
action()
|
protected void |
createScreen()
|
protected void |
refresh()
|
void |
treeCollapsed(TreeEvent te)
Sent when a tree branch is collapsed. |
void |
treeExpanded(TreeEvent te)
Sent when a tree branch is expanded. |
void |
widgetSelected(SelectionEvent e)
Sent when selection occurs in the control. |
Methods inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
controlMoved, controlResized, fillSpace, init, init, separator, setButtons, setVisible, show, widgetDefaultSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectFeaturesScreen(NormalView view)
Method Detail |
---|
protected void createScreen()
createScreen
in class AbsScreen
protected void refresh()
refresh
in class AbsScreen
protected void action()
action
in class AbsScreen
public void widgetSelected(SelectionEvent e)
SelectionListener
For example, selection occurs in a List when the user selects an item or items with the keyboard or mouse. On some platforms, the event occurs when a mouse button or key is pressed. On others, it happens when the mouse or key is released. The exact key or mouse gesture that causes this event is platform specific.
widgetSelected
in interface SelectionListener
widgetSelected
in class AbsScreen
e
- an event containing information about the selectionpublic void treeCollapsed(TreeEvent te)
TreeListener
treeCollapsed
in interface TreeListener
te
- an event containing information about the tree operationpublic void treeExpanded(TreeEvent te)
TreeListener
treeExpanded
in interface TreeListener
te
- an event containing information about the tree operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |