|
||||||||||
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.BookmarksScreen
public class BookmarksScreen
Nested Class Summary | |
---|---|
class |
BookmarksScreen.AccessSiteThread
|
Field Summary | |
---|---|
static java.lang.String |
BOOKMARK_FILE
|
Fields inherited from class org.eclipse.ercp.update.views.AbsScreen |
---|
BACK, CANCEL, FINISHED, NEXT, NONE |
Constructor Summary | |
---|---|
BookmarksScreen(NormalView view)
|
Method Summary | |
---|---|
void |
action()
|
protected void |
createScreen()
|
protected void |
refresh()
|
protected void |
setDefaultFocus()
|
void |
widgetDefaultSelected(SelectionEvent e)
Sent when default selection occurs in the control. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BOOKMARK_FILE
Constructor Detail |
---|
public BookmarksScreen(NormalView view)
Method Detail |
---|
protected void createScreen()
createScreen
in class AbsScreen
protected void refresh()
refresh
in class AbsScreen
public 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 widgetDefaultSelected(SelectionEvent e)
SelectionListener
For example, on some platforms default selection occurs in a List when the user double-clicks an item or types return in a Text.
widgetDefaultSelected
in interface SelectionListener
widgetDefaultSelected
in class AbsScreen
e
- an event containing information about the default selection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |