org.concord.flash.player
Class FEditField

java.lang.Object
  |
  +--org.concord.flash.player.FScriptObject
        |
        +--org.concord.flash.player.FComponent
              |
              +--org.concord.flash.player.FEditField
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class FEditField
extends FComponent

Implements an edit field.


Fields inherited from class org.concord.flash.player.FComponent
movie, symbol
 
Fields inherited from class org.concord.flash.player.FScriptObject
members, name, parent
 
Method Summary
 java.awt.geom.Rectangle2D getBounds2D(java.awt.geom.AffineTransform t)
           
 int getMaxScroll()
          Gets the maximum line number that this edit field will scroll to.
 int getScroll()
          Returns the current scroll location.
 java.lang.String getText()
           
 void setScroll(double scroll)
           
 void setScroll(float scroll)
           
 void setScroll(int scroll)
          Sets the current scroll location
 void setText(java.lang.String text)
           
 java.lang.String toString()
           
 
Methods inherited from class org.concord.flash.player.FComponent
compareTo, get_alpha, get_name, get_rotation, get_visible, get_x, get_xscale, get_y, get_yscale, getBounds, getBounds2D, getClipDepth, getColorTransform, getDepth, getParentClip, getToolTipText, getTransform, getTransformed, isModified, isTransformed, paint, set_alpha, set_alpha, set_name, set_rotation, set_rotation, set_rotation, set_visible, set_x, set_x, set_x, set_xscale, set_xscale, set_xscale, set_y, set_y, set_y, set_yscale, set_yscale, set_yscale, setClipDepth, setColorTransform, setDepth, setToolTipText, setTransform, setTranslation, setTranslation, translate, translate
 
Methods inherited from class org.concord.flash.player.FScriptObject
callMethod, clone, getAllMembers, getMember, getName, getObjectType, getParent, removeMember, setMember
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getText

public java.lang.String getText()

toString

public java.lang.String toString()
Overrides:
toString in class FScriptObject

setText

public void setText(java.lang.String text)

getMaxScroll

public int getMaxScroll()
Gets the maximum line number that this edit field will scroll to.

getScroll

public int getScroll()
Returns the current scroll location.

setScroll

public void setScroll(int scroll)
Sets the current scroll location

setScroll

public void setScroll(float scroll)

setScroll

public void setScroll(double scroll)

getBounds2D

public java.awt.geom.Rectangle2D getBounds2D(java.awt.geom.AffineTransform t)