⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 window.java

📁 一个非常绚丽的j2em徒刑库
💻 JAVA
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   Window.java

package com.tricastmedia.twuik.tue;

import com.tricastmedia.twuik.tae.IAnimationEventListener;
import com.tricastmedia.twuik.tue.layout.ILayoutMgr;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;

// Referenced classes of package com.tricastmedia.twuik.tue:
//            Panel, ITwuikInputHandler, MotionFX, TwuikCanvas

public abstract class Window extends Panel
    implements ITwuikInputHandler, IAnimationEventListener
{

    protected Window(int p0, boolean p1, int p2, int p3, int p4, int p5)
    {
        super(0, false, 0, 0, 0, 0);
    }

    protected void drawCurrentFrame(Graphics g)
    {
    }

    protected boolean tick()
    {
        return false;
    }

    public void setBgColor(int i)
    {
    }

    public boolean keyRepeated(int p0)
    {
        return false;
    }

    protected abstract void prepareBeforeShow();

    protected abstract void subclassDrawCurrentFrame(Graphics g);

    protected abstract void subclassActivated();

    protected abstract void subclassDeactivated();

    protected abstract void subclassDismissed();

    public void setEntryEffect(int i, int ai[], int j, int k)
    {
    }

    public void setEntryEffect(MotionFX motionfx, MotionFX motionfx1, MotionFX motionfx2, MotionFX motionfx3, int i, MotionFX motionfx4)
    {
    }

    public void setBgImage(Image image)
    {
    }

    public void setGradientBg(int i, int j)
    {
    }

    public void setOpacity(int i)
    {
    }

    public void enableAutoDismiss(boolean flag, long l)
    {
    }

    public void setExitEffect(MotionFX motionfx, MotionFX motionfx1, MotionFX motionfx2, MotionFX motionfx3, int i, MotionFX motionfx4)
    {
    }

    public void setExitEffect(int i, int ai[], int j, int k)
    {
    }

    public void dismiss()
    {
    }

    public void onTimer(IAnimationEventListener ianimationeventlistener, int i)
    {
    }

    protected final void notifyActivated()
    {
    }

    protected final void notifyDeactivated()
    {
    }

    protected final void notifyDismissed()
    {
    }

    protected final boolean isActivated()
    {
        return false;
    }

    protected final boolean isDismissed()
    {
        return false;
    }

    protected final boolean isStopBackgroundAnimation()
    {
        return false;
    }

    public void setSize(int i, int j)
    {
    }

    public final void setVisible(boolean flag)
    {
    }

    public final void show(TwuikCanvas twuikcanvas, boolean flag, boolean flag1)
    {
    }

    public boolean keyPressed(int p0)
    {
        return false;
    }

    public boolean keyReleased(int p0)
    {
        return false;
    }

    public void setBorder(int i, int j)
    {
    }

    public static final int EVENT_ACTIVATED = 1;
    public static final int EVENT_DISMISSED = 2;
    public static final int ENTRY_NONE = 4097;
    public static final int ENTRY_FLY = 4098;
    public static final int ENTRY_BOOM = 4099;
    public static final int ENTRY_FADE = 4100;
    public static final int EXIT_NONE = 4113;
    public static final int EXIT_FLY = 4114;
    public static final int EXIT_BOOM = 4115;
    public static final int EXIT_FADE = 4116;
    public static final int FLY_LEFT = 4129;
    public static final int FLY_RIGHT = 4130;
    public static final int FLY_TOP = 4131;
    public static final int FLY_BOTTOM = 4132;
    protected ILayoutMgr layout;
    protected int iClientMarginH;
    protected int iClientMarginV;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -