📄 menugenerator.java
字号:
package edu.odu.cs.zeil.AlgAE.Server;/** * Interface to classes that can be used for generating AlgAE algorithm * menus. **/public interface MenuGenerator{ /** * This routine should perform one or more calls to algae.menuItem * to create menu entries that the user can selesct via the Algorithm * menu. */ public void menu(); /** * Supply a message to appear in the Help..About dialog. * Typically, this indicates the origin of the source code * being animated and the name of the person who prepared the * animation. **/ public String about(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -