|
||||||||||
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.InstallingScreen
public class InstallingScreen
Field Summary | |
---|---|
Label |
featureName
|
ProgressBar |
featureProgress
|
ProgressBar |
overallProgress
|
static int |
PROGRESS_MAX_VALUE
|
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
BACK, CANCEL, FINISHED, NEXT, NONE |
Method Summary | |
---|---|
protected void |
action()
|
protected void |
createScreen()
|
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 |
Field Detail |
---|
public static final int PROGRESS_MAX_VALUE
public Label featureName
public ProgressBar featureProgress
public ProgressBar overallProgress
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 selection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |