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

📄 previewlist.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:   PreviewList.java

package com.tricastmedia.twuik.components;

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

public class PreviewList extends Panel
    implements ITwuikInputHandler
{
    public class PreviewInfoElement
    {

        public String text;
        public Image image;
        public int x;
        public int y;
        public int width;
        public int height;
        public int anchor;
        public TwuikFont font;
        public int color;

        public PreviewInfoElement()
        {
        }
    }

    public static interface PreviewContentCallback
    {

        public abstract void setPreviewElement(int i, int j, int k, PreviewInfoElement previewinfoelement);

        public abstract boolean requestPreviewInfo(int i);
    }


    public PreviewList(int p0, int p1, int p2, int p3, int p4, PreviewContentCallback p5, int p6, 
            int p7[])
    {
        super(0, false, 0, 0, 0, 0);
    }

    protected final void animationRestarted(boolean flag)
    {
    }

    protected final boolean animate()
    {
        return false;
    }

    protected final void drawCurrentFrame(Graphics g)
    {
    }

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

    public void appendItem()
    {
    }

    public void setHighlightBar(Image image, int i)
    {
    }

    public void setColorProfile(int ai[][], int ai1[][], int ai2[], boolean flag)
    {
    }

    public void setStringForEmptyList(String as[], TwuikFont twuikfont, int i)
    {
    }

    public void useScrollingText(boolean flag, boolean aflag[][], TwuikFont twuikfont)
    {
    }

    public void useZoomingIconEffect(boolean flag, float f)
    {
    }

    public void resetTotalItem(int i)
    {
    }

    public void updateItemAt(int i)
    {
    }

    public int getCurSel()
    {
        return 0;
    }

    public void setCurSel(int i)
    {
    }

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

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

    public static final int EVENT_ITEM_CLICKED = 4097;
}

⌨️ 快捷键说明

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