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

📄 cascademenu.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:   CascadeMenu.java

package com.tricastmedia.twuik.components.navigation;

import com.tricastmedia.twuik.tue.TwuikFont;
import com.tricastmedia.twuik.tue.Window;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;

public class CascadeMenu extends Window
{
    public class MenuItem
    {

        public boolean isChecked()
        {
            return false;
        }

        public void setCheck(boolean flag)
        {
        }

        public String getLable()
        {
            return null;
        }

        public int getID()
        {
            return 0;
        }

        MenuItem(CascadeMenu p0, int p1, String p2, int p3, CascadeMenu p4)
        {
        }
    }


    public CascadeMenu(TwuikFont p0, TwuikFont p1, int p2, int p3, boolean p4, boolean p5, int p6, 
            byte p7, int p8, byte p9, Image p10)
    {
        super(0, false, 0, 0, 0, 0);
    }

    protected void animationRestarted(boolean flag)
    {
    }

    protected final boolean animate()
    {
        return false;
    }

    protected void drawCurrentFrame(Graphics g)
    {
    }

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

    protected final void prepareBeforeShow()
    {
    }

    protected void subclassDrawCurrentFrame(Graphics g)
    {
    }

    protected void subclassActivated()
    {
    }

    protected void subclassDeactivated()
    {
    }

    protected void subclassDismissed()
    {
    }

    public void configureMenuDismissKey(int i)
    {
    }

    public void removeAllItem()
    {
    }

    public void setEntryPoint(int i, int j, int k)
    {
    }

    public void forceDismiss()
    {
    }

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

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

    public void addItem(int i, String s, int j, CascadeMenu cascademenu)
    {
    }

    public static final int MENU_SEL_CHANGED = 4097;
    public static final int MENU_ITEM_CLICKED = 4098;
    public static final int ENTRY_UP = 8193;
    public static final int ENTRY_DOWN = 8194;
    public static final int ENTRY_LEFT = 8195;
    public static final int ENTRY_RIGHT = 8196;
}

⌨️ 快捷键说明

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