Class mheg5.OBJ.ListGroup
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.ListGroup

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Presentable
                                           |
                                           +----mheg5.OBJ.TokenGroup
                                                   |
                                                   +----mheg5.OBJ.ListGroup

public class ListGroup
extends TokenGroup
implements AIListGroup

Variable Index

 o FirstItem
Internal attribute FirstItem
 o ItemList
Internal attribute ItemList
 o MultipleSelection
Own exchanged attribute MultipleSelection
 o Positions
Own exchanged attribute Positions
 o WrapAround
Own exchanged attribute WrapAround

Constructor Index

 o ListGroup()
Constructor for a ListGroup Object

Method Index

 o Activation()
Activation
 o Additem(int, Visible)
Additem (Index, Item)
 o AddItem(int, Visible)
AddItem (ItemIndex, VisibleReference)
 o addPosition(int, int)
 o CheckEvent(MhegEvent)
 o Deactivation()
Deactivation
 o DelItem(Visible)
DelItem (VisibleReference)
 o Delitem(Visible)
Delitem (Item)
 o Deselect(int)
Deselect (ItemIndex)
 o DeselectItem(int)
DeselectItem (ItemIndex)
 o Destruction()
Destruction
 o GetCellItem(int, ObjectRefVar)
GetCellItem (CellIndex, ItemRefVar)
 o GetFirstItem(ObjectRefVar)
GetFirstItem (FirstItemVar)
 o GetItemOfItemList_local_public(int)
 o GetItemStatus(int, BooleanVariable)
GetItemStatus (ItemIndex, ItemStatusVar)
 o GetListItem(int, ObjectRefVar)
GetListItem (ItemIndex, ItemRefVar)
 o GetListSize(IntegerVariable)
GetListSize (SizeVar)
 o Preparation()
Preparation
 o RegisterLink(Link)
 o ScrollItems(int)
ScrollItems (ItemsToScroll)
 o Select(int)
Select (ItemIndex)
 o SelectItem(int)
SelectItem (ItemIndex)
 o SetFirstItem(int)
SetFirstItem (NewFirstItem)
 o ToggleItem(int)
ToggleItem (ItemIndex)
 o Update()
Update

Variables

 o Positions
  public Array Positions
Own exchanged attribute Positions
 o WrapAround
  public boolean WrapAround
Own exchanged attribute WrapAround
 o MultipleSelection
  public boolean MultipleSelection
Own exchanged attribute MultipleSelection
 o ItemList
  public Array ItemList
Internal attribute ItemList
 o FirstItem
  public int FirstItem
Internal attribute FirstItem

Constructors

 o ListGroup
  public ListGroup()
Constructor for a ListGroup Object

Methods

 o addPosition
  public void addPosition(int x,
                          int y)
 o RegisterLink
  public void RegisterLink(Link link)
Overrides:
RegisterLink in class TokenGroup
 o CheckEvent
  public void CheckEvent(MhegEvent event)
Overrides:
CheckEvent in class TokenGroup
 o Preparation
  public void Preparation()
Preparation
Overrides:
Preparation in class Root
 o Destruction
  public void Destruction()
Destruction
Overrides:
Destruction in class Ingredient
 o Activation
  public void Activation()
Activation
Overrides:
Activation in class TokenGroup
 o Deactivation
  public void Deactivation()
Deactivation
Overrides:
Deactivation in class TokenGroup
 o Update
  public void Update()
Update
 o Additem
  public void Additem(int index,
                      Visible new_v)
Additem (Index, Item)
 o Delitem
  public void Delitem(Visible del_v)
Delitem (Item)
 o Select
  public void Select(int index)
Select (ItemIndex)
 o Deselect
  public void Deselect(int index)
Deselect (ItemIndex)
 o AddItem
  public void AddItem(int index,
                      Visible new_v)
AddItem (ItemIndex, VisibleReference)
 o DelItem
  public void DelItem(Visible v)
DelItem (VisibleReference)
 o GetListItem
  public void GetListItem(int index,
                          ObjectRefVar oref_var)
GetListItem (ItemIndex, ItemRefVar)
 o GetCellItem
  public void GetCellItem(int cell_index,
                          ObjectRefVar oref_var)
GetCellItem (CellIndex, ItemRefVar)
 o GetItemStatus
  public void GetItemStatus(int index,
                            BooleanVariable b_var)
GetItemStatus (ItemIndex, ItemStatusVar)
 o SelectItem
  public void SelectItem(int index)
SelectItem (ItemIndex)
 o DeselectItem
  public void DeselectItem(int index)
DeselectItem (ItemIndex)
 o ToggleItem
  public void ToggleItem(int index)
ToggleItem (ItemIndex)
 o ScrollItems
  public void ScrollItems(int itemsToScroll)
ScrollItems (ItemsToScroll)
 o SetFirstItem
  public void SetFirstItem(int first_item)
SetFirstItem (NewFirstItem)
 o GetFirstItem
  public void GetFirstItem(ObjectRefVar oref_var)
GetFirstItem (FirstItemVar)
 o GetListSize
  public void GetListSize(IntegerVariable v)
GetListSize (SizeVar)
 o GetItemOfItemList_local_public
  public ListGroupItem GetItemOfItemList_local_public(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index