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

📄 button.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:   Button.java

package com.tricastmedia.twuik.forms.formitems;

import com.tricastmedia.twuik.forms.FormItem;
import com.tricastmedia.twuik.forms.Style;
import com.tricastmedia.twuik.tue.TwuikFont;
import javax.microedition.lcdui.Image;

public abstract class Button extends FormItem
{

    protected Button(int p0, int p1, String p2, TwuikFont p3, Image p4, int p5)
    {
        super(0, 0, 0, false, (Style)null);
    }

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

    protected final synchronized void reconfigureLAFparameters(int i)
    {
    }

    public void setHorizentalTextPosition(int i)
    {
    }

    public boolean isToggleButton()
    {
        return false;
    }

    public void enableToggleButton(boolean flag)
    {
    }

    protected void relayoutButton()
    {
    }

    public final TwuikFont getFont()
    {
        return null;
    }

    public final void setFont(TwuikFont twuikfont)
    {
    }

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

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

    public void setAlignment(int i)
    {
    }

    public Image getImage()
    {
        return null;
    }

    public final String getLabel()
    {
        return null;
    }

    public final void setLabel(String s)
    {
    }

    public void setVerticalTextPosition(int i)
    {
    }

    public boolean isPressed()
    {
        return false;
    }

    public int getStatus()
    {
        return 0;
    }

    public void setImage(Image image)
    {
    }

    public void setStatus(int i)
    {
    }

    public static final int STATUS_UNPRESSED = 0;
    public static final int STATUS_PRESSED = 1;
    public static final int EVENTID_CLICKED = 0;
    protected TwuikFont font;
    protected String toDrawLabelStr;
    protected int iType;
    protected int iLayout;
    protected int iAlignment;
    protected int iTextVerticalPostion;
    protected int iTextHorizentalPostion;
}

⌨️ 快捷键说明

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