|
||||||||||
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.UpdatingScreen
public class UpdatingScreen
Field Summary |
---|
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
BACK, CANCEL, FINISHED, NEXT, NONE |
Method Summary | |
---|---|
protected void |
action()
|
protected void |
createScreen()
|
static IInstallConfiguration |
getConfiguration()
|
protected void |
refresh()
|
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 |
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 static final IInstallConfiguration getConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |