|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.commons.swt.controls.UIUpdater
public abstract class UIUpdater
This class is responsible for updating the UI.
Constructor Summary | |
---|---|
UIUpdater()
|
Method Summary | |
---|---|
void |
dispose()
|
void |
enable(org.eclipse.swt.widgets.Control c,
boolean enable)
Enable a component. |
boolean |
isUpdateNecessary()
|
void |
select(org.eclipse.swt.widgets.Button button,
boolean select)
Select a button. |
void |
setParent(org.eclipse.swt.widgets.Control parent)
|
void |
setText(org.eclipse.swt.widgets.Label label,
java.lang.String text)
Change the text of a label. |
abstract void |
updateControls()
|
void |
visible(org.eclipse.swt.widgets.Control c,
boolean visible)
Set visible/invisible a component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIUpdater()
Method Detail |
---|
public void setParent(org.eclipse.swt.widgets.Control parent)
parent
- public void dispose()
public boolean isUpdateNecessary()
public abstract void updateControls()
public void enable(org.eclipse.swt.widgets.Control c, boolean enable)
c
- the component to enableenable
- the new component enabled statepublic void visible(org.eclipse.swt.widgets.Control c, boolean visible)
c
- the component to enableenable
- the new component enabled statepublic void select(org.eclipse.swt.widgets.Button button, boolean select)
button
- the button to selectselect
- the new component selected statepublic void setText(org.eclipse.swt.widgets.Label label, java.lang.String text)
label
- the label to usetext
- the new component text
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |