dockchangehandler.java

来自「java写的多功能文件编辑器」· Java 代码 · 共 11 行

JAVA
11
字号
package org.jext.gui;public interface DockChangeHandler {  /**   * Override to do special handling of the change of docking status.   * @param where    old docking status   * @param newWhere new docking status   */  public void dockChangeHandler(int where, int newWhere);}

⌨️ 快捷键说明

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