📄 propertytypes.java
字号:
/* * PropertyTypes.java * * Copyright (C) 2002, 2003, 2004, 2005, 2006 Takis Diakoumis * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * */package org.executequery.gui.prefs;/* ---------------------------------------------------------- * CVS NOTE: Changes to the CVS repository prior to the * release of version 3.0.0beta1 has meant a * resetting of CVS revision numbers. * ---------------------------------------------------------- *//** * * @author Takis Diakoumis * @version $Revision: 1.4 $ * @date $Date: 2006/05/14 06:56:52 $ */public class PropertyTypes { public static final int SYSTEM = 0; public static final int GENERAL = 1; public static final int EDITOR = 2; public static final int EDITOR_FONTS = 13; public static final int EDITOR_DISPLAY = 5; public static final int EDITOR_SYNTAX = 7; public static final int RESULTS = 3; public static final int DEFAULTS = 11; public static final int CONNECTIONS = 9; public static final int VIEW = 8; public static final int LOCALE = 10; public static final int EDITOR_GENERAL = 6; public static final int BROWSER_GENERAL = 12; public static final int TOOLBAR_GENERAL = 4; public static final int LOOK_PLUGIN = 14; public static final int EDITOR_BACKGROUND = 15; public static final int TOOLBAR_FILE = 16; public static final int TOOLBAR_EDIT = 17; public static final int TOOLBAR_SEARCH = 18; public static final int TOOLBAR_DATABASE = 19; public static final int TOOLBAR_SYSTEM = 20; public static final int APPEARANCE = 21; public static final int SHORTCUTS = 22; public static final int TOOLBAR_IMPORT_EXPORT = 23; public static final int TOOLBAR_BROWSER = 24; /** Creates a new instance of PropertyTypes */ private PropertyTypes() {} }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -