listindextabledecorator.java
来自「displaytag-1.0修正版」· Java 代码 · 共 12 行
JAVA
12 行
package org.displaytag.decorator;
/**
* Does nothing. Simply needed to define a concrete class to test getListIndex() and getViewIndex() from the abstract
* TableDecorator class
* @author fgiust
* @version $Revision: 1.2 $ ($Author: fgiust $)
*/
public class ListIndexTableDecorator extends TableDecorator
{
// just subclass TableDecorator
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?