📄 iprogressreportconstants.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: 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -