ihtmlprimitive.java

来自「考勤管理系统源码」· Java 代码 · 共 10 行

JAVA
10
字号
package com.wiley.compBooks.EJwithUML.Base.HtmlPrimitives.Core;/** The IHtmlPrimitive interface defines the one method that *  all primitives must override.*/public interface IHtmlPrimitive{  /** Build the content for this primitive and append it to   *  the specified buffer.*/  public void buildContent(StringBuffer buffer);}

⌨️ 快捷键说明

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