Class mheg5.POM.PEntryField
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.POM.PEntryField

java.lang.Object
   |
   +----mheg5.POM.PVisible
           |
           +----mheg5.POM.PText
                   |
                   +----mheg5.POM.PEntryField

public class PEntryField
extends PText
implements PInteractible

Variable Index

 o highlight_flag
 o highlightColor

Constructor Index

 o PEntryField(EntryField)

Method Index

 o addCharacter(String, int, boolean)
 o deleteCharacter(int, boolean)
 o DisplayFeedback(AIInteractible, Color, boolean)
 o downCharacter(int, boolean)
 o getCursorPosition()
 o getTextData()
 o getTextDataLength()
 o leftCharacter(int, boolean)
 o paint(Graphics)
 o rightCharacter(int, boolean)
 o setCursorAtPosition(int, int)
 o setCursorPosition(int)
 o SetHighlightColor(Color)
 o setObscuredInput(boolean)
 o upCharacter(int, boolean)

Variables

 o highlight_flag
  protected boolean highlight_flag
 o highlightColor
  protected Color highlightColor

Constructors

 o PEntryField
  public PEntryField(EntryField ef)

Methods

 o setCursorPosition
  public void setCursorPosition(int p)
 o getCursorPosition
  public int getCursorPosition()
 o setObscuredInput
  public void setObscuredInput(boolean b)
 o getTextDataLength
  public int getTextDataLength()
 o setCursorAtPosition
  public int setCursorAtPosition(int mouse_x,
                                 int mouse_y)
 o addCharacter
  public int addCharacter(String add_char,
                          int EntryPoint,
                          boolean OverwriteMode)
 o deleteCharacter
  public int deleteCharacter(int EntryPoint,
                             boolean OverwriteMode)
 o leftCharacter
  public int leftCharacter(int EntryPoint,
                           boolean OverwriteMode)
 o rightCharacter
  public int rightCharacter(int EntryPoint,
                            boolean OverwriteMode)
 o upCharacter
  public int upCharacter(int EntryPoint,
                         boolean OverwriteMode)
 o downCharacter
  public int downCharacter(int EntryPoint,
                           boolean OverwriteMode)
 o getTextData
  public String getTextData()
 o paint
  public void paint(Graphics g)
Overrides:
paint in class PText
 o SetHighlightColor
  public void SetHighlightColor(Color _highlightColor)
 o DisplayFeedback
  public void DisplayFeedback(AIInteractible interactible,
                              Color _highlightColor,
                              boolean _actual_highlight_flag)

All Packages  Class Hierarchy  This Package  Previous  Next  Index