|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.FSTransformObject
com.flagstone.transform.FSMovieObject
com.flagstone.transform.FSTabOrder
public class FSTabOrder
The FSTabOrder class is used to set the tabbing order of text fields, movie clips and buttons visible on the display list.
Attributes | |
---|---|
type | Identifies the data structure when it is encoded. Read-only. |
layer | The layer number which contains the object assigned to the tabbing order. |
index | The index of the object in the tabbing order. |
The FSTabOrder object represents the SetTabIndex tag in the Flash file specification . It was introduced in Flash 7.
Field Summary |
---|
Constructor Summary | |
---|---|
FSTabOrder(FSCoder coder)
Construct an FSTabOrder object, initializing it with values decoded from an encoded object. |
|
FSTabOrder(FSTabOrder obj)
Constructs an FSTabOrder object by copying values from an existing object. |
|
FSTabOrder(int layer,
int index)
Construct a FSTabOrder object that set the tab order for the object on the display list at the specified layer. |
Method Summary | |
---|---|
void |
appendDescription(java.lang.StringBuffer buffer,
int depth)
AppendDescription is used to present a string description of the object including all nested objects up to a specified depth. |
void |
decode(FSCoder coder)
|
void |
encode(FSCoder coder)
|
boolean |
equals(java.lang.Object anObject)
Returns true if anObject is equal to this one. |
int |
getIndex()
Gets the index of the object in the tabbing order. |
int |
getLayer()
Gets the layer number which contains the object assigned to the tabbing order. |
int |
length(FSCoder coder)
|
void |
setIndex(int index)
Sets the index of the object in the tabbing order. |
void |
setLayer(int layer)
Sets the layer number which contains the object assigned to the tabbing order. |
Methods inherited from class com.flagstone.transform.FSMovieObject |
---|
getType |
Methods inherited from class com.flagstone.transform.FSTransformObject |
---|
clone, name, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FSTabOrder(FSCoder coder)
coder
- an FSCoder containing the binary data.public FSTabOrder(int layer, int index)
layer
- the layer number which contains the object assigned to the
tabbing order.index
- the index of the object in the tabbing order.public FSTabOrder(FSTabOrder obj)
obj
- an FSTabOrder object.Method Detail |
---|
public int getLayer()
public void setLayer(int layer)
layer
- the layer number.public int getIndex()
public void setIndex(int index)
index
- the index in the tabbing order.public boolean equals(java.lang.Object anObject)
FSMovieObject
equals
in class FSMovieObject
public void appendDescription(java.lang.StringBuffer buffer, int depth)
FSTransformObject
appendDescription
in class FSMovieObject
buffer
- a StringBuffer to which the description of each object is
appended.depth
- the maximum level of nesting up to which objects will be
displayed.public int length(FSCoder coder)
length
in class FSMovieObject
public void encode(FSCoder coder)
encode
in class FSMovieObject
public void decode(FSCoder coder)
decode
in class FSMovieObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |