|
||||||||||
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.EditBookmarkScreen
public class EditBookmarkScreen
Field Summary |
---|
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
BACK, CANCEL, FINISHED, NEXT, NONE |
Constructor Summary | |
---|---|
EditBookmarkScreen(NormalView view)
|
Method Summary | |
---|---|
protected void |
action()
|
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, 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 |
Constructor Detail |
---|
public EditBookmarkScreen(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
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 void modifyText(ModifyEvent e)
ModifyListener
modifyText
in interface ModifyListener
e
- an event containing information about the modify
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |