To design a TableViewer demo application, you must create a data model class.
要设计TableViewer演示应用程序,您必须创建数据模型类。
To design a TreeViewer demo application, you must create your node class as your data model.
要设计TreeViewer演示应用程序,您必须创建节点类作为数据模型。
The design can be made a lot cleaner by encapsulating all the state related data and methods into a state machine class.
把所有的状态有关的数据和方法封装到一个状态机类里有利于精简设计。
应用推荐