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

📄 formlist.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:   FormList.java

package com.tricastmedia.twuik.components;

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

public class FormList extends Panel
    implements ITwuikInputHandler
{

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

    protected void animationRestarted(boolean flag)
    {
    }

    protected boolean animate()
    {
        return false;
    }

    protected void drawCurrentFrame(Graphics g)
    {
    }

    public void setColorTheme(int i, int j, int k, int l, int i1, int j1, int k1)
    {
    }

    public void expandCollapseList(boolean flag, boolean flag1)
    {
    }

    public void setEnableMode(boolean flag)
    {
    }

    public void setHlIndex(int i)
    {
    }

    public int getHlIndex()
    {
        return 0;
    }

    public int getHlItemId()
    {
        return 0;
    }

    public String getStringValue(int p0)
    {
        return null;
    }

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

    public int getRadioIndex()
    {
        return 0;
    }

    public void setStringValue(int i, String s)
    {
    }

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

    public void setTitle(String s)
    {
    }

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

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

    public void addItem(int i, int j, String s, String s1, boolean flag, int k)
    {
    }

    public void removeAllItems()
    {
    }

    public static final int EVENT_SCROLLTOEND = 4097;
    public static final int EVENT_EXPANDING_COLLAPSING = 4098;
    public static final int EVENT_EXPANDED_COLLAPSED = 4099;
    public static final int EVENT_ITEMCLICKED = 4100;
    public static final int EVENT_TEXTCHANGED = 4101;
    public static final int TYPE_COMMAND = 8193;
    public static final int TYPE_CHECKBOX = 8194;
    public static final int TYPE_MULTIPLECHOICE = 8195;
    public static final int TYPE_RADIOBUTTON = 8196;
    public static final int TYPE_TEXTENTRY = 8197;
}

⌨️ 快捷键说明

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