iprogressreportconstants.java

来自「java 文件下载器。可自定义」· Java 代码 · 共 38 行

JAVA
38
字号
// 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:   IProgressReportConstants.java

package org.gudy.azureus2.ui.swt.progress;


public interface IProgressReportConstants
{

	public static final String REPORTER_TYPE_DEFAULT = "default.reporter.type";
	public static final int REPORTER_VISIBILITY_USER = 1;
	public static final int REPORTER_VISIBILITY_SYSTEM = 2;
	public static final int REPORT_TYPE_INIT = 0;
	public static final int REPORT_TYPE_CANCEL = 1;
	public static final int REPORT_TYPE_DONE = 2;
	public static final int REPORT_TYPE_MODE_CHANGE = 3;
	public static final int REPORT_TYPE_ERROR = 4;
	public static final int REPORT_TYPE_RETRY = 5;
	public static final int REPORT_TYPE_PROPERTY_CHANGED = 6;
	public static final int REPORT_TYPE_DISPOSED = 7;
	public static final int RETVAL_OK = 0;
	public static final int RETVAL_OK_TO_DISPOSE = 1;
	public static final int MANAGER_EVENT_ADDED = 1;
	public static final int MANAGER_EVENT_REMOVED = 2;
	public static final int MANAGER_EVENT_UPDATED = 3;
	public static final int NONE = 0;
	public static final int AUTO_CLOSE = 2;
	public static final int MODAL = 4;
	public static final int STANDALONE = 8;
	public static final int BORDER = 16;
	public static final int SHOW_TOOLBAR = 32;
	public static final int MSG_TYPE_INFO = 2;
	public static final int MSG_TYPE_ERROR = 4;
	public static final int MSG_TYPE_LOG = 8;
}

⌨️ 快捷键说明

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