?? swfactionsimpl.java
字號:
public void charToAscii() throws IOException
{
if( acts != null ) acts.charToAscii();
}
public void asciiToChar() throws IOException
{
if( acts != null ) acts.asciiToChar();
}
public void charMBToAscii() throws IOException
{
if( acts != null ) acts.charMBToAscii();
}
public void asciiToCharMB() throws IOException
{
if( acts != null ) acts.asciiToCharMB();
}
public void call() throws IOException
{
if( acts != null ) acts.call();
}
public void getVariable() throws IOException
{
if( acts != null ) acts.getVariable();
}
public void setVariable() throws IOException
{
if( acts != null ) acts.setVariable();
}
public void getURL( int sendVars, int loadMode ) throws IOException
{
if( acts != null ) acts.getURL( sendVars, loadMode );
}
public void gotoFrame( boolean play ) throws IOException
{
if( acts != null ) acts.gotoFrame( play );
}
public void setTarget() throws IOException
{
if( acts != null ) acts.setTarget();
}
public void getProperty() throws IOException
{
if( acts != null ) acts.getProperty();
}
public void setProperty() throws IOException
{
if( acts != null ) acts.setProperty();
}
public void cloneSprite() throws IOException
{
if( acts != null ) acts.cloneSprite();
}
public void removeSprite() throws IOException
{
if( acts != null ) acts.removeSprite();
}
public void startDrag() throws IOException
{
if( acts != null ) acts.startDrag();
}
public void endDrag() throws IOException
{
if( acts != null ) acts.endDrag();
}
public void trace() throws IOException
{
if( acts != null ) acts.trace();
}
public void getTime() throws IOException
{
if( acts != null ) acts.getTime();
}
public void randomNumber() throws IOException
{
if( acts != null ) acts.randomNumber();
}
public void lookupTable( String[] values ) throws IOException
{
if( acts != null ) acts.lookupTable( values );
}
public void callFunction() throws IOException
{
if( acts != null ) acts.callFunction();
}
public void callMethod() throws IOException
{
if( acts != null ) acts.callMethod();
}
public void startFunction( String name, String[] paramNames ) throws IOException
{
if( acts != null ) acts.startFunction( name, paramNames );
}
public void endBlock() throws IOException
{
if( acts != null ) acts.endBlock();
}
public void comment( String comment ) throws IOException
{
if( acts != null ) acts.comment( comment );
}
public void defineLocalValue() throws IOException
{
if( acts != null ) acts.defineLocalValue();
}
public void defineLocal() throws IOException
{
if( acts != null ) acts.defineLocal();
}
public void deleteProperty() throws IOException
{
if( acts != null ) acts.deleteProperty();
}
public void deleteThreadVars() throws IOException
{
if( acts != null ) acts.deleteThreadVars();
}
public void enumerate() throws IOException
{
if( acts != null ) acts.enumerate();
}
public void typedEquals() throws IOException
{
if( acts != null ) acts.typedEquals();
}
public void getMember() throws IOException
{
if( acts != null ) acts.getMember();
}
public void initObject() throws IOException
{
if( acts != null ) acts.initObject();
}
public void newMethod() throws IOException
{
if( acts != null ) acts.newMethod();
}
public void newObject() throws IOException
{
if( acts != null ) acts.newObject();
}
public void setMember() throws IOException
{
if( acts != null ) acts.setMember();
}
public void getTargetPath() throws IOException
{
if( acts != null ) acts.getTargetPath();
}
public void startWith() throws IOException
{
if( acts != null ) acts.startWith();
}
public void duplicate() throws IOException
{
if( acts != null ) acts.duplicate();
}
public void returnValue() throws IOException
{
if( acts != null ) acts.returnValue();
}
public void swap() throws IOException
{
if( acts != null ) acts.swap();
}
public void storeInRegister( int registerNumber ) throws IOException
{
if( acts != null ) acts.storeInRegister( registerNumber );
}
public void convertToNumber() throws IOException
{
if( acts != null ) acts.convertToNumber();
}
public void convertToString() throws IOException
{
if( acts != null ) acts.convertToString();
}
public void typeOf() throws IOException
{
if( acts != null ) acts.typeOf();
}
public void typedAdd() throws IOException
{
if( acts != null ) acts.typedAdd();
}
public void typedLessThan() throws IOException
{
if( acts != null ) acts.typedLessThan();
}
public void modulo() throws IOException
{
if( acts != null ) acts.modulo();
}
public void bitAnd() throws IOException
{
if( acts != null ) acts.bitAnd();
}
public void bitOr() throws IOException
{
if( acts != null ) acts.bitOr();
}
public void bitXor() throws IOException
{
if( acts != null ) acts.bitXor();
}
public void shiftLeft() throws IOException
{
if( acts != null ) acts.shiftLeft();
}
public void shiftRight() throws IOException
{
if( acts != null ) acts.shiftRight();
}
public void shiftRightUnsigned() throws IOException
{
if( acts != null ) acts.shiftRightUnsigned();
}
public void decrement() throws IOException
{
if( acts != null ) acts.decrement();
}
public void increment() throws IOException
{
if( acts != null ) acts.increment();
}
public void enumerateObject() throws IOException {
if( acts != null ) acts.enumerateObject();
}
public void greaterThan() throws IOException {
if( acts != null ) acts.greaterThan();
}
public void instanceOf() throws IOException {
if( acts != null ) acts.instanceOf();
}
public void strictEquals() throws IOException {
if( acts != null ) acts.strictEquals();
}
public void stringGreaterThan() throws IOException {
if( acts != null ) acts.stringGreaterThan();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -