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

📄 prefs.java

📁 一个很好实用的工作流OSWORKFLOW开发例子.有着非常优秀的灵活性.
💻 JAVA
字号:
package com.opensymphony.workflow.designer;import java.util.prefs.Preferences;/** * @author Hani Suleiman (hani@formicary.net) * Date: May 21, 2003 * Time: 12:15:05 AM */public final class Prefs{  public static Preferences INSTANCE = Preferences.userNodeForPackage(WorkflowDesigner.class);  public static final String DESIGNER_BOUNDS = "designer.bounds";  public static final String CURRENT_DIR = "designer.dir";  public static final String MAIN_DIVIDER_LOCATION = "designer.maindivider.location";  public static final String DETAIL_DIVIDER_LOCATION = "designer.detaildivider.location";  public static final String LAST_WORKSPACE = "designer.last.workspace";  public static final String WORKFLOW_CURRENT = "designer.current.workflow";  public static final String OPEN_WORKFLOWS = "designer.open.workflows";}

⌨️ 快捷键说明

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