ca.aura.ui.swt
Class InputUI

java.lang.Object
  |
  +--ca.aura.ui.swt.InputUI

public class InputUI
extends java.lang.Object

Author:
Andrew

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

DEFAULT_STYLE

public static int DEFAULT_STYLE
Constructor Detail

InputUI

protected InputUI(Composite composite)
default

Method Detail

build

public static InputUI build(Composite composite)
build up the composite


buildGeneralTaskTitle

protected Label buildGeneralTaskTitle(Composite self)
get the general task title


buildGeneralTaskArea

protected Combo buildGeneralTaskArea(Composite self)
get the general task area


setGeneralTasks

protected void setGeneralTasks(java.util.Iterator iter)
set the general task items


buildMyRoleTitle

protected Label buildMyRoleTitle(Composite self)
get the my role title


buildMyRoleArea

protected Combo buildMyRoleArea(Composite self)
get the my role area


setMyRoles

protected void setMyRoles(java.util.Iterator iter)
set the roles items


setChoices

protected void setChoices(Combo task,
                          java.util.Iterator iter)
set the combo items



Copyright © 2002 University of Ottawa. All Rights Reserved.