|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ercp.update.views.AbsScreen
public abstract class AbsScreen
Field Summary | |
---|---|
protected int |
BACK
|
protected int |
CANCEL
|
protected int |
FINISHED
|
protected int |
NEXT
|
protected int |
NONE
|
Constructor Summary | |
---|---|
AbsScreen()
|
|
AbsScreen(NormalView view)
|
Method Summary | |
---|---|
protected abstract void |
action()
|
void |
controlMoved(ControlEvent e)
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shell s). |
void |
controlResized(ControlEvent e)
Sent when the size (width, height) of a control changes. |
protected abstract void |
createScreen()
|
protected void |
fillSpace()
|
protected void |
init(java.lang.String title)
|
protected Composite |
init(java.lang.String title,
boolean scrollable)
|
protected abstract void |
refresh()
|
protected void |
separator()
|
protected void |
setButtons(int back,
int cancel,
int next)
|
void |
setVisible(boolean bVis)
|
void |
show(boolean refreshIt)
|
void |
widgetDefaultSelected(SelectionEvent arg0)
Sent when default selection occurs in the control. |
abstract void |
widgetSelected(SelectionEvent se)
Sent when selection occurs in the control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final int NONE
protected final int BACK
protected final int CANCEL
protected final int NEXT
protected final int FINISHED
Constructor Detail |
---|
public AbsScreen()
public AbsScreen(NormalView view)
Method Detail |
---|
public void show(boolean refreshIt)
public void setVisible(boolean bVis)
protected abstract void createScreen()
protected abstract void refresh()
protected abstract void action()
protected void init(java.lang.String title)
protected Composite init(java.lang.String title, boolean scrollable)
protected void fillSpace()
protected void separator()
protected void setButtons(int back, int cancel, int next)
public abstract void widgetSelected(SelectionEvent se)
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
se
- an event containing information about the selectionpublic void widgetDefaultSelected(SelectionEvent arg0)
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. 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 to is platform specific.
widgetDefaultSelected
in interface SelectionListener
arg0
- an event containing information about the default selectionpublic void controlMoved(ControlEvent e)
ControlListener
Shell
s).
controlMoved
in interface ControlListener
e
- an event containing information about the movepublic void controlResized(ControlEvent e)
ControlListener
controlResized
in interface ControlListener
e
- an event containing information about the resize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |