org.eclipse.ercp.update.views
Class InstallingScreen

java.lang.Object
  extended by org.eclipse.ercp.update.views.AbsScreen
      extended by org.eclipse.ercp.update.views.InstallingScreen
All Implemented Interfaces:
java.util.EventListener, ControlListener, SelectionListener, org.eclipse.swt.internal.SWTEventListener

public class InstallingScreen
extends AbsScreen


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()
           
protected  void setDefaultFocus()
           
 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

PROGRESS_MAX_VALUE

public static final int PROGRESS_MAX_VALUE
See Also:
Constant Field Values

featureName

public Label featureName

featureProgress

public ProgressBar featureProgress

overallProgress

public ProgressBar overallProgress
Method Detail

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