constants.java
来自「mywork是rcp开发的很好的例子」· Java 代码 · 共 23 行
JAVA
23 行
/************************************************************
*
* Copyright (c) 2003 Chemi. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the MIT License
* which accompanies this distribution, and is available at
* http://www.opensource.org/licenses/mit-license.html
*
************************************************************/
package es.org.chemi.games.util;
public interface Constants
{
public static final String PLUGIN_ID = "es.org.chemi.games"; //$NON-NLS-1$
public static final String MINESWEEPER_VIEW_ID = "es.org.chemi.games.minesweeper.ui.MainView"; //$NON-NLS-1$
public static final String MINESWEEPER2_VIEW_ID = "es.org.chemi.games.minesweeper2.ui.MainView"; //$NON-NLS-1$
public static final String SNAKE_VIEW_ID = "es.org.chemi.games.snake.ui.MainView"; //$NON-NLS-1$
public static final String SOKOBAN_VIEW_ID = "es.org.chemi.games.sokoban.ui.MainView"; //$NON-NLS-1$
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?