|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.ui.swt.InputUI
Field Summary | |
static int |
DEFAULT_STYLE
|
Constructor Summary | |
protected |
InputUI(Composite composite)
default |
Method Summary | |
static InputUI |
build(Composite composite)
build up the composite |
protected Combo |
buildGeneralTaskArea(Composite self)
get the general task area |
protected Label |
buildGeneralTaskTitle(Composite self)
get the general task title |
protected Combo |
buildMyRoleArea(Composite self)
get the my role area |
protected Label |
buildMyRoleTitle(Composite self)
get the my role title |
protected void |
setChoices(Combo task,
java.util.Iterator iter)
set the combo items |
protected void |
setGeneralTasks(java.util.Iterator iter)
set the general task items |
protected void |
setMyRoles(java.util.Iterator iter)
set the roles items |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int DEFAULT_STYLE
Constructor Detail |
protected InputUI(Composite composite)
Method Detail |
public static InputUI build(Composite composite)
protected Label buildGeneralTaskTitle(Composite self)
protected Combo buildGeneralTaskArea(Composite self)
protected void setGeneralTasks(java.util.Iterator iter)
protected Label buildMyRoleTitle(Composite self)
protected Combo buildMyRoleArea(Composite self)
protected void setMyRoles(java.util.Iterator iter)
protected void setChoices(Combo task, java.util.Iterator iter)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |