org.eclipse.ercp.update.views
Class AddRemoteScreen

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

public class AddRemoteScreen
extends AbsScreen
implements ModifyListener


Field Summary
 
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen
BACK, CANCEL, FINISHED, NEXT, NONE
 
Constructor Summary
AddRemoteScreen(NormalView view)
           
 
Method Summary
protected  void action()
           
 void controlResized(ControlEvent e)
          Sent when the size (width, height) of a control changes.
protected  void createScreen()
           
 void modifyText(ModifyEvent e)
          Sent when the text is modified.
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, 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

AddRemoteScreen

public AddRemoteScreen(NormalView view)
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

widgetSelected

public void widgetSelected(SelectionEvent e)
Description copied from interface: SelectionListener
Sent when selection occurs in the control.

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.

Specified by:
widgetSelected in interface SelectionListener
Specified by:
widgetSelected in class AbsScreen
Parameters:
e - an event containing information about the selection

modifyText

public void modifyText(ModifyEvent e)
Description copied from interface: ModifyListener
Sent when the text is modified.

Specified by:
modifyText in interface ModifyListener
Parameters:
e - an event containing information about the modify

controlResized

public void controlResized(ControlEvent e)
Description copied from interface: ControlListener
Sent when the size (width, height) of a control changes.

Specified by:
controlResized in interface ControlListener
Overrides:
controlResized in class AbsScreen
Parameters:
e - an event containing information about the resize