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

📄 tablecell.java

📁 java 文件下载器。可自定义
💻 JAVA
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space 
// Source File Name:   TableCell.java

package org.gudy.azureus2.plugins.ui.tables;

import org.gudy.azureus2.plugins.ui.Graphic;

// Referenced classes of package org.gudy.azureus2.plugins.ui.tables:
//			TableColumn, TableRow, TableCellRefreshListener, TableCellDisposeListener, 
//			TableCellToolTipListener, TableCellMouseListener

public interface TableCell
{

	public abstract Object getDataSource();

	public abstract TableColumn getTableColumn();

	public abstract TableRow getTableRow();

	public abstract String getTableID();

	public abstract boolean setText(String s);

	public abstract String getText();

	public abstract boolean setForeground(int i, int j, int k);

	public abstract boolean setForeground(int ai[]);

	public abstract boolean setForegroundToErrorColor();

	public abstract int[] getForeground();

	public abstract int[] getBackground();

	public abstract boolean setSortValue(Comparable comparable);

	public abstract boolean setSortValue(long l);

	public abstract boolean setSortValue(float f);

	public abstract Comparable getSortValue();

	public abstract boolean isShown();

	public abstract boolean isValid();

	public abstract void invalidate();

	public abstract void setToolTip(Object obj);

	public abstract Object getToolTip();

	public abstract boolean isDisposed();

	public abstract int getMaxLines();

	public abstract int getWidth();

	public abstract int getHeight();

	public abstract boolean setGraphic(Graphic graphic);

	public abstract Graphic getGraphic();

	public abstract void setFillCell(boolean flag);

	public abstract int getMarginHeight();

	public abstract void setMarginHeight(int i);

	public abstract int getMarginWidth();

	public abstract void setMarginWidth(int i);

	public abstract void addRefreshListener(TableCellRefreshListener tablecellrefreshlistener);

	public abstract void removeRefreshListener(TableCellRefreshListener tablecellrefreshlistener);

	public abstract void addDisposeListener(TableCellDisposeListener tablecelldisposelistener);

	public abstract void removeDisposeListener(TableCellDisposeListener tablecelldisposelistener);

	public abstract void addToolTipListener(TableCellToolTipListener tablecelltooltiplistener);

	public abstract void removeToolTipListener(TableCellToolTipListener tablecelltooltiplistener);

	public abstract void addMouseListener(TableCellMouseListener tablecellmouselistener);

	public abstract void removeMouseListener(TableCellMouseListener tablecellmouselistener);

	public abstract void addListeners(Object obj);

	public abstract Graphic getBackgroundGraphic();

	public abstract int[] getMouseOffset();
}

⌨️ 快捷键说明

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