| Package | Description |
|---|---|
| onbon.bx05 |
BX 五代卡函数库。
使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
| onbon.bx05.area.page |
图文区域内可显示的页面。
|
| onbon.bx05.cmd.dyn7 |
动态区程式。
|
| onbon.bx05.file |
有关控制器文件相关的程式。
|
| Modifier and Type | Method and Description |
|---|---|
Bx5GScreen.Result<onbon.bx05.message.global.ACK> |
Bx5GScreen.writeDynamic(DynamicBxAreaRule rule,
TextCaptionBxArea area)
更新动态区。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextFileBxPage.preview(TextCaptionBxArea area,
java.awt.Graphics2D g2d) |
void |
TextBxPage.preview(TextCaptionBxArea area,
java.awt.Graphics2D g2d) |
void |
ImageBxPage.preview(TextCaptionBxArea area,
java.awt.Graphics2D g2d) |
void |
BxPage.preview(TextCaptionBxArea area,
java.awt.Graphics2D g2d)
绘制检视图。
|
| Constructor and Description |
|---|
UpdateDynamicAreaCmd(DynamicBxAreaRule rule,
TextCaptionBxArea content)
建构子。
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogoBxFile.addArea(TextCaptionBxArea area)
增加区域。
|