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

📄 visualexplorer.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:   VisualExplorer.java

package com.tricastmedia.twuik.components;

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

public class VisualExplorer extends Window
{
    public class MenuItem
    {

        public String getName()
        {
            return null;
        }

        public int getType()
        {
            return 0;
        }

        public int getID()
        {
            return 0;
        }

        MenuItem(VisualExplorer p0, int p1, int p2, String p3, boolean p4, Image p5)
        {
        }
    }

    public static interface BrowseFolderCallback
    {

        public abstract void browseFolder(String s, int i);

        public abstract int indexOfFolder(String s, String s1);
    }


    public VisualExplorer(int p0, int p1, int p2, int p3, int p4, int p5, int p6, 
            TwuikFont p7, BrowseFolderCallback p8)
    {
        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 enableBrowsingRoot(boolean flag)
    {
    }

    public void addHierarchy(String s)
    {
    }

    public String getCurrentSelectionPath(boolean p0)
    {
        return null;
    }

    public void refresh()
    {
    }

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

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

    public void setColor(int i, int j, byte byte0, int k)
    {
    }

    public void addItem(int i, int j, String s, Image image, boolean flag)
    {
    }

    public void setRoot(String s)
    {
    }

    public static final int EVENT_SEL_CHANGED = 4097;
    public static final int EVENT_ITEM_CLICKED = 4098;
}

⌨️ 快捷键说明

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