panel.java

来自「一个非常绚丽的j2em徒刑库」· Java 代码 · 共 100 行

JAVA
100
字号
// 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:   Panel.java

package com.tricastmedia.twuik.tue;

import com.tricastmedia.twuik.tas.utils.LinkedList;
import javax.microedition.lcdui.Graphics;

// Referenced classes of package com.tricastmedia.twuik.tue:
//            Component, IContainer

public class Panel extends Component
    implements IContainer
{

    public Panel(int p0, boolean p1, int p2, int p3, int p4, int p5)
    {
        super(0, false, 0, 0, 0, 0);
    }

    protected void animationRestarted(boolean flag)
    {
    }

    protected boolean animate()
    {
        return false;
    }

    protected void drawCurrentFrame(Graphics g)
    {
    }

    protected boolean tick()
    {
        return false;
    }

    protected final void drawAllChildComponents(Graphics g)
    {
    }

    protected final void drawChildComponents(Graphics g, LinkedList linkedlist)
    {
    }

    public synchronized void addComponent(Component component)
    {
    }

    public Component componentAt(int p0)
    {
        return null;
    }

    public synchronized void insertComponentAt(Component component, int i)
    {
    }

    public synchronized void replaceComponent(Component component, Component component1)
    {
    }

    public synchronized void removeComponent(Component component)
    {
    }

    public synchronized void removeAllComponents()
    {
    }

    public final int getDescendantCount()
    {
        return 0;
    }

    public final void useClippingMode(boolean flag)
    {
    }

    public final boolean isUsingClippingMode()
    {
        return false;
    }

    public int getComponentCount()
    {
        return 0;
    }

    public int indexOfComponent(Component p0)
    {
        return 0;
    }

    protected LinkedList components;
}

⌨️ 快捷键说明

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