Uses of Class
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.DialogItem

Packages that use DialogItem
cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands   
 

Uses of DialogItem in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands that return DialogItem
 DialogItem DialogItem.setAction(String Action)
          Applicable for: BUTTON, IMAGE.
 DialogItem DialogItem.setBackground(String Background)
          Applicable for: PANEL, BUTTON.
 DialogItem DialogItem.setBgColor(Color BgColor)
          Applicable for: PANEL, BUTTON.
 DialogItem DialogItem.setBorder(Color Border)
          Applicable for: PANEL, BUTTON.
 DialogItem DialogItem.setDialogId(String DialogId)
          Id of dialog, which should the message alter.
 DialogItem DialogItem.setEffect(String Effect)
          What should this message do.
 DialogItem DialogItem.setChecked(String Checked)
          Applicable for: OPTION.
 DialogItem DialogItem.setId(String Id)
          Identification of this component.
 DialogItem DialogItem.setImage(String Image)
          Applicable for: IMAGE.
 DialogItem DialogItem.setMode(String Mode)
          Applicable for: OPTIONLIST.
 DialogItem DialogItem.setNotChecked(String NotChecked)
          Applicable for: OPTION.
 DialogItem DialogItem.setOrigin(Point2D Origin)
          Applicable for: IMAGE.
 DialogItem DialogItem.setParent(String Parent)
          Id of parent component.
 DialogItem DialogItem.setPlayer(String Player)
          Name of the player on who's HUD should the dialog show.
 DialogItem DialogItem.setPosition(Point2D Position)
          Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
 DialogItem DialogItem.setScale(Dimension2D Scale)
          Applicable for: IMAGE.
 DialogItem DialogItem.setSize(Dimension2D Size)
          Applicable for: PANEL, BUTTON, TEXT, OPTIONLIST, IMAGE.
 DialogItem DialogItem.setText(String Text)
          Applicable for: TEXT, BUTTON, OPTION.
 DialogItem DialogItem.setTextColor(Color TextColor)
          Applicable for: TEXT, BUTTON, OPTION.
 DialogItem DialogItem.setType(String Type)
          Type of the new component.
 

Constructors in cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands with parameters of type DialogItem
DialogItem(DialogItem original)
          Cloning constructor.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.