|
||||||||||
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.AddLocalScreen
public class AddLocalScreen
Field Summary |
---|
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
BACK, CANCEL, FINISHED, NEXT, NONE |
Constructor Summary | |
---|---|
AddLocalScreen(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()
|
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, 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 AddLocalScreen(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
protected void setDefaultFocus()
setDefaultFocus
in class AbsScreen
public void widgetSelected(SelectionEvent e)
SelectionListener
For example, on some platforms selection occurs in a List when the user selects an item or items.
widgetSelected
in interface SelectionListener
widgetSelected
in class AbsScreen
e
- an event containing information about the selectionpublic void modifyText(ModifyEvent e)
ModifyListener
modifyText
in interface ModifyListener
e
- an event containing information about the modifypublic void controlResized(ControlEvent e)
ControlListener
controlResized
in interface ControlListener
controlResized
in class AbsScreen
e
- an event containing information about the resize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |